aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-1/+1
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-1/+1
2022-04-14Remove duplication of table_compute_checksum functionTom Rini1-13/+0
2022-04-04Merge branch 'next'Tom Rini8-17/+26
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko6-68/+45
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini1-1/+7
2022-03-14x86: Add an enum name for the GNVS firmware typeSimon Glass1-1/+7
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass8-17/+26
2022-02-22spl: x86: Correct the binman symbols for SPLSimon Glass1-1/+1
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass1-2/+0
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer4-65/+16
2022-02-09arch: x86: lib: acpi_table: Fix MCFG entriesMoritz Fischer1-0/+2
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes1-0/+2
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