RTEMS | powerpc/beatnik: Convert MOTLoad GEV variables into env variables (!1276)
Chris Johns (@chris)
gitlab at rtems.org
Thu Jun 18 03:34:55 UTC 2026
Chris Johns commented on a discussion on bsps/powerpc/include/bsp/motload-gev.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1276#note_152702
> +
> +#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,
It is in a specific namespace of `motload_` because this is all about handling the Motorola Boot Loader format variables as they are held in memory so is very specific. I do not want to add more unneeded labels to the start.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1276#note_152702
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/20260618/050b39b5/attachment.htm>
More information about the bugs
mailing list