Home
last modified time | relevance | path

Searched refs:bootcode (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_amiga.c32 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 DConfig.in15 bool "rpi 0/1/2/3 bootcode.bin"
17 The bootcode.bin for versions Zero/1/2/3 (not needed on rpi4,
H A Drpi-firmware.mk14 $(if $(BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN), bootcode.bin) \
/OK3568_Linux_fs/buildroot/board/raspberrypi/
H A Dgenimage-raspberrypi2.cfg5 "rpi-firmware/bootcode.bin",
H A Dgenimage-raspberrypi0.cfg5 "rpi-firmware/bootcode.bin",
H A Dgenimage-raspberrypi0w.cfg5 "rpi-firmware/bootcode.bin",
H A Dgenimage-raspberrypi.cfg7 "rpi-firmware/bootcode.bin",
H A Dgenimage-raspberrypi3-64.cfg7 "rpi-firmware/bootcode.bin",
H A Dgenimage-raspberrypi3.cfg7 "rpi-firmware/bootcode.bin",
H A Dreadme.txt87 | +-- bootcode.bin
135 Sending bootcode.bin
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Du-boot-64.lds19 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
H A Du-boot-spl.lds19 . = CONFIG_SPL_TEXT_BASE; /* Location of bootcode in flash */
H A Du-boot.lds19 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
/OK3568_Linux_fs/buildroot/package/raspberrypi-usbboot/
H A D0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch22 rpiboot: main.c msd/bootcode.h msd/start.h msd/bootcode4.h msd/start4.h