| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | bootrom.c | 43 static void free_firmware(struct gb_bootrom *bootrom) in free_firmware() argument 45 if (!bootrom->fw) in free_firmware() 48 release_firmware(bootrom->fw); in free_firmware() 49 bootrom->fw = NULL; in free_firmware() 55 struct gb_bootrom *bootrom = container_of(dwork, in gb_bootrom_timedout() local 57 struct device *dev = &bootrom->connection->bundle->dev; in gb_bootrom_timedout() 60 switch (bootrom->next_request) { in gb_bootrom_timedout() 75 dev_err(dev, "Invalid next-request: %u", bootrom->next_request); in gb_bootrom_timedout() 81 mutex_lock(&bootrom->mutex); in gb_bootrom_timedout() 82 free_firmware(bootrom); in gb_bootrom_timedout() [all …]
|
| H A D | Makefile | 6 gb-bootrom-y := bootrom.o 18 obj-$(CONFIG_GREYBUS_BOOTROM) += gb-bootrom.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/amlogic/ |
| H A D | bootrom.txt | 1 Amlogic Meson6/Meson8/Meson8b bootrom: 4 The bootrom register area can be used to access SoC specific 8 - reg: the register range of the bootrom registers 9 - compatible: should be "amlogic,meson-mx-bootrom" along with "syscon" 14 bootrom: bootrom@d9040000 { 15 compatible = "amlogic,meson-mx-bootrom", "syscon";
|
| /OK3568_Linux_fs/u-boot/tpl/arch/arm/mach-rockchip/ |
| H A D | bootrom.su | |
| H A D | .bootrom.o.cmd | |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/arch/arm/mach-rockchip/ |
| H A D | bootrom.su | |
| H A D | .bootrom.o.cmd | |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A D | mvebu-mbus.txt | 118 bootrom { 119 compatible = "marvell,bootrom"; 160 bootrom { 161 compatible = "marvell,bootrom"; 224 bootrom { 225 compatible = "marvell,bootrom";
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | Makefile | 11 obj-spl-$(CONFIG_ROCKCHIP_BROM_HELPER) += bootrom.o 12 obj-tpl-$(CONFIG_ROCKCHIP_BROM_HELPER) += bootrom.o
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/ |
| H A D | headsmp.S | 65 ldr r0, bootrom 77 bootrom: label
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | meson.dtsi | 275 bootrom: bootrom@d9040000 { label 276 compatible = "amlogic,meson-mx-bootrom", "syscon";
|
| H A D | nspire.dtsi | 19 bootrom: bootrom@0 { label
|
| H A D | armada-xp-98dx3236.dtsi | 49 bootrom { 50 compatible = "marvell,bootrom";
|
| H A D | armada-xp.dtsi | 33 bootrom { 34 compatible = "marvell,bootrom";
|
| H A D | armada-370.dtsi | 33 bootrom { 34 compatible = "marvell,bootrom";
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.rockchip | 128 The rockchip bootrom can load and boot an initial spl, then continue to 129 load a second-level bootloader(ie. U-BOOT) as soon as it returns to bootrom. 177 The bootrom of rk3188 expects to find a small 1kb loader which returns 178 control to the bootrom, after which it will load the real loader, which 184 Additionally the rk3188 requires everything the bootrom loads to be 185 rc4-encrypted. Except for the very first stage the bootrom always reads
|
| /OK3568_Linux_fs/kernel/arch/mips/ralink/ |
| H A D | Makefile | 28 obj-$(CONFIG_DEBUG_FS) += bootrom.o
|
| /OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/ |
| H A D | fw_dnld.h | 66 struct nfcmrvl_fw_binary_config bootrom; member
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-rk3399/ |
| H A D | readme.txt | 41 image then erase emmc so that bootrom will look for a proper image in SD.
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | armada-xp.dtsi | 68 bootrom { 69 compatible = "marvell,bootrom";
|
| H A D | rk3066a-mk808.dts | 139 rockchip,protect-bootrom-blocks;
|
| H A D | rk3066a-evb.dts | 143 rockchip,protect-bootrom-blocks;
|
| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | u-boot-tpl.sym | |