Home
last modified time | relevance | path

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

1234

/openbmc/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 …]
/openbmc/u-boot/board/freescale/mx35pdk/
H A DREADME10 The board is usually delivered with redboot. This howto explains how to boot
13 The board is delivered with Redboot on the NAND flash. It is possible to
17 Delivered Redboot script to start the kernel
20 In redboot the following script is stored:
30 To change the script in redboot:
58 0x01fff000-0x04000000 : "Redboot config"
63 However, the setup in redboot is not correct and does not use the whole flash.
66 Here the resulting script to be defined in RedBoot with fconfig:
94 0x01fff000-0x04000000 : "Redboot config"
/openbmc/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
/openbmc/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 DKconfig159 tristate "RedBoot partition table parsing"
161 RedBoot is a ROM monitor and bootloader which deals with multiple
179 int "Location of RedBoot partition table"
183 CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK RedBoot compile time
186 The option specifies which Flash sectors holds the RedBoot
201 bool "Force read-only for RedBoot system images"
203 If you need to force read-only for 'RedBoot', 'RedBoot Config' and
H A DMakefile17 obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
/openbmc/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"
/openbmc/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
/openbmc/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
/openbmc/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";
/openbmc/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";
/openbmc/u-boot/include/
H A DxyzModem.h7 * RedBoot stream handler for xyzModem protocol
18 * This code is part of RedBoot (tm).
/openbmc/linux/arch/arm/mach-gemini/
H A DKconfig8 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
/openbmc/linux/arch/arm/mach-ixp4xx/
H A DKconfig6 select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
/openbmc/u-boot/common/
H A DxyzModem.c7 * RedBoot stream handler for xyzModem protocol
18 * This code is part of RedBoot (tm).
659 * If we don't eat it now, RedBoot will think the user typed it. in xyzModem_stream_terminate()
710 * RedBoot interface

1234