summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-14211-234/+234
* 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-14223-302/+302
* 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
* 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
* 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
* 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
* 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
* oprom: fix compilation for Qemu target (and possibly others)Stefan Reinauer2013-02-081-0/+1
* armv7/snow: Move clock initialization from bootblock to romstage.Hung-Te Lin2013-02-083-19/+14
* armv7: Use same console initialization procedure for all ARM stagesHung-Te Lin2013-02-0811-56/+40
* console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin2013-02-085-10/+22
* console: Always allow setting "EARLY_CONSOLE" configuration.Hung-Te Lin2013-02-083-5/+7
* exynos/snow: Configure UART peripheral during console initialization.Hung-Te Lin2013-02-081-0/+3
* console: Revise serial console configuration names.Hung-Te Lin2013-02-0810-34/+41