summaryrefslogtreecommitdiff
path: root/arch/x86/lib/tables.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Record the start and end of the tablesSimon Glass1-1/+19
2023-07-17x86: Refactor table-writing code a littleSimon Glass1-14/+14
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt1-2/+11
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass1-3/+46
2020-11-05x86: Use if instead of #ifdef in write_tables()Simon Glass1-19/+19
2020-11-05x86: Allow writing tables to failSimon Glass1-1/+4
2020-07-17x86: Add debugging to table writingSimon Glass1-10/+28
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-9/+2
2016-11-15x86: Correct a build warning in x86 tablesSimon Glass1-0/+2
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf1-1/+6
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf1-1/+1
2016-10-19x86: Move table csum into separate fileAlexander Graf1-12/+0
2016-05-23x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng1-3/+1
2016-05-23x86: Fix build warning in tables.c when CONFIG_SEABIOSBin Meng1-0/+1
2016-03-17x86: Support booting SeaBIOSBin Meng1-0/+15
2016-03-17x86: Support writing configuration tables in high areaBin Meng1-0/+11
2016-03-17x86: Simplify codes in write_tables()Bin Meng1-27/+34
2016-03-17x86: Use a macro for ROM table alignmentBin Meng1-5/+5
2016-03-17x86: Change to use start/end address pair in write_tables()Bin Meng1-6/+12
2015-10-21x86: Add SMBIOS table supportBin Meng1-0/+5
2015-08-26x86: Generate a valid ACPI tableSaket Sinha1-0/+5
2015-07-15x86: Generate a valid MultiProcessor (MP) tableBin Meng1-0/+5
2015-07-15x86: Add MultiProcessor (MP) table APIsBin Meng1-0/+14
2015-04-30x86: Add support for the Simple Firmware Interface (SFI)Simon Glass1-0/+5
2015-04-30x86: Correct the typo in write_tables()Bin Meng1-1/+1
2015-04-30x86: Write configuration tables in last_stage_init()Bin Meng1-0/+30