/linux/Documentation/arch/arm/sa1100/ |
H A D | assabet.rst | 42 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 D | redboot.c | 3 * 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 D | Kconfig | 154 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 D | Makefile | 16 obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
|
/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | redboot-fis.yaml | 4 $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 D | partitions.yaml | 23 - $ref: redboot-fis.yaml
|
/linux/arch/powerpc/boot/ |
H A D | redboot.h | 6 // 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 D | redboot-8xx.c | 3 * RedBoot firmware support 12 #include "redboot.h"
|
H A D | redboot-83xx.c | 3 * RedBoot firmware support 13 #include "redboot.h"
|
H A D | wrapper | 344 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 D | Makefile | 26 zImage: boot-redboot 30 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) 42 boot-redboot: $(obj)/vmlinux.bin.gz
|
H A D | .gitignore | 3 zImage.redboot
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-385-synology-ds116.dts | 234 /* 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 D | armada-370-synology-ds213j.dts | 277 label = "RedBoot"; 297 label = "RedBoot config";
|
H A D | armada-xp-synology-ds414.dts | 294 label = "RedBoot"; 314 label = "RedBoot config";
|
/linux/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | 27 $(obj)/../zImage.redboot: $(obj)/zImage.elf 31 all zImage: $(obj)/../zImage.redboot
|
H A D | bootstrap.S | 8 * 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 D | intel-ixp42x-welltech-epbx100.dts | 47 label = "RedBoot"; 72 label = "RedBoot config";
|
H A D | intel-ixp42x-netgear-wg302v1.dts | 25 /* The RedBoot comes up in 9600 baud so let's keep this */ 50 compatible = "redboot-fis";
|
H A D | intel-ixp42x-adi-coyote.dts | 51 compatible = "redboot-fis"; 52 /* CHECKME: guess this is Redboot FIS */
|
H A D | intel-ixp42x-ixdpg425.dts | 56 compatible = "redboot-fis"; 57 /* CHECKME: guess this is Redboot FIS */
|
H A D | intel-ixp46x-ixdp465.dts | 30 compatible = "redboot-fis";
|
/linux/arch/arm/mach-gemini/ |
H A D | Kconfig | 8 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
|
/linux/arch/arm/mach-ixp4xx/ |
H A D | Kconfig | 6 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
|
/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-dlink-dns-313.dts | 180 * This "RedBoot" is the Storlink derivative. 183 label = "RedBoot";
|