summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot
AgeCommit message (Expand)Author
2015-04-30x86: link: Add PCH driver to support SPI FlashSimon Glass
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass
2015-04-17x86: Support machines with >4GB of RAMSimon Glass
2015-01-24x86: config: Enable hook for saving MRC configurationSimon Glass
2015-01-24x86: Use ipchecksum from net/Simon Glass
2015-01-13x86: coreboot: Configure pci memory regionsBin Meng
2015-01-13x86: coreboot: Move coreboot-specific defines from coreboot.h to KconfigBin Meng
2015-01-13x86: coreboot: Set up timer base correctlyBin Meng
2015-01-13x86: Add support for MTRRsSimon Glass
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-11-25x86: Remove board_early_init_r()Simon Glass
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-21x86: Make show_boot_progress() commonSimon Glass
2014-11-21x86: Tidy up coreboot header usageSimon Glass
2014-11-21x86: Refactor PCI to permit alternate initSimon Glass
2014-11-21x86: Emit post codes in startup code for ChromebooksSimon Glass
2014-11-21x86: Add chromebook_link boardSimon Glass
2014-11-21x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass
2014-11-21x86: Fix up some missing prototypesSimon Glass
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass
2014-11-21x86: Use the standard dram_init() functionSimon Glass
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Add coreboot timestampsSimon Glass
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Implement panic output for corebootSimon Glass
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass
2013-03-04x86: Add function to get top of usable ramSimon Glass
2012-12-06x86: drop unused code in coreboot.cStefan Reinauer
2012-12-06x86: Remove coreboot_ from file nameStefan Reinauer
2012-12-06x86: Provide a way to throttle port80 accessesVadim Bendebury
2012-12-06x86: Issue SMI to finalize Coreboot in final stageDuncan Laurie
2012-12-06x86: Fix MTRR clear to detect which MTRR to useDuncan Laurie
2012-12-06x86: Emit port 80 post codes in show_boot_progress()Stefan Reinauer
2012-12-06x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctlyGabe Black
2012-12-06x86: Override calculate_relocation_address to use the e820 mapGabe Black
2012-12-06x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie
2012-12-06x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer
2012-12-06x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black
2012-12-06x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury