Home
last modified time | relevance | path

Searched refs:bootrom (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dbootrom.c43 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 DMakefile6 gb-bootrom-y := bootrom.o
18 obj-$(CONFIG_GREYBUS_BOOTROM) += gb-bootrom.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/amlogic/
H A Dbootrom.txt1 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 Dbootrom.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 Dbootrom.su
H A D.bootrom.o.cmd
H A D.built-in.o.cmd
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/
H A Dmvebu-mbus.txt118 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 DMakefile11 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 Dheadsmp.S65 ldr r0, bootrom
77 bootrom: label
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dmeson.dtsi275 bootrom: bootrom@d9040000 { label
276 compatible = "amlogic,meson-mx-bootrom", "syscon";
H A Dnspire.dtsi19 bootrom: bootrom@0 { label
H A Darmada-xp-98dx3236.dtsi49 bootrom {
50 compatible = "marvell,bootrom";
H A Darmada-xp.dtsi33 bootrom {
34 compatible = "marvell,bootrom";
H A Darmada-370.dtsi33 bootrom {
34 compatible = "marvell,bootrom";
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.rockchip128 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 DMakefile28 obj-$(CONFIG_DEBUG_FS) += bootrom.o
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Dfw_dnld.h66 struct nfcmrvl_fw_binary_config bootrom; member
/OK3568_Linux_fs/buildroot/board/orangepi/orangepi-rk3399/
H A Dreadme.txt41 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 Darmada-xp.dtsi68 bootrom {
69 compatible = "marvell,bootrom";
H A Drk3066a-mk808.dts139 rockchip,protect-bootrom-blocks;
H A Drk3066a-evb.dts143 rockchip,protect-bootrom-blocks;
/OK3568_Linux_fs/u-boot/tpl/
H A Du-boot-tpl.sym

123