mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 01:29:02 +02:00
The bootloader used on the Realtek RTL9302C boards is an ancient vendor fork of U-Boot that doesn't understand device trees. So to run a modern kernel it is necessary use one of the APPENDED_DTB options. When appending the DTB the inintrd information, if present, needs to be inserted into the /chosen device tree node. The bootloader provides the initrd start/size via the firmware environment. Add a fdt fixup that will update the device tree with the initrd information. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
||
|---|---|---|
| .. | ||
| board-boston.its.S | ||
| board-ingenic.c | ||
| board-jaguar2.its.S | ||
| board-luton.its.S | ||
| board-marduk.its.S | ||
| board-ni169445.its.S | ||
| board-ocelot.c | ||
| board-ocelot.its.S | ||
| board-ranchu.c | ||
| board-realtek.c | ||
| board-sead3.c | ||
| board-serval.its.S | ||
| board-xilfpga.its.S | ||
| init.c | ||
| irq.c | ||
| Kconfig | ||
| Makefile | ||
| Platform | ||
| proc.c | ||
| vmlinux.its.S | ||
| yamon-dt.c | ||