Home
last modified time | relevance | path

Searched full:redboot (Results 1 – 25 of 59) sorted by relevance

123

/Linux-v5.15/Documentation/arm/sa1100/
Dassabet.rst42 RedBoot (http://sources.redhat.com/redboot/)
44 RedBoot is a bootloader developed by Red Hat based on the eCos RTOS
48 RedBoot is currently the recommended choice since it's the only one to have
51 Brief examples on how to boot Linux with RedBoot are shown below. But first
52 you need to have RedBoot installed in your flash memory. A known to work
53 precompiled RedBoot binary is available from the following location:
59 Look for redboot-assabet*.tgz. Some installation infos are provided in
60 redboot-assabet*.txt.
63 Initial RedBoot configuration
66 The commands used here are explained in The RedBoot User's Guide available
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/mtd/partitions/
Dredboot-fis.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/redboot-fis.yaml#
7 title: RedBoot FLASH Image System (FIS) Partitions
10 format closely associated with the RedBoot boot loader.
21 const: redboot-fis
39 compatible = "redboot-fis";
/Linux-v5.15/drivers/mtd/parsers/
DKconfig134 tristate "RedBoot partition table parsing"
136 RedBoot is a ROM monitor and bootloader which deals with multiple
154 int "Location of RedBoot partition table"
158 CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK RedBoot compile time
161 The option specifies which Flash sectors holds the RedBoot
176 bool "Force read-only for RedBoot system images"
178 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
Dredboot.c3 * Parse RedBoot-style Flash Image System (FIS) tables and
41 /* RedBoot doesn't actually write the desc_cksum field yet AFAICT */ in redboot_checksum()
98 pr_notice("Failed to find a non-bad block to check for RedBoot partition table\n"); in parse_redboot_partitions()
116 pr_notice("Searching for RedBoot partition table in %s at offset 0x%lx\n", in parse_redboot_partitions()
142 /* RedBoot can combine the FIS directory and in parse_redboot_partitions()
186 pr_notice("No RedBoot partition table detected in %s\n", in parse_redboot_partitions()
272 if (!memcmp(names, "RedBoot", 8) || in parse_redboot_partitions()
273 !memcmp(names, "RedBoot config", 15) || in parse_redboot_partitions()
306 { .compatible = "redboot-fis" },
313 .name = "RedBoot",
[all …]
DMakefile14 obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
/Linux-v5.15/arch/powerpc/boot/
Dredboot.h6 // include/asm-ppc/redboot.h
11 // Board specific details, as provided by RedBoot
15 * RedBoot starts it up. Note: not all fields make sense for all
48 void (*bi_cputc)(char); /* Write a character to the RedBoot console */
49 char (*bi_cgetc)(void); /* Read a character from the RedBoot console */
50 int (*bi_ctstc)(void); /* Test for input on the RedBoot console */
Dredboot-83xx.c3 * RedBoot firmware support
13 #include "redboot.h"
Dredboot-8xx.c3 * RedBoot firmware support
12 #include "redboot.h"
Dwrapper325 adder875-redboot)
326 platformo="$object/fixed-head.o $object/redboot-8xx.o"
333 asp834x-redboot)
334 platformo="$object/fixed-head.o $object/redboot-83xx.o"
/Linux-v5.15/arch/xtensa/boot/
DMakefile27 zImage: boot-redboot
31 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
43 boot-redboot: $(obj)/vmlinux.bin.gz
D.gitignore3 zImage.redboot
/Linux-v5.15/arch/arm/boot/dts/
Darmada-385-synology-ds116.dts234 /* Note: there is a redboot partition table despite u-boot
237 * tree in the last 64kB of the RedBoot partition which is not
242 label = "RedBoot";
264 label = "RedBoot config";
Dintel-ixp42x-welltech-epbx100.dts47 label = "RedBoot";
72 label = "RedBoot config";
Dintel-ixp42x-netgear-wg302v2.dts50 compatible = "redboot-fis";
51 /* CHECKME: guess this is Redboot FIS */
Dintel-ixp42x-adi-coyote.dts51 compatible = "redboot-fis";
52 /* CHECKME: guess this is Redboot FIS */
Dintel-ixp42x-ixdpg425.dts56 compatible = "redboot-fis";
57 /* CHECKME: guess this is Redboot FIS */
Dintel-ixp46x-ixdp465.dts30 compatible = "redboot-fis";
Dgemini-dlink-dns-313.dts169 * This "RedBoot" is the Storlink derivative.
172 label = "RedBoot";
Dintel-ixp43x-kixrp435.dts30 compatible = "redboot-fis";
Dintel-ixp42x-ixdp425.dts34 compatible = "redboot-fis";
Darmada-370-synology-ds213j.dts283 label = "RedBoot";
303 label = "RedBoot config";
/Linux-v5.15/arch/xtensa/boot/boot-redboot/
DMakefile28 $(obj)/../zImage.redboot: $(obj)/zImage.elf
32 all zImage: $(obj)/../zImage.redboot
Dbootstrap.S7 * RB-Data: RedBoot data/bss
129 /* RedBoot is now at the end of the memory, so we don't have
/Linux-v5.15/arch/arm/mach-gemini/
DKconfig7 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
/Linux-v5.15/arch/mips/generic/
Dboard-ocelot.c22 /* Look for the TLB entry set up by redboot before trying to use it */ in ocelot_detect()

123