summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: flatten hierarchy4.14.1Stefan Reinauer2015-07-1348-94/+77
* x86: Port x86 over to compile cleanly with x86-64Stefan Reinauer2015-07-1313-50/+243
* version: allow stating the coreboot revision in .coreboot-versionPatrick Georgi2015-07-132-1/+4
* superio/smsc: Add support for SMSC DME1737Jonathan A. Kollasch2015-07-136-114/+30
* superio/smsc/dme1737: copy superio/smsc/lpc47b397Jonathan A. Kollasch2015-07-134-0/+271
* tegra124/tegra210: Include stages.h in bootblock.cStefan Reinauer2015-07-132-0/+2
* tegra210: Fix coding style in clock.cStefan Reinauer2015-07-131-7/+7
* coreinfo: Fix build output (cosmetical)Stefan Reinauer2015-07-131-18/+18
* smaug: Set LDO2 voltage to 1.8VFurquan Shaikh2015-07-131-0/+7
* t210: Apply A57 hardware issue workaround during cpu startupFurquan Shaikh2015-07-132-8/+29
* arm64: Define stage_entry as weak symbolFurquan Shaikh2015-07-132-1/+11
* arm64/a57: Move cortex_a57.h under include directoryFurquan Shaikh2015-07-132-1/+4
* libpayload: Fix arithmetic precedence in div_round_up()Julius Werner2015-07-131-1/+1
* t210: Add TZDRAM_BASE param to BL31_MAKEARGSFurquan Shaikh2015-07-135-5/+37
* coreinfo: fix compilationStefan Reinauer2015-07-132-6/+7
* intel raminit: improve loggingPatrick Rudolph2015-07-131-3/+4
* intel raminit: fix timB high adjust calculationPatrick Rudolph2015-07-131-0/+5
* intel raminit: whitespace fixesPatrick Rudolph2015-07-131-10/+10
* intel sandybridge: add VGA pci device idPatrick Rudolph2015-07-131-0/+1
* Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth2015-07-125-10/+8
* southbridge/amd/pi/hudson: Fix HUDSON_DISABLE_IMC kconfig warningMartin Roth2015-07-121-4/+3
* x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVELMartin Roth2015-07-121-2/+0
* Update crossgcc Makefile for new buildgcc argumentsMartin Roth2015-07-121-22/+55
* Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth2015-07-1211-29/+29
* amd/.../hudson: Warn if HUDSON_FWM_POSITION is not inside CBFSMartin Roth2015-07-112-0/+9
* Calculate HUDSON_FWM_POSITION and display warning on mismatchMartin Roth2015-07-112-0/+10
* arch/x86/Makefile.inc: Calculate CBFS_BASE_ADDRESS variableMartin Roth2015-07-111-0/+3
* Makefile.inc: Add math macrosMartin Roth2015-07-111-5/+21
* Fix GCC 5.1 compile issue seen at Linux ArchAnatol Pomozov2015-07-111-1/+1
* timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INITAaron Durbin2015-07-101-1/+8
* include/cbmem_id.h: Add name for `CBMEM_ID_TCPA_LOG`Paul Menzel2015-07-101-0/+1
* include/cbmem_id.h: Sort `CBMEM_ID_TCPA_LOG` entryPaul Menzel2015-07-101-1/+1
* Braswell: Move the microcode into a subdirectoryLee Leahy2015-07-101-1/+1
* FSP 1.1: Update the CBFS image typeLee Leahy2015-07-101-1/+1
* libpayload: Have make install save .xcompile fileStefan Reinauer2015-07-091-0/+1
* libpayload: Use top level xcompileStefan Reinauer2015-07-093-352/+15
* arm: add __umoddi3() to libgcc implementationStefan Reinauer2015-07-094-0/+99
* rk3288: Fix & vs && mix up in hdmi driverStefan Reinauer2015-07-091-1/+1
* device: remove unused x86 include from common codeStefan Reinauer2015-07-091-1/+0
* arm: enhance eabi compat functionsStefan Reinauer2015-07-091-2/+17
* xcompile: switch around armv7 TCARCHesStefan Reinauer2015-07-091-1/+1
* ipq8064: enable timestamp collectionVadim Bendebury2015-07-092-1/+3
* libpayload: Add LZ4 decompression algorithmJulius Werner2015-07-097-0/+512
* veyron_{brain,danger,mickey,romy}: Select PHYSICAL_REC_SWITCHDavid Hendricks2015-07-094-0/+4
* smaug: Update PMIC settingsFurquan Shaikh2015-07-092-16/+24
* arm64: Print sp value when dumping registers for exceptionFurquan Shaikh2015-07-091-0/+1
* t210: set CAR2PMC_CPU_ACK_WIDTH to 0Yen Lin2015-07-092-0/+20
* t210: i2c6: enable SOR_SAFE and DPAUX1 clocks for i2c6 to workYen Lin2015-07-092-0/+5
* veyron_danger: Enable developer mode switchDavid Hendricks2015-07-092-5/+6
* vboot: Don't count boot attempts if lid is closedPatrick Georgi2015-07-082-0/+3