index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
tables.c
Age
Commit message (
Expand
)
Author
2025-05-25
x86: efi_loader: Ensure the SMBIOS tables are sent via EFI
Simon Glass
2025-04-03
x86: emulation: Support BLOBLIST_TABLES properly
Simon Glass
2025-01-22
x86: Align the SMBIOS table to a 4K boundary
Simon Glass
2025-01-22
x86: Move tables to use SZ macros
Simon Glass
2025-01-22
emulation: Use bloblist to hold tables
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
x86: Remove <common.h> and add needed includes
Tom Rini
2024-04-20
x86: all firmware tables must be paragraph aligned
Heinrich Schuchardt
2024-01-16
smbios: copy QEMU tables
Heinrich Schuchardt
2023-12-31
bloblist: Adjust API to align in powers of 2
Simon Glass
2023-09-22
Record the position of the SMBIOS tables
Simon Glass
2023-07-17
x86: Record the start and end of the tables
Simon Glass
2023-07-17
x86: Refactor table-writing code a little
Simon Glass
2021-07-24
smbios: error handling for invalid addresses
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-11-06
x86: Allow putting some tables in the bloblist
Simon Glass
2020-11-05
x86: Use if instead of #ifdef in write_tables()
Simon Glass
2020-11-05
x86: Allow writing tables to fail
Simon Glass
2020-07-17
x86: Add debugging to table writing
Simon Glass
2020-04-16
x86: Move acpi_table header to main include/ directory
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-02-06
x86: Use unsigned long for address in table generation
Simon Glass
2016-11-14
x86: Correct a build warning in x86 tables
Simon Glass
2016-10-19
smbios: Allow compilation on 64bit systems
Alexander Graf
2016-10-19
x86: Move smbios generation into arch independent directory
Alexander Graf
2016-10-19
x86: Move table csum into separate file
Alexander Graf
2016-05-23
x86: Use high_table_malloc() for tables passing to SeaBIOS
Bin Meng
2016-05-23
x86: Fix build warning in tables.c when CONFIG_SEABIOS
Bin Meng
2016-03-17
x86: Support booting SeaBIOS
Bin Meng
2016-03-17
x86: Support writing configuration tables in high area
Bin Meng
2016-03-17
x86: Simplify codes in write_tables()
Bin Meng
2016-03-17
x86: Use a macro for ROM table alignment
Bin Meng
2016-03-17
x86: Change to use start/end address pair in write_tables()
Bin Meng
2015-10-21
x86: Add SMBIOS table support
Bin Meng
2015-08-26
x86: Generate a valid ACPI table
Saket Sinha
2015-07-14
x86: Generate a valid MultiProcessor (MP) table
Bin Meng
2015-07-14
x86: Add MultiProcessor (MP) table APIs
Bin Meng
2015-04-29
x86: Add support for the Simple Firmware Interface (SFI)
Simon Glass
2015-04-29
x86: Correct the typo in write_tables()
Bin Meng
2015-04-29
x86: Write configuration tables in last_stage_init()
Bin Meng