summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace hlt with halt()Patrick Georgi2014-12-02125-177/+92
* build system: remove ROMSTAGE_ELF variablePatrick Georgi2014-12-022-20/+7
* tianocoreboot: Update config to make it compileMarcel Meißner2014-12-021-34/+57
* nvramtool: cmos_read(): Use malloc() instead of alloca()Andrew Engelbrecht2014-12-021-1/+4
* Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich2014-12-0145-2/+2379
* Mark non-executable files non-executablePatrick Georgi2014-12-0135-0/+0
* 3rdparty: Update to latest commit in blobs repositoryPaul Menzel2014-12-011-0/+0
* gigabyte/ga-b75m-d3h: Add new Intel mainboardDamien Zammit2014-11-3021-0/+1564
* gcc.c: Test for gcc, not for non-clangPatrick Georgi2014-11-301-1/+1
* buildgcc: support DESTDIR for libelfPatrick Georgi2014-11-301-1/+1
* Unify remaining binutils invocationsPatrick Georgi2014-11-304-48/+8
* build system: only do the compiler test for gccPatrick Georgi2014-11-302-9/+9
* Replace hlt() loops with halt()Patrick Georgi2014-11-3025-77/+60
* Introduce halt()Patrick Georgi2014-11-303-0/+67
* intel/sandybridge: make sure to stay in HLT until rebootPatrick Georgi2014-11-301-1/+3
* vendorcode/intel/fsp: Update FSP_VENDORCODE_HEADER_PATHFEI WANG2014-11-292-7/+7
* mainboard/intel/minnowmax: use Baytrail Gold3 FSPYork Yang2014-11-293-19/+34
* ec: Use DEVICE_NOOP macro formalism over static stub funcEdward O'Callaghan2014-11-293-42/+6
* i945: make PCIe link wait sensiblePatrick Georgi2014-11-282-5/+6
* ACPI: Remove CBMEM TOC from GNVSKyösti Mälkki2014-11-283-5/+2
* mainboard/lenovo/g505s/devicetree.cb: Fix duplicate typoEdward O'Callaghan2014-11-281-4/+2
* Use AMD_F15_TN_A0 define in FTnLogicalIdTables.cEdward O'Callaghan2014-11-281-1/+1
* drivers/i2c/at24rf08c/lenovo_serials.c: Use NULL over '0'Edward O'Callaghan2014-11-281-3/+3
* drivers/i2c/at24rf08c/lenovo_serials.c: Upper-case'ifyEdward O'Callaghan2014-11-281-1/+1
* Make acpi_fill_dmar into parameterVladimir Serbinenko2014-11-273-11/+6
* southbridge/amd/agesa/hudson/pci.c: Use DEVICE_NOOP macroEdward O'Callaghan2014-11-271-4/+1
* mainboard/lenovo/g505s: New port Richland APU A10-5750MEdward O'Callaghan2014-11-2734-0/+3607
* vendorcode/amd/agesa: Use F15TN AGESA for F15RLEdward O'Callaghan2014-11-272-0/+5
* cpu/amd/agesa/family15rl: Provide Richland CPU supportEdward O'Callaghan2014-11-2711-5/+387
* northbridge/amd/agesa/family15rl: Provide Richland supportEdward O'Callaghan2014-11-2711-2/+1617
* i945: Find memory controller by slot instead of by PCIID.Vladimir Serbinenko2014-11-261-1/+1
* ibexpeak: Don't check for CONFIG_HAVE_SMI_HANDLER.Vladimir Serbinenko2014-11-261-2/+2
* sandy/ivy: Remove explicit setting of HAVE_SMI_HANDLER.Vladimir Serbinenko2014-11-269-9/+0
* Rewrite board_status in go.Vladimir Serbinenko2014-11-264-0/+794
* Export board-status info.Vladimir Serbinenko2014-11-265-0/+30
* agesa/family12: Switch to per-device ACPIVladimir Serbinenko2014-11-266-524/+123
* agesa/family16kb: Switch to per-device ACPIVladimir Serbinenko2014-11-264-440/+146
* agesa/family15tn: Switch to per-device ACPIVladimir Serbinenko2014-11-269-916/+156
* agesa/family15: Switch to per-device ACPIVladimir Serbinenko2014-11-267-770/+139
* agesa/family14: Fix includes for ACPIKyösti Mälkki2014-11-261-2/+1
* agea/family14: Switch to per-device ACPIVladimir Serbinenko2014-11-2511-1854/+131
* lenovo/t60: Remove PIRQ table.Vladimir Serbinenko2014-11-252-62/+0
* getac/p470: Change COM3/COM4 IRQ to move it out of PCI IRQ ones.Vladimir Serbinenko2014-11-251-2/+2
* lint-stable: Ignore .bin files for whitespace check.Vladimir Serbinenko2014-11-251-1/+1
* intel: Remove IRQ1 from possible PIRQ assignemnt.Vladimir Serbinenko2014-11-2510-80/+80
* northbridge/amd/agesa/family16kb: Add MMCONF res to PCI_DOMAINEdward O'Callaghan2014-11-251-22/+21
* amd/fam10: Fix pstate configurationPatrick Georgi2014-11-251-1/+1
* google/butterfly: fix off-by-one issuesPatrick Georgi2014-11-251-2/+2
* northbridge/amd/agesa/family12/dimmSpd.c: Use ARRAY_SIZE macroEdward O'Callaghan2014-11-251-3/+2
* build system: unify linker use across gcc and clangPatrick Georgi2014-11-254-28/+10