[PATCH 2/4] of: reserve: mark runtime firmware code regions specially
Ahmad Fatoum
a.fatoum at pengutronix.de
Thu Jun 9 01:17:38 PDT 2022
Hello Sascha,
On 09.06.22 10:05, Sascha Hauer wrote:
>> diff --git a/include/of.h b/include/of.h
>> index 46b96277d581..0d125d8256d6 100644
>> --- a/include/of.h
>> +++ b/include/of.h
>> @@ -55,9 +55,13 @@ struct of_reserve_map {
>> uint64_t start[OF_MAX_RESERVE_MAP];
>> uint64_t end[OF_MAX_RESERVE_MAP];
>> int num_entries;
>> + u16 runtime_fw : OF_MAX_RESERVE_MAP;
>
> Please change to:
>
> struct of_reserve_map_entry {
> uint64_t start;
> uint64_t end;
> u32 flags;
> };
>
> struct of_reserve_map {
> struct of_reserve_map_entry[OF_MAX_RESERVE_MAP];
> int num_entries;
> };
Rouven will reuse/replicate this for PBL, so I'd prefer
to go the size conscious route for now.
Cheers,
Ahmad
>
> Sascha
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list