commit | 3bd2dc6d5c2a3cec5a28e660b0ece699a0e94c0b | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Apr 07 16:35:18 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Apr 07 16:37:52 2014 -0400 |
tree | 0fe0caf86869d1d8526a7692a8a9aeddf7be6b0c | |
parent | 19646a4b51d41e44df17db6807cb7206c70629e3 [diff] |
Use biostables.c for copying bios tables even when generating them. Use the biostables.c copy_pir(), copy_smbios(), copy_acpi_rsdp(), and copy_mptable() code even when using the legacy bios table generation code. This unifies the final bios table deployment code between qemu, coreboot, and csm. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>