From ee87bfb933cdb595718bd8ddadf6552c3fa8895d Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 21 Feb 2022 17:52:58 +0000 Subject: Add support code for dealing with U-Boot uImages Adds a loader for the legacy uImage format that is commonly used on embedded Linux systems. It verifies checksums and supports uncompressed and gzipped images. Supports arbitrary reader functions to allow the images to be streamed off any storage device, for optimal RAM use. Change-Id: I93c35f9a6f323999a22a07300e05627fabfcbd2c --- firmware/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 4ea922af1b..2e2f13bbe9 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -33,6 +33,7 @@ logf.c #endif /* ROCKBOX_HAS_LOGF */ #if (CONFIG_PLATFORM & PLATFORM_NATIVE) load_code.c +linuxboot.c #ifdef RB_PROFILE profile.c #endif /* RB_PROFILE */ @@ -46,7 +47,6 @@ timer.c debug.c #endif /* PLATFORM_NATIVE */ panic.c - #if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(BOOTFILE) target/hosted/rolo.c #endif -- cgit v1.2.3