summaryrefslogtreecommitdiff
path: root/src/fw/pirtable.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment typoCao jin2016-02-011-2/+2
| | | | Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
* Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.Kevin O'Connor2014-04-071-0/+1
| | | | | | | | | Add a note to the code that generates the pir, mptable, smbios, and smbios tables that no new changes are expected. Going forward, it is expected that if any changes are needed to these bios tables that SeaBIOS will get the tables passed in from upstream. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Use biostables.c for copying bios tables even when generating them.Kevin O'Connor2014-04-071-5/+2
| | | | | | | | | 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>
* Move PirAddr definition from pirtable.c to biostables.c.Kevin O'Connor2014-04-071-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor2013-09-181-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-2/+2
| | | | | | Also, sort the order of include files in the c files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+105
Move many C files from the src/ directory to the new src/fw/ directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>