Convert test executables to bootloader images?

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jan 17 12:39:29 UTC 2024


Hello,

attached is a proof of concept. Using a ./waf bootimages command didn't 
work since you don't have a build context in this case. I added a new 
option:

# If this option is enabled, then boot images for the test programs
# are built.
BUILD_BOOT_IMAGES = False

If this option is enabled, then a BSP-specific method is used to build a 
boot image. This method is optional. BSPs can provide it through a new 
build item with type "mkimage", see the powerpc/qoriq example of the 
attached patches.

-- 
embedded brains GmbH & Co. KG
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-build-Add-support-to-make-bootloader-images.patch
Type: text/x-patch
Size: 4063 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/devel/attachments/20240117/682f87ec/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-build-Add-mkimage-support-for-powerpc-qoriq.patch
Type: text/x-patch
Size: 3464 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/devel/attachments/20240117/682f87ec/attachment-0001.bin>


More information about the devel mailing list