Searched refs:sunxi (Results 1 – 25 of 134) sorted by relevance
123456
/external/u-boot/board/sunxi/ |
D | README.nand | 24 CONFIG_MTD_RAW_NAND=y) will also generate the image sunxi-spl-with-ecc.bin 28 board is in FEL mode, you'll need the sunxi-tools that you can find at 29 this repository: https://github.com/linux-sunxi/sunxi-tools 32 sunxi-fel spl spl/sunxi-spl.bin 35 sunxi-fel write 0x4a000000 u-boot-dtb.bin 36 sunxi-fel write 0x43000000 spl/sunxi-spl-with-ecc.bin 39 sunxi-fel exe 0x4a000000
|
D | README.sunxi64 | 21 $ dd if=u-boot-sunxi-with-spl.bin of=/dev/sdx bs=8k seek=1 70 This will build the SPL in spl/sunxi-spl.bin and a FIT image called u-boot.itb, 71 which contains the rest of the firmware. u-boot-sunxi-with-spl.bin joins those 111 # dd if=spl/sunxi-spl.bin of=/dev/sdx bs=8k seek=1 119 # dd if=u-boot-sunxi-with-spl.bin of=/dev/sdx bs=8k seek=1 134 On your host computer download and build the sunxi-tools package[2], then 135 use "sunxi-fel" to access the board: 136 $ ./sunxi-fel ver -v -p 138 Now use the sunxi-fel tool to write to the NOR flash: 139 $ ./sunxi-fel spiflash-write 0 spl/sunxi-spl.bin [all …]
|
D | MAINTAINERS | 4 F: board/sunxi/ 453 W: http://linux-sunxi.org/Sinlinx_SinA31s 459 W: http://linux-sunxi.org/Sinlinx_SinA33 475 W: https://linux-sunxi.org/Sunchip_CX-A99
|
/external/u-boot/arch/arm/dts/ |
D | sunxi-u-boot.dtsi | 9 filename = "u-boot-sunxi-with-spl.bin"; 12 filename = "spl/sunxi-spl.bin";
|
D | sun7i-a20-wits-pro-a20-dkt-u-boot.dtsi | 6 #include "sunxi-u-boot.dtsi"
|
D | sun50i-a64-sopine-baseboard-u-boot.dtsi | 6 #include "sunxi-u-boot.dtsi"
|
D | sun50i-a64-pinebook-u-boot.dtsi | 7 #include "sunxi-u-boot.dtsi"
|
D | sun50i-h5-bananapi-m2-plus.dts | 6 #include <sunxi-bananapi-m2-plus.dtsi>
|
D | sun8i-h3-libretech-all-h3-cc.dts | 9 #include "sunxi-libretech-all-h3-cc.dtsi"
|
D | sun50i-h5-libretech-all-h3-cc.dts | 9 #include <sunxi-libretech-all-h3-cc.dtsi>
|
D | sun8i-h2-plus-libretech-all-h3-cc.dts | 8 #include "sunxi-libretech-all-h3-cc.dtsi"
|
D | sun50i-a64-teres-i-u-boot.dtsi | 7 #include "sunxi-u-boot.dtsi"
|
/external/u-boot/configs/ |
D | CHIP_pro_defconfig | 12 CONFIG_MTDIDS_DEFAULT="nand0=sunxi-nand.0" 13 CONFIG_MTDPARTS_DEFAULT="mtdparts=sunxi-nand.0:256k(spl),256k(spl-backup),2m(uboot),2m(uboot-backup…
|
/external/u-boot/arch/arm/mach-sunxi/ |
D | Kconfig | 4 default "arch/arm/cpu/armv7/sunxi/u-boot-spl.lds" if !ARM64 55 P2WI (Push/Pull 2 Wire Interface) controller embedded in some sunxi 101 Select this for sunxi SoCs which have resets and clocks set up 107 Select this for sunxi SoCs which have sun6i like periphery, like 114 Select this for sunxi SoCs which uses a DRAM controller like the 123 Select this for sunxi SoCs with DesignWare DRAM controller and 129 Select this for sunxi SoCs with DesignWare DRAM controller with 405 int "sunxi dram type" 412 int "sunxi dram clock speed" 427 int "sunxi mbus clock speed" [all …]
|
/external/u-boot/drivers/usb/musb-new/ |
D | Kconfig | 59 bool "Enable sunxi OTG / DRC USB controller" 63 Say y here to enable support for the sunxi OTG / DRC USB controller 64 used on almost all sunxi boards.
|
D | Makefile | 13 obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
|
/external/u-boot/doc/ |
D | README.video | 34 U-Boot sunxi video controller driver 37 U-Boot supports hdmi and lcd output on Allwinner sunxi SoCs, lcd output 40 The sunxi U-Boot driver supports the following video-mode options: 77 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".
|
/external/u-boot/scripts/ |
D | Makefile.spl | 225 ALL-y += $(obj)/sunxi-spl.bin 228 ALL-y += $(obj)/sunxi-spl-with-ecc.bin 384 $(obj)/sunxi-spl.bin: $(obj)/$(SPL_BIN).bin FORCE 388 cmd_sunxi_spl_image_builder = $(objtree)/tools/sunxi-spl-image-builder \ 395 $(obj)/sunxi-spl-with-ecc.bin: $(obj)/sunxi-spl.bin
|
/external/u-boot/tools/ |
D | .gitignore | 33 /sunxi-spl-image-builder
|
/external/u-boot/drivers/phy/allwinner/ |
D | Kconfig | 10 sunxi SoCs.
|
/external/cpuinfo/src/arm/linux/ |
D | chipset.c | 1130 uint8_t sunxi; member 1140 .sunxi = 4, 1146 .sunxi = 5, 1152 .sunxi = 6, 1158 .sunxi = 7, 1165 .sunxi = 8, 1171 .sunxi = 8, 1177 .sunxi = 8, 1184 .sunxi = 9, 1191 .sunxi = 50, [all …]
|
/external/u-boot/drivers/reset/ |
D | Makefile | 23 obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
|
/external/u-boot/arch/arm/cpu/armv7/ |
D | Makefile | 43 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
|
/external/u-boot/drivers/clk/ |
D | Makefile | 33 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
|
/external/u-boot/drivers/spi/ |
D | Makefile | 54 obj-$(CONFIG_SPI_SUNXI) += spi-sunxi.o
|
123456