summaryrefslogtreecommitdiff
path: root/arch/x86/lib/tables.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2024-04-20x86: all firmware tables must be paragraph alignedHeinrich Schuchardt
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass
2023-09-22Record the position of the SMBIOS tablesSimon Glass
2023-07-17x86: Record the start and end of the tablesSimon Glass
2023-07-17x86: Refactor table-writing code a littleSimon Glass
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass
2020-11-05x86: Use if instead of #ifdef in write_tables()Simon Glass
2020-11-05x86: Allow writing tables to failSimon Glass
2020-07-17x86: Add debugging to table writingSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2016-11-14x86: Correct a build warning in x86 tablesSimon Glass
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf
2016-10-19x86: Move table csum into separate fileAlexander Graf
2016-05-23x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng
2016-05-23x86: Fix build warning in tables.c when CONFIG_SEABIOSBin Meng
2016-03-17x86: Support booting SeaBIOSBin Meng
2016-03-17x86: Support writing configuration tables in high areaBin Meng
2016-03-17x86: Simplify codes in write_tables()Bin Meng
2016-03-17x86: Use a macro for ROM table alignmentBin Meng
2016-03-17x86: Change to use start/end address pair in write_tables()Bin Meng
2015-10-21x86: Add SMBIOS table supportBin Meng
2015-08-26x86: Generate a valid ACPI tableSaket Sinha
2015-07-14x86: Generate a valid MultiProcessor (MP) tableBin Meng
2015-07-14x86: Add MultiProcessor (MP) table APIsBin Meng
2015-04-29x86: Add support for the Simple Firmware Interface (SFI)Simon Glass
2015-04-29x86: Correct the typo in write_tables()Bin Meng
2015-04-29x86: Write configuration tables in last_stage_init()Bin Meng