aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot
AgeCommit message (Expand)AuthorFilesLines
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng2-2/+0
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass1-1/+2
2015-12-01x86: Convert to use driver model timerBin Meng1-22/+0
2015-09-09x86: coreboot: Convert to use more dm driversBin Meng1-6/+0
2015-08-26x86: coreboot: Allow >=4GiB memory bank sizeBin Meng1-5/+4
2015-08-26x86: Remove calculate_relocation_address()Bin Meng1-8/+1
2015-08-26x86: coreboot: Correctly report E820 typesBin Meng1-2/+13
2015-07-14x86: pci: Tidy up the generic x86 PCI driverSimon Glass1-22/+0
2015-06-04x86: qemu: Implement PIRQ routingBin Meng1-0/+5
2015-06-04x86: coreboot: Control I/O port 0xb2 writing via device treeBin Meng1-3/+9
2015-06-04x86: coreboot: Fix cosmetic issuesBin Meng1-24/+3
2015-04-29x86: link: Add PCH driver to support SPI FlashSimon Glass1-0/+11
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass1-47/+16
2015-04-16x86: Support machines with >4GB of RAMSimon Glass1-2/+4
2015-01-24x86: config: Enable hook for saving MRC configurationSimon Glass1-0/+5
2015-01-24x86: Use ipchecksum from net/Simon Glass3-60/+4
2015-01-13x86: coreboot: Configure pci memory regionsBin Meng1-2/+28
2015-01-13x86: coreboot: Move coreboot-specific defines from coreboot.h to KconfigBin Meng1-0/+15
2015-01-13x86: coreboot: Set up timer base correctlyBin Meng1-13/+20
2015-01-13x86: Add support for MTRRsSimon Glass1-12/+10
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+2
2014-11-25x86: Remove board_early_init_r()Simon Glass1-11/+0
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini5-59/+28
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada1-6/+6
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2-2/+2
2014-11-21x86: Make show_boot_progress() commonSimon Glass1-24/+0
2014-11-21x86: Tidy up coreboot header usageSimon Glass3-6/+6
2014-11-21x86: Refactor PCI to permit alternate initSimon Glass1-15/+7
2014-11-21x86: Emit post codes in startup code for ChromebooksSimon Glass1-1/+2
2014-11-21x86: Add chromebook_link boardSimon Glass1-0/+1
2014-11-21x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada1-6/+6
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass1-0/+5
2014-11-21x86: Fix up some missing prototypesSimon Glass2-5/+3
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass1-6/+5
2014-11-21x86: Use the standard dram_init() functionSimon Glass1-7/+4
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-22/+0
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada1-28/+7
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-22/+1
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren1-7/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-106/+7
2013-05-13x86: Add coreboot timestampsSimon Glass1-0/+3
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass1-0/+38
2013-05-13x86: Add TSC timerSimon Glass1-1/+3
2013-05-13x86: Implement panic output for corebootSimon Glass1-0/+10
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass1-1/+6
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass1-0/+1
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass1-9/+6
2013-03-04x86: Add function to get top of usable ramSimon Glass1-14/+4
2012-12-06x86: drop unused code in coreboot.cStefan Reinauer1-7/+0