RTEMS | powerpc/beatnik: Convert MOTLoad GEV variables into env variables (!1276)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Jun 17 00:56:55 UTC 2026




Gedare Bloom started a new discussion on bsps/powerpc/include/bsp/motload-gev.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1276#note_152546

 > +
 > +#ifndef _POWERPC_MOTLOAD_GEV_h
 > +#define _POWERPC_MOTLOAD_GEV_h
 > +
 > +#include <stdbool.h>
 > +
 > +#include <rtems.h>
 > +
 > +#ifdef __cplusplus
 > +extern "C" {
 > +#endif /* __cplusplus */
 > +
 > +/*
 > + * Get a GEV variable
 > + */
 > +int motload_gev_get(uintptr_t nvram_base, const char* name, char* val,

Should this have a better "namespace"? I know this BSP is a bit of a mess, but in other BSPs we have adopted the architecture name prefixing functions, e.g., `powerpc_motload_gev_get()` I think these BSPs have used `ppc_` in some places for a prefix.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1276#note_152546
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/20260617/44870b09/attachment-0001.htm>


More information about the bugs mailing list