summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* amd/mct/ddr3: Avoid using uninitialized register address in ECC setupTimothy Pearson2017-01-111-7/+4
* skylake: Do not pass VBT to FSP if display init not requiredDuncan Laurie2017-01-111-2/+12
* nb/i945/raminit.c: Use Makefile.inc instead of '#include rcven.c'Arthur Heymans2017-01-113-3/+4
* amd/mct/ddr3: Free malloced resources in failure branchesTimothy Pearson2017-01-111-1/+4
* amd/mct/ddr3: Rework memory speed to clock value conversion logicTimothy Pearson2017-01-111-6/+6
* amd/mct/ddr3: Correctly program maximum read latencyTimothy Pearson2017-01-111-2/+3
* SPD_CACHE: Drop debug statementKyösti Mälkki2017-01-101-1/+0
* SPI: Fix command-response behaviorKyösti Mälkki2017-01-101-1/+4
* amd/mct/ddr3: Allow critical delay delta to go negativeTimothy Pearson2017-01-101-1/+1
* amd/mct/ddr3: Correctly configure CsMux45Timothy Pearson2017-01-101-1/+1
* amd/mct/ddr3: Wait for northbridge P-state transitionsTimothy Pearson2017-01-101-2/+2
* cpu/intel/model_6fx: Add Conroe-L to cpu_device_id listArthur Heymans2017-01-101-0/+1
* nb/intel/945gc: Hardcode the integrated graphic frequenciesArthur Heymans2017-01-101-2/+8
* amd/mct/ddr3: Fix incorrect DQ mask calculationTimothy Pearson2017-01-101-2/+2
* mb/lenovo/t400: Increase MAX_CPUS to 4Arthur Heymans2017-01-101-1/+1
* payloads/GRUB2: Add Kconfig options for grub.cfgDenis 'GNUtoo' Carikli2017-01-102-0/+31
* chromeec: Update Chrome EC submoduleMartin Roth2017-01-101-0/+0
* amd/mct/ddr2|ddr3: Refactor persistent members of DCTStatStrucTimothy Pearson2017-01-1012-97/+81
* amd/hudson/agesa: Fix position of hudson_fwmRicardo Ribalda Delgado2017-01-102-25/+1
* amd/hudson/pi: Fix position of hudson_fwmRicardo Ribalda Delgado2017-01-102-25/+1
* buildgcc: try curl if wget is not presentPatrick Georgi2017-01-101-15/+21
* intel/i82801dx: Support 2MiB FWH partKyösti Mälkki2017-01-102-0/+25
* .gitignore: Add utility binariesMartin Roth2017-01-091-0/+4
* util/abuild: Print list of failed boards at the end of the abuildMartin Roth2017-01-091-3/+26
* util/autoport: Fix gfx dump of log_makerSebastian 'Swift Geek' Grzywna2017-01-091-1/+1
* chromeos: Implement locating and decoding wifi sar data from VPDRobbie Zhang2017-01-094-0/+100
* util/lint: Add check for the signed-off-by lineMartin Roth2017-01-091-0/+23
* amd/pi: Make BottomIo position configurableRicardo Ribalda Delgado2017-01-092-1/+14
* Kconfig: Remind users to delete .config when switching boardsMartin Roth2017-01-061-0/+2
* mb/asus/p5gc-mx: Use common/gpio.hArthur Heymans2017-01-063-17/+131
* libpayload: usb: handle situation with no free device addressPatrick Georgi2017-01-061-0/+2
* libpayload: xhci: plug leakPatrick Georgi2017-01-061-0/+1
* libpayload: timer: cast cpu_khz to make sure 64bit math is usedPatrick Georgi2017-01-061-1/+1
* util/romcc: avoid shifting more than the variable's widthPatrick Georgi2017-01-061-2/+2
* nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h>Arthur Heymans2017-01-0610-10/+0
* sb/ich7: Use common/gpio.h to set up GPIOsArthur Heymans2017-01-0635-265/+1332
* payloads/external/SeaBIOS: Bump version to 1.10.1Philipp Deppenwiese2017-01-062-2/+2
* arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin2017-01-063-26/+32
* src/amd: Add common definition of AMD ACPI MMIO addressTimothy Pearson2017-01-0511-19/+48
* mb/ga-m57sli-s4: Fix early uart outputArthur Heymans2017-01-051-1/+1
* util/crossgcc: update jenkins-build-toolchainMartin Roth2017-01-041-1/+2
* buildgcc: Remove quotes around a $CC callNico Huber2017-01-041-1/+1
* util/cbfstool: Fix to build with latest llvmManoj Gupta2017-01-041-1/+1
* google/auron: Fix omitted ACPI KB backlight for variantsMatt DeVillier2017-01-046-0/+48
* vboot: Remove rmu.bin from FW_MAIN_A and FW_MAIN_BLee Leahy2017-01-041-0/+1
* amdfam10: Perform major include ".c" cleanupDamien Zammit2017-01-04146-1976/+2629
* intel/i945 boards: Add romstage time stampsPaul Menzel2017-01-047-0/+44
* soc/intel/quark: Add monotonic timer supportLee Leahy2017-01-042-9/+8
* util/romcc: remove dead assignmentsPatrick Georgi2017-01-031-24/+8
* util/romcc: Ensure that bit shift is validPatrick Georgi2017-01-031-1/+1