| /rk3399_rockchip-uboot/doc/ |
| H A D | README.scrapyard | 15 ocotea powerpc ppc4xx 29155e73 2015-10-27 Stefan Roese <sr@denx.de> 16 taishan powerpc ppc4xx bb5553c6 2015-10-27 Stefan Roese <sr@denx.de> 17 ebony powerpc ppc4xx 9d9e2f5d 2015-10-27 Stefan Roese <sr@denx.de> 18 taihu powerpc ppc4xx 123b6cd7 2015-10-27 John Otken <jotken@softadvances… 19 lcd4_lwmon5 powerpc ppc4xx b6b5e394 2015-10-02 Stefan Roese <sr@denx.de> 22 stxgp3 powerpc mpc85xx 2ec69b88 2015-09-02 Dan Malek <dan@embeddedalley.co… 23 stxssa powerpc mpc85xx 2ec69b88 2015-09-02 Dan Malek <dan@embeddedalley.co… 24 cmi_mpc5xx powerpc mpc5xx 972f5320 2015-09-02 25 zeus powerpc ppc4xx eb5d1dc7 2015-09-02 Stefan Roese <sr@denx.de> 26 sbc405 powerpc ppc4xx 0e030593 2015-09-02 [all …]
|
| H A D | README.mpc83xxads | 6 $ PATH=$PATH:/usr/powerpc/bin 7 $ CROSS_COMPILE=powerpc-linux- 10 $ powerpc-linux-gcc -v 11 Reading specs from /usr/powerpc/lib/gcc/powerpc-linux/3.4.3/specs 12 Configured with: ../configure --prefix=/usr/powerpc 13 --exec-prefix=/usr/powerpc --target=powerpc-linux --enable-shared 18 $ powerpc-linux-as -v 19 GNU assembler version 2.15 (powerpc-linux) using BFD version 2.15
|
| H A D | README.bedbug | 21 ./arch/powerpc/cpu/ppc4xx/Makefile 24 ./arch/powerpc/cpu/ppc4xx/start.S 29 ./arch/powerpc/cpu/ppc4xx/traps.c 50 PowerPC instructions to/from memory as well as handling 52 routines are common to all PowerPC processors. 54 ./arch/powerpc/cpu/ppc4xx/bedbug_405.c 66 arch/powerpc/cpu/mpc8xx/Makefile 69 arch/powerpc/cpu/mpc8xx/start.S 72 arch/powerpc/cpu/mpc8xx/traps.c 77 arch/powerpc/cpu/mpc8xx/bedbug_860.c
|
| H A D | README.Heterogeneous-SoCs | 4 powerpc/mpc85xx code ve APIs and function to get the number, 5 configuration and frequencies of all PowerPC cores and devices 17 - arch/powerpc/cpu/mpc85xx/cpu.c 22 - arch/powerpc/cpu/mpc85xx/speed.c 27 - arch/powerpc/cpu/mpc8xxx/cpu.c 30 MASK, similar to the code written for PowerPC 32 - arch/powerpc/include/asm/config_mpc85xx.h 37 - arch/powerpc/include/asm/processor.h 100 CPUn - PowerPC core
|
| H A D | README.vxworks | 16 For booting old kernels (6.9.x) on PowerPC and ARM, and all kernel versions 18 on PowerPC and ARM, 'bootm' shall be used. 22 VxWork 7 on PowerPC and ARM 25 mechansim (for PowerPC and ARM), thus requiring boot interface changes. 28 For PowerPC, the calling convention of the new VxWorks entry point conforms to
|
| H A D | README.standalone | 22 machine-dependent way. PowerPC, ARM, MIPS, Blackfin and Nios II 24 'global_data' structure: r2 on PowerPC, r9 on ARM, k0 on MIPS, 55 PowerPC 0x00040000 0x00040004 63 executed on a PowerPC board with the following commands:
|
| H A D | README.TPL | 9 Due to the SPL on some boards(powerpc mpc85xx) has a size limit and cannot 13 execution. Now, only the powerpc mpc85xx has this requirement and will
|
| /rk3399_rockchip-uboot/arch/powerpc/ |
| H A D | Kconfig | 1 menu "PowerPC architecture" 5 default "powerpc" 39 source "arch/powerpc/cpu/mpc83xx/Kconfig" 40 source "arch/powerpc/cpu/mpc85xx/Kconfig" 41 source "arch/powerpc/cpu/mpc86xx/Kconfig" 42 source "arch/powerpc/cpu/mpc8xx/Kconfig"
|
| H A D | Makefile | 5 head-y := arch/powerpc/cpu/$(CPU)/start.o 6 head-$(CONFIG_MPC85xx) += arch/powerpc/cpu/mpc85xx/resetvec.o 8 libs-y += arch/powerpc/cpu/$(CPU)/ 9 libs-y += arch/powerpc/cpu/ 10 libs-y += arch/powerpc/lib/
|
| H A D | config.mk | 27 # [Tested on NetBSD/i386 1.5 + cross-powerpc-netbsd-1.3] 29 ifeq ($(CROSS_COMPILE),powerpc-netbsd-) 32 ifeq ($(CROSS_COMPILE),powerpc-openbsd-)
|
| /rk3399_rockchip-uboot/board/cssi/MCR3000/ |
| H A D | u-boot.lds | 13 OUTPUT_ARCH(powerpc) 20 arch/powerpc/cpu/mpc8xx/start.o (.text) 21 arch/powerpc/cpu/mpc8xx/start.o (.text*) 22 arch/powerpc/cpu/mpc8xx/traps.o (.text*) 23 arch/powerpc/cpu/mpc8xx/built-in.o (.text*) 24 arch/powerpc/lib/built-in.o (.text*)
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | test.py | 51 '''powerpc-linux-ld: warning: dot moved backwards before `.bss' 52 powerpc-linux-ld: warning: dot moved backwards before `.bss' 53 powerpc-linux-ld: u-boot: section .text lma 0xfffc0000 overlaps previous sections 54 powerpc-linux-ld: u-boot: section .rodata lma 0xfffef3ec overlaps previous sections 55 powerpc-linux-ld: u-boot: section .reloc lma 0xffffa400 overlaps previous sections 56 powerpc-linux-ld: u-boot: section .data lma 0xffffcd38 overlaps previous sections 57 powerpc-linux-ld: u-boot: section .u_boot_cmd lma 0xffffeb40 overlaps previous sections 58 powerpc-linux-ld: u-boot: section .bootpg lma 0xfffff198 overlaps previous sections 91 ['Active', 'powerpc', 'powerpc', '', 'Tester', 'PowerPC board 1', 'board2', ''], 133 self.toolchains.Add('powerpc-linux-gcc', test=False) [all …]
|
| H A D | README | 128 * 'powerpc' All PowerPC boards 306 - scanning path '/toolchains/gcc-4.9.0-nolibc/powerpc-linux' 307 - looking in '/toolchains/gcc-4.9.0-nolibc/powerpc-linux/.' 308 - looking in '/toolchains/gcc-4.9.0-nolibc/powerpc-linux/bin' 309 - found '/toolchains/gcc-4.9.0-nolibc/powerpc-linux/bin/powerpc-linux-gcc' 310 - looking in '/toolchains/gcc-4.9.0-nolibc/powerpc-linux/usr/bin' 311 Tool chain test: OK, arch='powerpc', priority 4 339 - scanning path '/toolchains/gcc-4.6.3-nolibc/powerpc-linux' 340 - looking in '/toolchains/gcc-4.6.3-nolibc/powerpc-linux/.' 341 - looking in '/toolchains/gcc-4.6.3-nolibc/powerpc-linux/bin' [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | u-boot.lds | 7 OUTPUT_ARCH(powerpc) 15 arch/powerpc/cpu/mpc86xx/start.o (.text*) 16 arch/powerpc/cpu/mpc86xx/traps.o (.text*)
|
| /rk3399_rockchip-uboot/board/freescale/mpc8572ds/ |
| H A D | README | 83 linux-2.6/arch/powerpc/boot/dts/mpc8572ds.dts 107 d. $ cp arch/powerpc/boot/uImage /tftpboot/uImage.core0 126 d. $ cp arch/powerpc/boot/uImage /tftpboot/uImage.core1 130 …$ dtc -I dts -O dtb -f -b 0 arch/powerpc/boot/dts/mpc8572ds_core0.dts > /tftpboot/mpc8572ds_core0.… 134 …$ dtc -I dts -O dtb -f -b 1 arch/powerpc/boot/dts/mpc8572ds_core1.dts > /tftpboot/mpc8572ds_core1.…
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | howto.txt | 94 Architecture: PowerPC 139 Architecture: PowerPC 161 Architecture: PowerPC 204 Architecture: PowerPC 217 Architecture: PowerPC 254 Architecture: PowerPC 268 Architecture: PowerPC 287 Architecture: PowerPC 305 Architecture: PowerPC
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.spl-secure-boot | 1 Overview of SPL verified boot on powerpc/mpc85xx & arm/layerscape platforms 7 This document provides an overview of how SPL verified boot works on powerpc/
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot.lds | 19 OUTPUT_ARCH(powerpc) 89 KEEP(arch/powerpc/cpu/mpc85xx/start.o (.bootpg)) 95 arch/powerpc/cpu/mpc85xx/start.o (.bootpg)
|
| H A D | u-boot-nand.lds | 13 OUTPUT_ARCH(powerpc) 81 KEEP(arch/powerpc/cpu/mpc85xx/start.o (.bootpg))
|
| /rk3399_rockchip-uboot/ |
| H A D | MAINTAINERS | 421 POWERPC 424 F: arch/powerpc/ 426 POWERPC MPC8XX 430 F: arch/powerpc/cpu/mpc8xx/ 432 POWERPC MPC83XX 436 F: arch/powerpc/cpu/mpc83xx/ 437 F: arch/powerpc/include/asm/arch-mpc83xx/ 439 POWERPC MPC85XX 443 F: arch/powerpc/cpu/mpc85xx/ 445 POWERPC MPC86XX [all …]
|
| /rk3399_rockchip-uboot/board/keymile/scripts/ |
| H A D | README | 14 This file defines variables for working with rootfs via nfs for powerpc and 25 This file defines variables for working with rootfs inside the ram for powerpc
|
| /rk3399_rockchip-uboot/arch/arm/cpu/sa1100/ |
| H A D | timer.c | 55 * This function is derived from PowerPC code (read timebase as long long). 64 * This function is derived from PowerPC code (timebase clock frequency).
|
| /rk3399_rockchip-uboot/board/freescale/bsc9131rdb/ |
| H A D | README | 117 0x3700_0000 0x37FF_FFFF PowerPC-DSP shared control area 121 data communcation between PowerPC and DSP core. 122 Rest is PowerPC private area. 142 linux-2.6/arch/powerpc/boot/dts/bsc9131rdb.dts
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | Kconfig | 5 PowerPC- based SoCs (such as mpc83xx, mpc85xx, mpc86xx) and ARM- 80 Enable Freescale DDR3 controller for PowerPC SoCs.
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | u-boot.lds | 8 OUTPUT_ARCH(powerpc) 14 arch/powerpc/cpu/mpc83xx/start.o (.text*)
|