summaryrefslogtreecommitdiff
path: root/arch/x86/lib/tables.c
Commit message (Expand)AuthorAgeLines
* x86: Use unsigned long for address in table generationSimon Glass2017-02-06-9/+2
* x86: Correct a build warning in x86 tablesSimon Glass2016-11-14-0/+2
* smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-19-1/+6
* x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-19-1/+1
* x86: Move table csum into separate fileAlexander Graf2016-10-19-12/+0
* x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng2016-05-23-3/+1
* x86: Fix build warning in tables.c when CONFIG_SEABIOSBin Meng2016-05-23-0/+1
* x86: Support booting SeaBIOSBin Meng2016-03-17-0/+15
* x86: Support writing configuration tables in high areaBin Meng2016-03-17-0/+11
* x86: Simplify codes in write_tables()Bin Meng2016-03-17-27/+34
* x86: Use a macro for ROM table alignmentBin Meng2016-03-17-5/+5
* x86: Change to use start/end address pair in write_tables()Bin Meng2016-03-17-6/+12
* x86: Add SMBIOS table supportBin Meng2015-10-21-0/+5
* x86: Generate a valid ACPI tableSaket Sinha2015-08-26-0/+5
* x86: Generate a valid MultiProcessor (MP) tableBin Meng2015-07-14-0/+5
* x86: Add MultiProcessor (MP) table APIsBin Meng2015-07-14-0/+14
* x86: Add support for the Simple Firmware Interface (SFI)Simon Glass2015-04-29-0/+5
* x86: Correct the typo in write_tables()Bin Meng2015-04-29-1/+1
* x86: Write configuration tables in last_stage_init()Bin Meng2015-04-29-0/+30