| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramnv04.c | 35 u32 boot0 = nvkm_rd32(device, NV04_PFB_BOOT_0); in nv04_ram_new() local 39 if (boot0 & 0x00000100) { in nv04_ram_new() 40 size = ((boot0 >> 12) & 0xf) * 2 + 2; in nv04_ram_new() 43 switch (boot0 & NV04_PFB_BOOT_0_RAM_AMOUNT) { in nv04_ram_new() 59 if ((boot0 & 0x00000038) <= 0x10) in nv04_ram_new()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | sunxi-spl-image-builder.c | 29 int boot0; member 88 if (info->boot0) { in scramble() 156 if (info->boot0) { in write_page() 183 if (info->boot0) { in write_page() 200 if (info->scramble && info->boot0) { in write_page() 452 info.boot0 = 1; in main() 469 if (!info.boot0) { in main()
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | README.sunxi64 | 126 (Legacy) boot0 method 128 boot0 is Allwiner's secondary program loader and it can be used as some kind 130 For some time using boot0 was the only option to get the Pine64 booted. 133 Please note that this method works only with the boot0 files shipped with 137 The boot0 binary is a 32 KByte blob and contained in the official Pine64 images 140 # dd if=/dev/sd<x> of=boot0.bin bs=8k skip=1 count=4 144 This boot0 blob takes care of DRAM initialisation and loads the remaining 146 The original boot0 code looks for U-Boot at a certain place on an uSD card 148 There is a tool called boot0img[3] which takes a boot0.bin image and a compiled 155 boot0img can also patch boot0 to avoid loading U-Boot from 19MB, instead [all …]
|
| /OK3568_Linux_fs/buildroot/board/nezha/ |
| H A D | genimage.cfg | 7 partition boot0-1 { 13 partition boot0-2 {
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | rmr_switch.S | 23 @ arch/arm/include/asm/arch-sunxi/boot0.h. 27 @ code found in encoded form in boot0.h.
|
| H A D | Kconfig | 204 bool "reserve space for Allwinner boot0 header" 208 filled with magic values post build. The Allwinner provided boot0 210 Only needed on 64-bit Allwinner boards so far when using boot0. 253 This option is the LPDDR3 timing used by the stock boot0 by 360 The same DRAM timings as in the Allwinner boot0 bootloader.
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-sm1-khadas-vim3l-android.dts | 85 sensorhub,boot0-gpio = <&gpio GPIOA_3 0>; /* Fake */ 111 sensorhub,boot0-gpio = <&gpio GPIOA_3 0>;
|
| /OK3568_Linux_fs/buildroot/boot/sun20i-d1-spl/ |
| H A D | Config.in | 5 Allwinner D1 boot0 code with modifications to use as U-Boot
|
| /OK3568_Linux_fs/u-boot/board/ti/omap5_uevm/ |
| H A D | README | 15 set boot0 as the boot device.
|
| /OK3568_Linux_fs/u-boot/board/ti/dra7xx/ |
| H A D | README | 15 set boot0 as the boot device.
|
| /OK3568_Linux_fs/buildroot/board/nezha/patches/uboot/ |
| H A D | 0002-Makefile-HACK-Support-building-u-boot.toc1-for-nezda.patch | 6 For easier integration into Buildroot. The boot0 / toc1 logic is WIP until
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | base.c | 2968 u32 boot0, boot1, strap; in nvkm_device_ctor() local 3013 boot0 = nvkm_rd32(device, 0x000000); in nvkm_device_ctor() 3031 boot0, override_boot0); in nvkm_device_ctor() 3032 boot0 = override_boot0; in nvkm_device_ctor() 3036 if ((boot0 & 0x1f000000) > 0) { in nvkm_device_ctor() 3037 device->chipset = (boot0 & 0x1ff00000) >> 20; in nvkm_device_ctor() 3038 device->chiprev = (boot0 & 0x000000ff); in nvkm_device_ctor() 3070 if ((boot0 & 0xff00fff0) == 0x20004000) { in nvkm_device_ctor() 3071 if (boot0 & 0x00f00000) in nvkm_device_ctor() 3164 nvdev_error(device, "unknown chipset (%08x)\n", boot0); in nvkm_device_ctor() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/ |
| H A D | README.hardware.md | 207 …gateway ip>:<netmask>:edgerouter:eth0:off mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3… 265 …r coremask=0x3 root=/dev/sda2 rw rootwait mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3…
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | README.hardware.md | 207 …gateway ip>:<netmask>:edgerouter:eth0:off mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3… 265 …r coremask=0x3 root=/dev/sda2 rw rootwait mtdparts=phys_mapped_flash:512k(boot0),512k(boot1),64k@3…
|
| /OK3568_Linux_fs/u-boot/spl/arch/arm/cpu/armv8/ |
| H A D | .start.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/arch/arm/cpu/armv8/ |
| H A D | .start.o.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | .start.o.cmd | |
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.rockchip | 182 boot0-hook.
|
| H A D | README.x86 | 490 $ dfu-util -v -d 8087:0a99 --alt u-boot0 -D u-boot.bin
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor.dtsi | 1169 fpmcu_boot0: fpmcu-boot0 {
|