summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-14218-333/+333
* armv7: don't write a forward entry in coreboot tablesDavid Hendricks2013-02-141-18/+0
* snow: Set up MMU after DRAM is workingDavid Hendricks2013-02-141-0/+2
* snow: remove superfluous printk's from romstage mainDavid Hendricks2013-02-141-3/+0
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-14230-400/+400
* armv7/exynos: remove some stale files leftover from initial importDavid Hendricks2013-02-139-2252/+0
* armv7: use start and size parameters in mmu_setup()David Hendricks2013-02-131-2/+2
* armv7: stages.c: Fix grammar: s,The is to,This is to,Paul Menzel2013-02-121-1/+1
* Google Butterfly: acpi/thermal.asl: Fix typo »The*re* is no …«Paul Menzel2013-02-121-1/+1
* Google Butterfly: gpio.h: Correct whitespace errorsPaul Menzel2013-02-121-5/+5
* Google Parrot/Butterfly: fadt.c: Align macros correctlyPaul Menzel2013-02-122-11/+11
* libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin2013-02-129-159/+675
* build system: Don't run the full build system on "make clean"Patrick Georgi2013-02-121-7/+4
* fix an error message in checkstack()David Hendricks2013-02-121-1/+1
* armv7: jump to ELF image using stage_exit()David Hendricks2013-02-121-3/+3
* armv7: Add emulation/qemu-armv7 board.Hung-Te Lin2013-02-1219-0/+491
* spi-generic.h: Adapt include guardPatrick Georgi2013-02-111-3/+3
* Add support for "Butterfly" ChromebookStefan Reinauer2013-02-1139-1/+4039
* build system: Mark clean-for-update phonyPatrick Georgi2013-02-111-1/+1
* Update 3rdparty mark to latest repositoryStefan Reinauer2013-02-111-0/+0
* snow: fix high_tables_base calculationDavid Hendricks2013-02-111-1/+1
* spi.h: Rename the spi.h to spi-generic.hZheng Bao2013-02-1111-10/+10
* Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi2013-02-1110-11/+20
* AMD/Persimmon: Enable the 2nd COM portDave Frodin2013-02-111-1/+1
* crossgcc: Support hosts using non-GNU make as default make.Hung-Te Lin2013-02-111-0/+69
* Supermicro H8QGI: Substract 1 from MMCONF range limitKonstantin Aladyshev2013-02-111-1/+1
* AMD SB900: fix warningsMartin Roth2013-02-114-4/+5
* AMD S3: Add missing erasing flash sector for saving MTRR registerZheng Bao2013-02-111-0/+2
* AMD S3: Change the hardcoded data size to macros.Zheng Bao2013-02-112-4/+8
* snow: make build script erase 192KB instead of 128KBDavid Hendricks2013-02-111-3/+3
* armv7/exynos5250/snow: deprecate CONFIG_{RAMBASE,RAMTOP}David Hendricks2013-02-113-16/+8
* armv7/snow: Remove unused modules in bootblock and romstage.Hung-Te Lin2013-02-103-12/+15
* exynos/snow: move SPI GPIO setup to mainboard bootblock codeDavid Hendricks2013-02-102-10/+2
* exynos/snow: set SPI clock rate in romstage mainDavid Hendricks2013-02-102-1/+4
* armv7/exynos5250: place .id between .start and bootblock mainDavid Hendricks2013-02-105-16/+4
* armv7: make bootblock linker script more explicitDavid Hendricks2013-02-102-0/+4
* armv7/exynos: make BL1_SIZE_KB consistent with numbers used...David Hendricks2013-02-093-3/+3
* speedstep: Deduplicate some MSR identifiersPatrick Georgi2013-02-098-37/+24
* romcc: Use default romcc flags for most boardsPatrick Georgi2013-02-0928-349/+9
* romcc: Don't use user overridable romcc flags for bootblockPatrick Georgi2013-02-091-1/+1
* cbfstool: Handle alignment in UEFI payloadsPatrick Georgi2013-02-092-0/+12
* cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin2013-02-092-12/+16
* armv7: update coreboot tables for armv7David Hendricks2013-02-093-85/+61
* snow: do something useful in ramstage()David Hendricks2013-02-091-4/+13
* armv7/snow: add BL1_SIZE_KB and get rid of magic constantsDavid Hendricks2013-02-093-2/+6
* armv7: include $(obj)/config.h when building bootblockDavid Hendricks2013-02-091-2/+2
* DEBUG_CBFS should not depend on TPMDavid Hendricks2013-02-091-1/+0
* document Intel VMX locking behaviorMike Frysinger2013-02-091-3/+16
* VBE: Skip graphics mode setting for non-VGA devicesStefan Reinauer2013-02-081-1/+3
* console: Fix using CMOS for optionsPatrick Georgi2013-02-081-1/+1