mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 18:12:24 +01:00
...and max flash offset The mtdsplit parser was recently refactored to allow the kernel to have custom image header magic. Let's also do this for the lzma-loader For example: When implemented together, this allows the kernel to "appear" to be a rootfs by OEM software in order to write an image that is actually kernel + rootfs. At the same time, it would boot to openwrt normally by setting the same magic in DTS. Both of the variables have a default value that is unchanged when not defined in the makefiles This has no effect on the size of the loader when lzma compressed. Signed-off-by: Michael Pratt <mcpratt@pm.me> |
||
|---|---|---|
| .. | ||
| ar71xx_regs.h | ||
| board.c | ||
| cache.c | ||
| cache.h | ||
| cacheops.h | ||
| config.h | ||
| cp0regdef.h | ||
| head.S | ||
| loader.c | ||
| loader.lds | ||
| loader2.lds | ||
| lzma-data.lds | ||
| LzmaDecode.c | ||
| LzmaDecode.h | ||
| LzmaTypes.h | ||
| Makefile | ||
| printf.c | ||
| printf.h | ||