summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge: Fix PEG disablement4.2Patrick Rudolph2016-01-141-3/+5
* sandybridge: Disable parallel CPU initializationNico Huber2015-11-161-1/+0
* Revert "device/pciexp_device: Tune PCIe bridges before scanning children"4.2Kyösti Mälkki2015-10-301-2/+0
* rockchip/rk3288: If we fail to read the EDID 5 times in a row, it's an errorDouglas Anderson2015-10-291-2/+2
* util/cbmem: Handle EC_VBOOT_DONE timestampShawn Nematbakhsh2015-10-291-0/+3
* libpayload: usbmsc: Add small delay during initialization to fix CZ60Julius Werner2015-10-291-0/+3
* libpayload: Fix building dwc2 UDC driverPatrick Georgi2015-10-291-3/+3
* mainboard/asus/kgpe-d16: Add nvram option to enable/disable IEEE 1394Timothy Pearson2015-10-293-5/+20
* util/fuzz-tests: Add fuzzer for jpeg decoderPatrick Georgi2015-10-295-0/+69
* commonlib/region: add xlate_region_deviceAaron Durbin2015-10-292-0/+76
* nb/intel/sandybridge/gma: add disable functionPatrick Rudolph2015-10-291-0/+14
* amd/cimx/sb800/late.c: Add comment in `sb800_init()`Paul Menzel2015-10-291-0/+1
* amd/sb700: clean up recommended changesMartin Roth2015-10-292-7/+1
* lint: Add Kconfig / Kconfig symbol lint toolMartin Roth2015-10-291-0/+1153
* cbfstool: extract rmodules as ELFs properlyAaron Durbin2015-10-293-0/+190
* cbfstool: add ELF symbol, relocation, and string table supportAaron Durbin2015-10-292-12/+430
* cbfstool: merge consecutive elf sections in program segmentsAaron Durbin2015-10-291-17/+78
* cbfstool: create ELF files when extracting stagesAaron Durbin2015-10-291-36/+137
* cbfstool: add ELF header initialization helperAaron Durbin2015-10-292-0/+35
* cbfstool: add optional -m ARCH to extractAaron Durbin2015-10-293-5/+6
* mainboard/asus/kgpe-d16: Properly configure SR5690 southbridge PIKE slotTimothy Pearson2015-10-291-3/+3
* southbridge/nvidia/ck804: Fix boot hang on ASUS KFSN4-DRE w/ K8 CPUTimothy Pearson2015-10-291-1/+4
* pcengines/apu1: adapt comments in devicetree to boardFelix Held2015-10-291-6/+6
* northbridge/amd/amdk8: Improve DIMM detection debuggingTimothy Pearson2015-10-291-0/+2
* mainboard: Convert #ifdef to IS_ENABLED in get_bus_conf.cTimothy Pearson2015-10-2952-351/+199
* smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEGPatrick Georgi2015-10-292-0/+46
* vboot2: Fix flows for TPM_E_MUST_REBOOTFurquan Shaikh2015-10-281-0/+2
* 3rdparty/vboot: update to current masterPatrick Georgi2015-10-281-0/+0
* google/glados: Set the type-c flex port to max USB2 settingsDuncan Laurie2015-10-281-4/+4
* intel/skylake: Add USB2 port config for max settingsDuncan Laurie2015-10-281-4/+13
* google/chell: Set DPTF critical temperature to 99CDuncan Laurie2015-10-281-6/+1
* google/lars: Add new mainboarddavid2015-10-289-55/+36
* google/lars: Copy from intel/kunimitsudavid2015-10-2834-0/+2118
* vboot: check vb2_shared_data flags for manual recoveryDaisuke Nojiri2015-10-281-1/+1
* cbfs: read cbfs offset and size from sysinfoDaisuke Nojiri2015-10-281-25/+45
* cpu/intel/fsp_model_206ax: Load microcode in corebootMartin Roth2015-10-283-6/+6
* lint: don't check for whitespace in jpeg imagesPatrick Georgi2015-10-281-1/+1
* jpeg: add jpeg_fetch_size()Patrick Georgi2015-10-282-0/+13
* cbgfx: Fix spelling of calculate_position()Jason A. Donenfeld2015-10-281-2/+2
* mainboard/asus/kgpe-d16: Add initial support for the KGPE-D16Timothy Pearson2015-10-2818-0/+3038
* southbridge/amd/sb700: Add Suspend to RAM (S3) supportTimothy Pearson2015-10-276-10/+214
* cbfstool: decompress stage files on extractionAaron Durbin2015-10-271-4/+89
* device: Stop and output time in `scan_bus()`Paul Menzel2015-10-271-0/+6
* libpayload/libcbgfx: Add license headersPatrick Georgi2015-10-273-0/+75
* include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONI...Paul Menzel2015-10-271-2/+9
* cbgfx: remove load_bitmapDaisuke Nojiri2015-10-272-26/+0
* cbgfx: add get_image_dimensionDaisuke Nojiri2015-10-272-0/+50
* cbgfx: make the code more descriptiveDaisuke Nojiri2015-10-272-155/+160
* cbgfx: add pivot option to draw_bitmapDaisuke Nojiri2015-10-272-80/+215
* cbgfx: use bilinear interpolation to scale bitmapDaisuke Nojiri2015-10-271-11/+44