RTEMS | Complete the u-boot support for qoriq_e500 (#5488)
Gedare Bloom (@gedare)
gitlab at rtems.org
Thu Feb 12 16:29:04 UTC 2026
Gedare Bloom created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5488
## Summary
<!--
Please provide as much information as possible such as error messages or attaching logs
-->
The u-boot support for powerpc/qoriq is not complete. Under bsps/powerpc/qoriq/include/bsp.h, bsp_uboot_getenv is declared if HAS_UBOOT is defined. However, in HAS_UBOOT is not configurable through waf and variables needed by bsp_uboot_getenv are not defined for qoriq.
## Steps to reproduce
- Add the .yml file under spec so that HAS_UBOOT can be defined in config.ini
- Add uboot_support.c to define the u-boot environment base address and size
## Expected behaviour
User can have "HAS_UBOOT = True" in config.ini when building RTEMS, and then use bsp_uboot_getenv in applications to access the u-boot environment variables.
<!--
Please add at least an architecture and BSP label.
-->
powerpc, qoriq
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5488
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260212/d54f8f62/attachment.htm>
More information about the bugs
mailing list