aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2018-08-20x86: Include bss subsections in linker scriptAlexander Graf2-2/+2
2018-07-25elf: Move x86 reloc defines to common elf.hAlexander Graf2-2/+0
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini5-111/+111
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng1-11/+0
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng4-100/+111
2018-07-20x86: fsp: Eliminate the reset_cpu() callBin Meng1-1/+1
2018-07-19x86: Remove unused _relocate argumentsIvan Gorinov3-7/+2
2018-07-02x86: efi_loader: Build EFI memory map per E820 tableBin Meng1-0/+39
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov1-1/+3
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng5-185/+0
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov1-11/+13
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng1-2/+2
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng1-1/+1
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-4/+0
2018-06-03efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt1-1/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini49-100/+49
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-16bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng1-0/+4
2018-04-16x86: Rename e820entry to e820_entryBin Meng3-3/+3
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2-4/+5
2018-03-30x86: zImage: Pass working device tree data to the kernelIvan Gorinov1-0/+35
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay1-1/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng3-14/+8
2018-01-30x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko3-0/+21
2018-01-30x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko1-4/+5
2018-01-30x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko1-2/+1
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini4-293/+0
2017-11-30x86: lib: Implement standalone __udivdi3 etc instead of libgcc onesStefan Roese3-36/+114
2017-11-30Revert "x86: bootm: Fix FIT image booting on x86"Anatolij Gustschin1-1/+1
2017-10-27x86: fsp: graphics: Add some notes about the graphics info hobBin Meng1-0/+4
2017-10-27Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng1-24/+0
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng1-2/+22
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng2-0/+125
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng1-0/+7
2017-08-24x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng1-0/+24
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