summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* board_status.sh minor fixes - no functional changesMartin Roth2014-07-211-5/+8
* board_status.sh: Read coreboot boot log from a serial deviceMartin Roth2014-07-211-4/+64
* board_status.sh: name temp dir and print the nameMartin Roth2014-07-211-1/+4
* board_status.sh allow cmd() to not save outputMartin Roth2014-07-211-2/+8
* build system: avoid warning about missing .xcompilePatrick Georgi2014-07-201-0/+4
* src/device/Kconfig: fix typo in label "1024x768 256-color"Daniele Forsi2014-07-191-1/+1
* nehalem: Move cbmem_recovery call to raminit.Vladimir Serbinenko2014-07-193-21/+16
* intel/model_2065x: Remove dead code.Vladimir Serbinenko2014-07-191-21/+0
* lenovo/x60: Support digitizer on X60t and X201t.Vladimir Serbinenko2014-07-1914-7/+242
* device/pci_early.c: Mixes up variants of a typedefs to 'u32'Edward O'Callaghan2014-07-192-4/+9
* superio/f71869ad: fix documentation of io_info mask valuesFelix Held2014-07-181-1/+1
* mainboard: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-18154-301/+0
* src/superio/smsc/lpc47m15x: Avoid #include early_serial.cEdward O'Callaghan2014-07-184-36/+19
* superio/smsc: Add some missing header guardsEdward O'Callaghan2014-07-182-0/+10
* google/panther: general cleanup, file organization (non-functional)Matt DeVillier2014-07-1811-140/+57
* src/superio/ite/it8772f: Separate mainboard from SIO at obj levelEdward O'Callaghan2014-07-187-113/+125
* mainboard: Make use of ARRAY_SIZE in buildOpts.c on AGESA platformsEdward O'Callaghan2014-07-1820-20/+50
* vendorcode/amd/agesa: Use macros already defined in stdlib.hEdward O'Callaghan2014-07-1810-136/+13
* AMD get_bus_conf(): Drop bus_type arrayKyösti Mälkki2014-07-1760-337/+25
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-1712-7/+21
* intel/lynxpoint/Kconfig: Remove duplicate option `IFD_BIN_PATH`Paul Menzel2014-07-171-4/+0
* mainboard,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1715-21/+0
* northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1712-12/+0
* southbridge,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-179-10/+0
* cpu,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1713-13/+0
* device,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-173-3/+0
* drivers,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-1/+0
* soc,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-172-2/+0
* superio,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1727-27/+0
* mainboard,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-17196-210/+0
* misc,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-173-4/+0
* soc,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-177-7/+0
* northbridge,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1721-29/+0
* southbridge,ASL: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-1751-60/+0
* intel/i945/raminit.c: Remove trailing whitespace from `printk()`Paul Menzel2014-07-161-1/+1
* superio/fintek/f71869ad: config struct should be const qualifiedEdward O'Callaghan2014-07-152-2/+2
* southbridge/intel/bd82x6x/me_8.x.c: Trivial - space to tab fixEdward O'Callaghan2014-07-151-4/+3
* drivers/intel/fsp/fsp_util: 'long unsigned int' is 'unsigned long'Edward O'Callaghan2014-07-151-2/+2
* build system: fix another cbfstool racePatrick Georgi2014-07-151-5/+2
* build system: create .xcompile dependencyPatrick Georgi2014-07-152-2/+4
* util/xcompile: Print fatal error messages to stderr instead of stdoutDaniele Forsi2014-07-151-6/+3
* board_status.sh add non-fatal test_cmdMartin Roth2014-07-151-1/+9
* AGESA hudson: Fix SPI writesKyösti Mälkki2014-07-152-5/+4
* AGESA Hudson: Fix typecasts in Fch_Oem_config()Kyösti Mälkki2014-07-145-15/+15
* AGESA boards: Use IS_ENABLED() for HUDSON_LEGACY_FREEKyösti Mälkki2014-07-144-13/+5
* AGESA fam15: Fix entry to cimx/sb900Kyösti Mälkki2014-07-143-4/+5
* AGESA CIMx: Move late init out of get_bus_conf()Kyösti Mälkki2014-07-1417-90/+14
* AGESA fam12: Fix entry to cimx/sb700Kyösti Mälkki2014-07-141-21/+10
* AGESA: Trace execution with AGESAWRAPPER()Kyösti Mälkki2014-07-1428-751/+203
* AGESA: Fix error status code return type to enum from UINT32Edward O'Callaghan2014-07-1438-989/+710