Home
last modified time | relevance | path

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

123

/linux/Documentation/arch/arm/sa1100/
H A 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/drivers/mtd/parsers/
H A 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()
99 pr_notice("Failed to find a non-bad block to check for RedBoot partition table\n"); in parse_redboot_partitions()
117 pr_notice("Searching for RedBoot partition table in %s at offset 0x%lx\n", in parse_redboot_partitions()
143 /* RedBoot can combine the FIS directory and in parse_redboot_partitions()
187 pr_notice("No RedBoot partition table detected in %s\n", in parse_redboot_partitions()
273 if (!memcmp(names, "RedBoot", 8) || in parse_redboot_partitions()
274 !memcmp(names, "RedBoot config", 15) || in parse_redboot_partitions()
307 { .compatible = "redboot-fis" },
314 .name = "RedBoot",
[all …]
H A DKconfig154 tristate "RedBoot partition table parsing"
156 RedBoot is a ROM monitor and bootloader which deals with multiple
174 int "Location of RedBoot partition table"
178 CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK RedBoot compile time
181 The option specifies which Flash sectors holds the RedBoot
196 bool "Force read-only for RedBoot system images"
198 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
H A DMakefile16 obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
/linux/Documentation/devicetree/bindings/mtd/partitions/
H A 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.
23 const: redboot-fis
45 compatible = "redboot-fis";
H A Dpartitions.yaml23 - $ref: redboot-fis.yaml
/linux/arch/powerpc/boot/
H A 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 */
H A Dredboot-8xx.c3 * RedBoot firmware support
12 #include "redboot.h"
H A Dredboot-83xx.c3 * RedBoot firmware support
13 #include "redboot.h"
H A Dwrapper344 adder875-redboot)
345 platformo="$object/fixed-head.o $object/redboot-8xx.o"
352 asp834x-redboot)
353 platformo="$object/fixed-head.o $object/redboot-83xx.o"
/linux/arch/xtensa/boot/
H A DMakefile26 zImage: boot-redboot
30 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
42 boot-redboot: $(obj)/vmlinux.bin.gz
H A D.gitignore3 zImage.redboot
/linux/arch/arm/boot/dts/marvell/
H A 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";
H A Darmada-370-synology-ds213j.dts277 label = "RedBoot";
297 label = "RedBoot config";
H A Darmada-xp-synology-ds414.dts294 label = "RedBoot";
314 label = "RedBoot config";
/linux/arch/xtensa/boot/boot-redboot/
H A DMakefile27 $(obj)/../zImage.redboot: $(obj)/zImage.elf
31 all zImage: $(obj)/../zImage.redboot
H A Dbootstrap.S8 * RB-Data: RedBoot data/bss
132 /* RedBoot is now at the end of the memory, so we don't have
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-welltech-epbx100.dts47 label = "RedBoot";
72 label = "RedBoot config";
H A Dintel-ixp42x-netgear-wg302v1.dts25 /* The RedBoot comes up in 9600 baud so let's keep this */
50 compatible = "redboot-fis";
H A Dintel-ixp42x-adi-coyote.dts51 compatible = "redboot-fis";
52 /* CHECKME: guess this is Redboot FIS */
H A Dintel-ixp42x-ixdpg425.dts56 compatible = "redboot-fis";
57 /* CHECKME: guess this is Redboot FIS */
H A Dintel-ixp46x-ixdp465.dts30 compatible = "redboot-fis";
/linux/arch/arm/mach-gemini/
H A DKconfig8 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
/linux/arch/arm/mach-ixp4xx/
H A DKconfig6 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
/linux/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dns-313.dts180 * This "RedBoot" is the Storlink derivative.
183 label = "RedBoot";

123