summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+1
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden1-1/+2
2019-08-09x86: Add a common HOB libraryPark, Aiden3-54/+88
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden1-47/+31
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden1-1/+1
2019-08-09x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko1-0/+32
2019-06-22x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko1-4/+1
2019-05-09Fix spelling of available.Vagrant Cascadian1-1/+1
2019-05-08x86: Add a simple TPL implementationSimon Glass3-3/+168
2019-05-08x86: Don't generate a bootstage report in SPLSimon Glass1-1/+1
2019-05-08x86: Don't set up MTRRs in SPLSimon Glass1-1/+4
2019-05-08x86: mrccache: Add more debuggingSimon Glass1-4/+12
2019-05-08x86: Support saving MRC data from SPLSimon Glass1-9/+27
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass1-1/+1
2019-03-11x86: Make sure i8254 is setup correctly before generating beepsBin Meng1-0/+4
2019-03-10x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko1-3/+3
2019-02-20sound: x86: Add beeping support in i8254Simon Glass1-4/+31
2019-02-13x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt1-1/+1
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-5/+6
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-1/+4
2018-12-10x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng1-6/+10
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko1-0/+118
2018-10-22x86: detect unsupported relocation typesHeinrich Schuchardt1-0/+18
2018-10-22x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer1-0/+4
2018-09-23efi_loader: simplify ifdefsStephen Warren1-2/+2
2018-09-17x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii1-0/+11
2018-09-17x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii1-0/+51
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-8/+4
2018-08-30x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng1-5/+0
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng1-0/+4
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