Hello all,

I mm/memblock.c I see this struct memblock memblock which is initialized with empty list.

And I guess this struct will be filled during early boot and used during boot. (I saw somewhere the memory regions are later moved to buddy allocation system for normal use).

My question is : we can speicify "reserved-memory" in the device tree. Some drivers use the reserved memory for its own use.

Then, are the 'reserved-memory' regions are put into this memblock.reserved  regions during the boot process?(I mean during dtb parsing).

Thank you!

Chan Kim