Searched full:redboot (Results 1 – 25 of 62) sorted by relevance
123
/Linux-v6.1/Documentation/arm/sa1100/ |
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-v6.1/Documentation/devicetree/bindings/mtd/partitions/ |
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. 21 const: redboot-fis 39 compatible = "redboot-fis";
|
/Linux-v6.1/drivers/mtd/parsers/ |
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 …]
|
D | Kconfig | 144 tristate "RedBoot partition table parsing" 146 RedBoot is a ROM monitor and bootloader which deals with multiple 164 int "Location of RedBoot partition table" 168 CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK RedBoot compile time 171 The option specifies which Flash sectors holds the RedBoot 186 bool "Force read-only for RedBoot system images" 188 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
|
D | Makefile | 16 obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
|
/Linux-v6.1/arch/powerpc/boot/ |
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 */
|
D | redboot-83xx.c | 3 * RedBoot firmware support 13 #include "redboot.h"
|
D | redboot-8xx.c | 3 * RedBoot firmware support 12 #include "redboot.h"
|
D | wrapper | 327 adder875-redboot) 328 platformo="$object/fixed-head.o $object/redboot-8xx.o" 335 asp834x-redboot) 336 platformo="$object/fixed-head.o $object/redboot-83xx.o"
|
/Linux-v6.1/arch/xtensa/boot/ |
D | Makefile | 27 zImage: boot-redboot 31 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y)) 43 boot-redboot: $(obj)/vmlinux.bin.gz
|
D | .gitignore | 3 zImage.redboot
|
/Linux-v6.1/arch/arm/boot/dts/ |
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";
|
D | intel-ixp42x-welltech-epbx100.dts | 47 label = "RedBoot"; 72 label = "RedBoot config";
|
D | intel-ixp42x-netgear-wg302v1.dts | 25 /* The RedBoot comes up in 9600 baud so let's keep this */ 50 compatible = "redboot-fis";
|
D | intel-ixp42x-adi-coyote.dts | 51 compatible = "redboot-fis"; 52 /* CHECKME: guess this is Redboot FIS */
|
D | intel-ixp42x-ixdpg425.dts | 56 compatible = "redboot-fis"; 57 /* CHECKME: guess this is Redboot FIS */
|
D | intel-ixp46x-ixdp465.dts | 30 compatible = "redboot-fis";
|
D | gemini-dlink-dns-313.dts | 169 * This "RedBoot" is the Storlink derivative. 172 label = "RedBoot";
|
D | intel-ixp42x-ixdp425.dts | 34 compatible = "redboot-fis";
|
D | intel-ixp43x-kixrp435.dts | 30 compatible = "redboot-fis";
|
D | armada-370-synology-ds213j.dts | 283 label = "RedBoot"; 303 label = "RedBoot config";
|
/Linux-v6.1/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 28 $(obj)/../zImage.redboot: $(obj)/zImage.elf 32 all zImage: $(obj)/../zImage.redboot
|
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-v6.1/arch/arm/mach-gemini/ |
D | Kconfig | 8 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
|
/Linux-v6.1/arch/arm/mach-ixp4xx/ |
D | Kconfig | 6 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
|
123