summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng2017-06-051-4/+0
* x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese2017-05-171-0/+9
* x86: acpi: Fix Windows S3 resume failureBin Meng2017-05-171-0/+48
* x86: acpi: Turn on ACPI mode for S3Bin Meng2017-05-171-0/+3
* x86: acpi: Refactor acpi_resume()Bin Meng2017-05-172-6/+17
* x86: acpi: Make enter_acpi_mode() publicBin Meng2017-05-171-1/+1
* x86: apci: Change PM1_CNT register access to RMWBin Meng2017-05-171-1/+3
* x86: Do not clear high table area for S3Bin Meng2017-05-171-1/+6
* x86: fsp: Save stack address to CMOS for next S3 bootBin Meng2017-05-171-1/+37
* x86: Add an early CMOS access libraryBin Meng2017-05-172-0/+52
* x86: acpi: Resume OS if resume vector is foundBin Meng2017-05-172-0/+27
* x86: acpi: Add one API to find OS wakeup vectorBin Meng2017-05-171-0/+72
* x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng2017-05-171-0/+12
* x86: Store and display previous sleep stateBin Meng2017-05-171-0/+1
* x86: fsp: acpi: Pass different boot mode to FSP initBin Meng2017-05-171-1/+25
* x86: Display the SPL banner only onceSimon Glass2017-04-181-2/+1
* x86: Introduce minimal PMU driver for Intel MID platformsAndy Shevchenko2017-04-102-0/+118
* x86: Add SCU IPC driver for Intel MID platformsFelipe Balbi2017-04-102-0/+169
* x86: bootm: Fix FIT image booting on x86Stefan Roese2017-04-101-1/+1
* board_f: Make relocation functions genericSimon Glass2017-04-051-1/+1
* board_f: Make init_helpers genericSimon Glass2017-04-051-1/+1
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-052-3/+7
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-052-0/+10
* board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass2017-04-051-1/+1
* x86: zImage: add Intel MID platforms supportVincent Tinelli2017-02-211-0/+4
* dm: core: Replace of_offset with accessorSimon Glass2017-02-082-2/+3
* x86: spl: Add weak arch_cpu_init_dm()Bin Meng2017-02-071-0/+5
* x86: Change irq_already_routed to a local variableSimon Glass2017-02-071-4/+6
* x86: Drop interrupt support in 64-bit modeSimon Glass2017-02-061-0/+5
* x86: Don't try to boot Linux from SPLSimon Glass2017-02-061-0/+4
* x86: Don't build 32-bit efi files on x86_64Simon Glass2017-02-061-0/+4
* x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-061-0/+7
* x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass2017-02-061-0/+2
* x86: Add an SPL implementationSimon Glass2017-02-062-0/+155
* x86: Tidy up use of size_t in relocationSimon Glass2017-02-061-2/+2
* x86: Add support for 64-bit relocationSimon Glass2017-02-061-0/+45
* x86: Refactor relocation to prepare for 64-bitSimon Glass2017-02-061-24/+31
* x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-061-1/+1
* x86: lib: Fix types and casts for 64-bit compilationSimon Glass2017-02-063-5/+5
* x86: Update mpspec to build on 64-bit machinesSimon Glass2017-02-061-6/+6
* x86: Use unsigned long for address in table generationSimon Glass2017-02-065-16/+9
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-271-1/+1
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-171-0/+4
* efi: x86: Adjust EFI files support efi_loaderSimon Glass2016-11-143-4/+5
* x86: Move efi .S files into the 'lib' directorySimon Glass2016-11-146-18/+18
* x86: Move efi .lds files into the 'lib' directorySimon Glass2016-11-142-0/+177
* x86: Correct a build warning in x86 tablesSimon Glass2016-11-141-0/+2
* x86: efi: Add EFI loader support for x86Simon Glass2016-10-192-0/+13
* smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-191-1/+6