Searched refs:bootcode (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_amiga.c | 32 static struct bootcode_block bootcode = {0}; variable 195 memcpy(&bootcode, boot, sizeof(struct bootcode_block)); in get_bootcode() 196 return &bootcode; in get_bootcode() 213 struct bootcode_block *bootcode; in part_test_amiga() local 220 bootcode = get_bootcode(dev_desc); in part_test_amiga() 221 if (bootcode) in part_test_amiga()
|
| /OK3568_Linux_fs/buildroot/package/rpi-firmware/ |
| H A D | Config.in | 15 bool "rpi 0/1/2/3 bootcode.bin" 17 The bootcode.bin for versions Zero/1/2/3 (not needed on rpi4,
|
| H A D | rpi-firmware.mk | 14 $(if $(BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN), bootcode.bin) \
|
| /OK3568_Linux_fs/buildroot/board/raspberrypi/ |
| H A D | genimage-raspberrypi2.cfg | 5 "rpi-firmware/bootcode.bin",
|
| H A D | genimage-raspberrypi0.cfg | 5 "rpi-firmware/bootcode.bin",
|
| H A D | genimage-raspberrypi0w.cfg | 5 "rpi-firmware/bootcode.bin",
|
| H A D | genimage-raspberrypi.cfg | 7 "rpi-firmware/bootcode.bin",
|
| H A D | genimage-raspberrypi3-64.cfg | 7 "rpi-firmware/bootcode.bin",
|
| H A D | genimage-raspberrypi3.cfg | 7 "rpi-firmware/bootcode.bin",
|
| H A D | readme.txt | 87 | +-- bootcode.bin 135 Sending bootcode.bin
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | u-boot-64.lds | 19 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
|
| H A D | u-boot-spl.lds | 19 . = CONFIG_SPL_TEXT_BASE; /* Location of bootcode in flash */
|
| H A D | u-boot.lds | 19 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
|
| /OK3568_Linux_fs/buildroot/package/raspberrypi-usbboot/ |
| H A D | 0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch | 22 rpiboot: main.c msd/bootcode.h msd/start.h msd/bootcode4.h msd/start4.h
|