summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* skylake: select HAVE_INTEL_FIRMWAREAaron Durbin2015-09-292-93/+1
* intel: auto include intel/common/firmwareAaron Durbin2015-09-2910-14/+3
* Makefile: Replace the way to test if a string is emptyzbao2015-09-291-1/+1
* program.ld: terminate ALIGN statementPatrick Georgi2015-09-281-1/+1
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-282-0/+3
* skylake: Work around issue in ACPI interpreterDuncan Laurie2015-09-281-2/+12
* glados: Provide nau8825 platform data via _DSDBen Zhang2015-09-281-0/+37
* skylake: ACPI: Remove Configurable TDP support codeDuncan Laurie2015-09-282-242/+0
* kunimitsu: Fix typo for WLAN ACPI device nameDuncan Laurie2015-09-281-1/+1
* glados: Fix typo for WLAN ACPI device nameDuncan Laurie2015-09-281-1/+1
* chromeec: Fix ACPI compile warningsDuncan Laurie2015-09-282-10/+10
* tpm: acpi: Make _CRS method serializedDuncan Laurie2015-09-281-1/+1
* ec: superio: Report keyboard IRQ as wake capableDuncan Laurie2015-09-281-2/+2
* coreboot: move TS_END_ROMSTAGE to one spotAaron Durbin2015-09-2452-95/+2
* chromeos: vboot and chromeos dependency removal for sw write protect statePaul Kocialkowski2015-09-237-13/+6
* google: veyron: CBFS_SIZE to match the available size for Coreboot in ChromeOSPaul Kocialkowski2015-09-231-0/+5
* RISCV: modify arch_prog_run to handle payloads correctly.Ronald G. Minnich2015-09-231-3/+11
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-2210-44/+3
* commonlib: add endian related accessor functionsAaron Durbin2015-09-221-0/+261
* coreboot: introduce commonlibAaron Durbin2015-09-2280-572/+611
* broadwell: Switch to using common ACPI _SWS codeDuncan Laurie2015-09-173-64/+15
* braswell: Switch to using common ACPI _SWS codeDuncan Laurie2015-09-175-30/+17
* skylake: Use common ACPI _SWS codeDuncan Laurie2015-09-173-18/+25
* glados/kunimitsu: remove the implementation of mainboard_add_dimm_inforobbie zhang2015-09-172-32/+0
* kunimitsu: Enable wake-on-wifiDuncan Laurie2015-09-173-3/+19
* glados: Enable wake-on-wifiDuncan Laurie2015-09-173-3/+19
* Skylake: update C state latency and power numbersrobbie zhang2015-09-172-18/+27
* drivers/intel/fsp1_1: split relocation code for tool useAaron Durbin2015-09-174-518/+547
* drivers/intel/fsp1_1: handle UEFI endiannessAaron Durbin2015-09-171-58/+102
* drivers/intel/fsp1_1: prepare relocation code for sharingAaron Durbin2015-09-171-22/+38
* linking: Repair special treatments for non-x86 bootblocksJulius Werner2015-09-171-5/+16
* t210: lp0_resume: Configure unused SDMMC1/3 pads for low power leakageYen Lin2015-09-171-0/+50
* intel/skylake: Create "RtcLock" Silicon UPD from corebootBarnali Sarkar2015-09-172-0/+4
* vbnv: check alignment of nvram in advanceDaisuke Nojiri2015-09-171-0/+23
* kunimitsu: Remove code to set USB charge behavior on sleepDuncan Laurie2015-09-171-15/+0
* glados: Remove code to set USB charge behavior on sleepDuncan Laurie2015-09-171-15/+0
* intel/common: Add common code for filling out ACPI _SWSDuncan Laurie2015-09-175-0/+167
* riscv-virtual-memory: move page tables into virtual address spaceThaminda Edirisooriya2015-09-161-1/+1
* riscv-memlayout: fix existing memlayout issues, add sbi interfaceThaminda Edirisooriya2015-09-167-151/+454
* kunimitsu: Enable ALS connected to ECDuncan Laurie2015-09-161-0/+3
* glados: Enable ALS connected to ECDuncan Laurie2015-09-161-0/+3
* kunimitsu: Disable Deep S3 on kunimitsu platformSubrata Banik2015-09-161-1/+1
* Move final Intel chipsets with ME to intel/common/firmwareMartin Roth2015-09-168-473/+16
* x86: remove double link step for romstageAaron Durbin2015-09-162-35/+13
* AMD Merlin Falcon: update vendorcode header files to CarrizoPI 1.1.0.0WANG Siyuan2015-09-165-35/+86
* AMD Steppe Eagle: update vendorcode header files to MullinsPI 1.0.0.AWANG Siyuan2015-09-161-0/+29
* riscv-trap-handling: Add functionality, prevent stack corruptionThaminda Edirisooriya2015-09-153-2/+31
* qemu: initialize lapicGerd Hoffmann2015-09-141-0/+7
* AGESA S3 support: Fix excessive stack usageKyösti Mälkki2015-09-141-1/+2
* endian: fix le64toh()Aaron Durbin2015-09-111-1/+1