summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass1-21/+0
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass1-2/+0
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass2-4/+6
2022-01-25x86: Move CSRT table to a writer functionSimon Glass1-49/+13
2022-01-25x86: Move TCPA table to a writer functionSimon Glass1-22/+16
2022-01-25x86: Move MADT table to a writer functionSimon Glass1-11/+14
2022-01-25x86: Move TPM2 table to a writer functionSimon Glass1-21/+18
2022-01-25x86: Move SSDT table to a writer functionSimon Glass1-63/+30
2022-01-25x86: Move FACP table into separate functionsSimon Glass6-45/+68
2022-01-25x86: Move FADT table to a writer functionSimon Glass1-7/+15
2022-01-25x86: Move GNVS table to a writer functionSimon Glass1-37/+36
2022-01-25x86: Move DSDT table to a writer functionSimon Glass1-42/+7
2022-01-25x86: Move FACS table to a writer functionSimon Glass1-24/+2
2022-01-25x86: Move base tables to a writer functionSimon Glass1-2/+0
2022-01-25x86: Use the ACPI table writerSimon Glass1-17/+4
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-3/+3
2022-01-25acpi: Move acpi_fill_header() to the generic headerSimon Glass1-1/+0
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass1-1/+1
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+0
2022-01-25x86: Allow any arch to generate ACPI tablesSimon Glass1-9/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt48-144/+144
2022-01-15x86: efi: Set the correct link flags for the 64-bit EFI appSimon Glass1-3/+12
2022-01-15x86: efi: Don't use the 64-bit link script for the EFI appSimon Glass1-1/+1
2022-01-15x86: efi: Round out the link script for 64-bit EFISimon Glass1-1/+4
2022-01-15x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass3-3/+9
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass1-4/+4
2022-01-13bloblist: Rename the SPL tagSimon Glass1-2/+2
2022-01-12x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-2/+2
2021-12-31x86: efi: Show the system-table revisionSimon Glass1-1/+8
2021-12-31x86: efi: Add room for the binman definition in the dtbSimon Glass1-1/+1
2021-12-31x86: Don't process the kernel command line unless enabledSimon Glass1-5/+8
2021-12-31x86: Allow booting a kernel from the EFI appSimon Glass1-4/+7
2021-11-07efi: Add video support to the appSimon Glass1-0/+4
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass2-14/+17
2021-11-07efi: Create a 64-bit appSimon Glass4-17/+31
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass1-1/+1
2021-11-01x86: tangier: pinmux: Move error message to the callerAndy Shevchenko1-7/+3
2021-11-01x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko1-2/+1
2021-11-01x86: edison: Don't take SD card detect pin into considerationAndy Shevchenko1-0/+17
2021-11-01x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko1-5/+34
2021-11-01x86: Fix i8254 ifdef include guardAlistair Delva1-2/+2
2021-11-01x86: chromebook_coral: fix C block commentAlistair Delva1-0/+1
2021-11-01x86: tangier: Replace Method() by Name() for _STA objectAndy Shevchenko1-64/+17
2021-10-31bootstage: Add SPL supportMarek Vasut1-1/+1
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass4-2/+41
2021-10-21x86: Create a new header for EFISimon Glass3-3/+33
2021-10-21x86: Keep symbol information in u-boot ELF fileSimon Glass1-2/+2
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-3/+3
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini10-25/+24
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini2-0/+33