Ran Hong created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5439



## 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/5439
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to