| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Handle running as EFI payload | Simon Glass | 2015-08-05 | 1 | -0/+6 |
* | x86: Add EFI board code | Ben Stoltz | 2015-08-05 | 1 | -0/+1 |
* | x86: Add support for U-Boot as an EFI application | Ben Stoltz | 2015-08-05 | 1 | -0/+3 |
* | x86: Reserve PCIe ECAM address range in the E820 table | Bin Meng | 2015-07-28 | 1 | -0/+10 |
* | x86: Remove MARK_GRAPHICS_MEM_WRCOMB | Bin Meng | 2015-07-14 | 1 | -8/+0 |
* | x86: Move VGA option rom macros to Kconfig | Bin Meng | 2015-07-14 | 1 | -0/+22 |
* | x86: Generate a valid MultiProcessor (MP) table | Bin Meng | 2015-07-14 | 1 | -0/+9 |
* | x86: kconfig: Fix minor nits in MAX_CPUS | Bin Meng | 2015-07-14 | 1 | -12/+12 |
* | x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMP | Bin Meng | 2015-07-14 | 1 | -0/+2 |
* | x86: Add Kconfig options to be used by arch/x86/cpu/config.mk | Bin Meng | 2015-07-14 | 1 | -0/+15 |
* | Move default y configs out of arch/board Kconfig | Joe Hershberger | 2015-06-25 | 1 | -15/+0 |
* | x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSP | Bin Meng | 2015-06-04 | 1 | -0/+1 |
* | x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig | Bin Meng | 2015-06-04 | 1 | -141/+0 |
* | x86: Make QEMU the default vendor | Bin Meng | 2015-06-04 | 1 | -1/+1 |
* | x86: Support QEMU x86 targets | Bin Meng | 2015-06-04 | 1 | -0/+5 |
* | x86: Add multi-processor init | Simon Glass | 2015-04-30 | 1 | -0/+30 |
* | x86: Add support for the Simple Firmware Interface (SFI) | Simon Glass | 2015-04-29 | 1 | -0/+14 |
* | x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig | Bin Meng | 2015-04-29 | 1 | -6/+0 |
* | x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics | Bin Meng | 2015-04-29 | 1 | -4/+4 |
* | x86: Kconfig: Move platform options forward | Bin Meng | 2015-04-29 | 1 | -10/+9 |
* | x86: Kconfig: Divide the target selection to vendor/model | Bin Meng | 2015-04-29 | 1 | -79/+13 |
* | x86: Support platform PIRQ routing | Bin Meng | 2015-04-29 | 1 | -0/+31 |
* | sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig | Simon Glass | 2015-04-18 | 1 | -0/+3 |
* | Kconfig: Move CONFIG_BOOTSTAGE to Kconfig | Simon Glass | 2015-04-18 | 1 | -0/+9 |
* | dm: select CONFIG_DM* options | Masahiro Yamada | 2015-04-18 | 1 | -12/+0 |
* | dm: x86: spi: Convert ICH SPI driver to driver model | Simon Glass | 2015-04-18 | 1 | -0/+9 |
* | x86: Add support for panther (Asus Chromebox) | Simon Glass | 2015-04-16 | 1 | -0/+16 |
* | malloc_f: enable SYS_MALLOC_F by default if DM is on | Masahiro Yamada | 2015-03-28 | 1 | -3/+0 |
* | dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig | Simon Glass | 2015-02-12 | 1 | -0/+6 |
* | dm: x86: Move driver model CONFIGs to Kconfig | Simon Glass | 2015-02-12 | 1 | -0/+9 |
* | x86: Use tab instead of space to indent in PCIE_ECAM_BASE | Bin Meng | 2015-02-06 | 1 | -1/+1 |
* | x86: Allow overriding TSC_FREQ_IN_MHZ | Bin Meng | 2015-02-06 | 1 | -20/+20 |
* | x86: Enable the Intel quark/galileo build | Bin Meng | 2015-02-06 | 1 | -0/+17 |
* | x86: Add support for Intel Minnowboard Max | Simon Glass | 2015-02-06 | 1 | -0/+15 |
* | x86: Allow FSP Kconfig settings for all x86 | Simon Glass | 2015-02-06 | 1 | -0/+38 |
* | x86: Rename MMCONF_BASE_ADDRESS and make it common across x86 | Simon Glass | 2015-02-05 | 1 | -0/+14 |
* | x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig | Bin Meng | 2015-01-13 | 1 | -0/+2 |
* | x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selected | Bin Meng | 2015-01-13 | 1 | -0/+2 |
* | x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig | Bin Meng | 2015-01-13 | 1 | -0/+9 |
* | x86: Allow a hardcoded TSC frequency provided by Kconfig | Bin Meng | 2015-01-13 | 1 | -0/+20 |
* | x86: Drop RAMTOP Kconfig | Simon Glass | 2015-01-13 | 1 | -4/+0 |
* | x86: Correct XIP_ROM_SIZE | Simon Glass | 2015-01-13 | 1 | -1/+1 |
* | x86: Add queensbay and crownbay Kconfig files | Bin Meng | 2014-12-18 | 1 | -0/+13 |
* | x86: Make ROM_SIZE configurable in Kconfig | Bin Meng | 2014-12-13 | 1 | -1/+77 |
* | x86: Add vesa mode configuration options | Simon Glass | 2014-11-25 | 1 | -0/+149 |
* | x86: Rename chromebook-x86 to coreboot | Simon Glass | 2014-11-21 | 1 | -1/+1 |
* | x86: ivybridge: Implement SDRAM init | Simon Glass | 2014-11-21 | 1 | -0/+20 |
* | x86: chromebook_link: Implement CAR support (cache as RAM) | Simon Glass | 2014-11-21 | 1 | -0/+16 |
* | x86: Build a .rom file which can be flashed to an x86 machine | Simon Glass | 2014-11-21 | 1 | -0/+13 |
* | x86: Add chromebook_link board | Simon Glass | 2014-11-21 | 1 | -0/+23 |