bonzini / qboot

Minimal x86 firmware for booting Linux kernels
GNU General Public License v2.0
704 stars 118 forks source link

support smbios #23

Closed pengkh closed 5 years ago

pengkh commented 5 years ago

alloc buffer in fseg memory and fill it with smbios anchor and tables which read from the fw_cfg, then check type0 table and rebuild it if it's not exist.

mainly inspired by the seabios, and borrowed some code from it.

Reviewed-by: Ben Luo luoben@linux.alibaba.com

bonzini commented 5 years ago

Looks good, can you include a Signed-off-by line in the commit message? Thanks!

pengkh commented 5 years ago

Looks good, can you include a Signed-off-by line in the commit message? Thanks!

ok