jncronin / rpi-boot

A second stage bootloader for the Raspberry Pi
GNU General Public License v2.0
140 stars 48 forks source link

Set the flag for mbinfo modules when loading a module #21

Closed eryjus closed 7 years ago

eryjus commented 7 years ago

mbinfo was not reporting that modules were loaded in the flags field. This fix sets the flag in the mbinfo to indicate that modules were loaded.

eryjus commented 7 years ago

An additional fix was added to make the mmap entries align more closely with GRUB.

jncronin commented 7 years ago

Thanks. Merged now.