summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeLines
* x86: spl: Add weak arch_cpu_init_dm()Bin Meng2017-02-07-0/+5
* x86: Change irq_already_routed to a local variableSimon Glass2017-02-07-4/+6
* x86: Drop interrupt support in 64-bit modeSimon Glass2017-02-06-0/+5
* x86: Don't try to boot Linux from SPLSimon Glass2017-02-06-0/+4
* x86: Don't build 32-bit efi files on x86_64Simon Glass2017-02-06-0/+4
* x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-06-0/+7
* x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass2017-02-06-0/+2
* x86: Add an SPL implementationSimon Glass2017-02-06-0/+155
* x86: Tidy up use of size_t in relocationSimon Glass2017-02-06-2/+2
* x86: Add support for 64-bit relocationSimon Glass2017-02-06-0/+45
* x86: Refactor relocation to prepare for 64-bitSimon Glass2017-02-06-24/+31
* x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-06-1/+1
* x86: lib: Fix types and casts for 64-bit compilationSimon Glass2017-02-06-5/+5
* x86: Update mpspec to build on 64-bit machinesSimon Glass2017-02-06-6/+6
* x86: Use unsigned long for address in table generationSimon Glass2017-02-06-16/+9
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-02-0/+5
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-27-1/+1
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-17-0/+4
* efi: x86: Adjust EFI files support efi_loaderSimon Glass2016-11-14-4/+5
* x86: Move efi .S files into the 'lib' directorySimon Glass2016-11-14-18/+18
* x86: Move efi .lds files into the 'lib' directorySimon Glass2016-11-14-0/+177
* x86: Correct a build warning in x86 tablesSimon Glass2016-11-14-0/+2
* x86: efi: Add EFI loader support for x86Simon Glass2016-10-19-0/+13
* smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-19-1/+6
* x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-19-271/+1
* x86: Move table csum into separate fileAlexander Graf2016-10-19-12/+0
* x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass2016-10-11-3/+5
* x86: Drop unused init_helper functionsSimon Glass2016-10-11-10/+0
* x86: Add an accelerated memmove() functionSimon Glass2016-10-11-0/+161
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-27-12/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27-3/+1
* x86: acpi: Pack global NVS into ACPI tableBin Meng2016-07-12-0/+22
* x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng2016-07-12-1/+1
* x86: acpi: Fix madt lapic generationGeorge McCollister2016-06-12-6/+6
* x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tablesBin Meng2016-05-23-5/+5
* x86: acpi: Remove header length check when writing tablesBin Meng2016-05-23-16/+10
* x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng2016-05-23-6/+0
* x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng2016-05-23-0/+26
* x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng2016-05-23-3/+1
* x86: Prepare configuration tables in dedicated high memory regionBin Meng2016-05-23-0/+31
* x86: Compile coreboot_table.c only for SeaBIOSBin Meng2016-05-23-1/+1
* x86: Fix up PIRQ routing table checksum earlierBin Meng2016-05-23-4/+0
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-23-9/+0
* x86: qemu: fix ACPI Kconfig optionsMiao Yan2016-05-23-1/+1
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-23-1/+1
* x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng2016-05-23-3/+5
* x86: acpi: Clean up table header revisionsBin Meng2016-05-23-12/+4
* x86: acpi: Align FACS table to a 64 byte boundaryBin Meng2016-05-23-1/+5
* x86: acpi: Use u32 in table write routinesBin Meng2016-05-23-7/+7