summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2017-04-10x86: Introduce minimal PMU driver for Intel MID platformsAndy Shevchenko
2017-04-10x86: Add SCU IPC driver for Intel MID platformsFelipe Balbi
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese
2017-04-05board_f: Make relocation functions genericSimon Glass
2017-04-05board_f: Make init_helpers genericSimon Glass
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass
2017-02-21x86: zImage: add Intel MID platforms supportVincent Tinelli
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng
2017-02-07x86: Change irq_already_routed to a local variableSimon Glass
2017-02-06x86: Drop interrupt support in 64-bit modeSimon Glass
2017-02-06x86: Don't try to boot Linux from SPLSimon Glass
2017-02-06x86: Don't build 32-bit efi files on x86_64Simon Glass
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass
2017-02-06x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass
2017-02-06x86: Add an SPL implementationSimon Glass
2017-02-06x86: Tidy up use of size_t in relocationSimon Glass
2017-02-06x86: Add support for 64-bit relocationSimon Glass
2017-02-06x86: Refactor relocation to prepare for 64-bitSimon Glass
2017-02-06x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass
2017-02-06x86: lib: Fix types and casts for 64-bit compilationSimon Glass
2017-02-06x86: Update mpspec to build on 64-bit machinesSimon Glass
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-11-14efi: x86: Adjust EFI files support efi_loaderSimon Glass
2016-11-14x86: Move efi .S files into the 'lib' directorySimon Glass
2016-11-14x86: Move efi .lds files into the 'lib' directorySimon Glass
2016-11-14x86: Correct a build warning in x86 tablesSimon Glass
2016-10-19x86: efi: Add EFI loader support for x86Simon 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-10-11x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass
2016-10-11x86: Drop unused init_helper functionsSimon Glass
2016-10-11x86: Add an accelerated memmove() functionSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-07-12x86: acpi: Pack global NVS into ACPI tableBin Meng
2016-07-12x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng
2016-06-12x86: acpi: Fix madt lapic generationGeorge McCollister
2016-05-23x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tablesBin Meng
2016-05-23x86: acpi: Remove header length check when writing tablesBin Meng
2016-05-23x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng
2016-05-23x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng
2016-05-23x86: Use high_table_malloc() for tables passing to SeaBIOSBin Meng