aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-4/+4
2017-08-08x86: acpi: Fix build error with certain configurationBin Meng1-0/+1
2017-07-30x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko1-0/+4
2017-07-30x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko1-3/+3
2017-07-30x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko1-0/+29
2017-07-30x86: acpi: Fill OEM revisionAndy Shevchenko1-0/+2
2017-06-05x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng1-4/+0
2017-05-17x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()Stefan Roese1-0/+9
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng1-0/+48
2017-05-17x86: acpi: Turn on ACPI mode for S3Bin Meng1-0/+3
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng2-6/+17
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng1-1/+1
2017-05-17x86: apci: Change PM1_CNT register access to RMWBin Meng1-1/+3
2017-05-17x86: Do not clear high table area for S3Bin Meng1-1/+6
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng1-1/+37
2017-05-17x86: Add an early CMOS access libraryBin Meng2-0/+52
2017-05-17x86: acpi: Resume OS if resume vector is foundBin Meng2-0/+27
2017-05-17x86: acpi: Add one API to find OS wakeup vectorBin Meng1-0/+72
2017-05-17x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng1-0/+12
2017-05-17x86: Store and display previous sleep stateBin Meng1-0/+1
2017-05-17x86: fsp: acpi: Pass different boot mode to FSP initBin Meng1-1/+25
2017-04-18x86: Display the SPL banner only onceSimon Glass1-2/+1
2017-04-10x86: Introduce minimal PMU driver for Intel MID platformsAndy Shevchenko2-0/+118
2017-04-10x86: Add SCU IPC driver for Intel MID platformsFelipe Balbi2-0/+169
2017-04-10x86: bootm: Fix FIT image booting on x86Stefan Roese1-1/+1
2017-04-05board_f: Make relocation functions genericSimon Glass1-1/+1
2017-04-05board_f: Make init_helpers genericSimon Glass1-1/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass2-3/+7
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass2-0/+10
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-1/+1
2017-02-21x86: zImage: add Intel MID platforms supportVincent Tinelli1-0/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-2/+3
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng1-0/+5
2017-02-07x86: Change irq_already_routed to a local variableSimon Glass1-4/+6
2017-02-06x86: Drop interrupt support in 64-bit modeSimon Glass1-0/+5
2017-02-06x86: Don't try to boot Linux from SPLSimon Glass1-0/+4
2017-02-06x86: Don't build 32-bit efi files on x86_64Simon Glass1-0/+4
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass1-0/+7
2017-02-06x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass1-0/+2
2017-02-06x86: Add an SPL implementationSimon Glass2-0/+155
2017-02-06x86: Tidy up use of size_t in relocationSimon Glass1-2/+2
2017-02-06x86: Add support for 64-bit relocationSimon Glass1-0/+45
2017-02-06x86: Refactor relocation to prepare for 64-bitSimon Glass1-24/+31
2017-02-06x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass1-1/+1
2017-02-06x86: lib: Fix types and casts for 64-bit compilationSimon Glass3-5/+5
2017-02-06x86: Update mpspec to build on 64-bit machinesSimon Glass1-6/+6
2017-02-06x86: Use unsigned long for address in table generationSimon Glass5-16/+9
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-1/+1
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+4