summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* endian: add portable endian functionsAaron Durbin2015-09-101-0/+66
* fsp1_1: provide binding to UEFI versionAaron Durbin2015-09-1032-153/+183
* riscv-trap-handling: Add implementation for trap calls in riscvThaminda Edirisooriya2015-09-107-1/+437
* riscv-virtual-memory: Add virtual memory setupThaminda Edirisooriya2015-09-102-0/+216
* intel/skylake: HAVE_UART_MEMORY_MAPPED doesn't exist anymorePatrick Georgi2015-09-101-1/+0
* skylake: Move ACPI init to SOC instead of mainboardDuncan Laurie2015-09-103-7/+17
* kunimitsu: Remove functions from acpi_tables.cDuncan Laurie2015-09-101-22/+0
* glados: Remove functions from acpi_tables.cDuncan Laurie2015-09-101-22/+0
* sklrvp: Remove thermal.h and functions from acpi_tables.cDuncan Laurie2015-09-102-78/+0
* intel/common: Print board ID if enabledDuncan Laurie2015-09-101-0/+8
* kunimitsu: Clean up mainboard code to match gladosDuncan Laurie2015-09-1016-171/+136
* kunimitsu: Select EC PD and software sync and do early initDuncan Laurie2015-09-102-1/+6
* kunimitsu: Select BOARD_ID_AUTO and clean up boardid codeDuncan Laurie2015-09-103-6/+8
* glados: Add Board ID supportDuncan Laurie2015-09-103-0/+35
* glados: Enable DPTFDuncan Laurie2015-09-103-0/+97
* glados: Misc code cleanupsDuncan Laurie2015-09-104-23/+19
* glados: Remove thermal.hDuncan Laurie2015-09-102-56/+0
* glados: Change include headers to relative pathDuncan Laurie2015-09-106-9/+9
* skylake: Enable DPTF based on devicetree settingDuncan Laurie2015-09-102-0/+9
* Skylake: Print GPIO MMIO base and pad config using gpio_debug tokenSubrata Banik2015-09-101-0/+6
* FSP: Pass FSP image base address to find_fspLee Leahy2015-09-103-5/+6
* glados: Select EC PD and call early EC initDuncan Laurie2015-09-092-1/+5
* samus: Use EC PD kconfig instead of manual PD rebootDuncan Laurie2015-09-092-1/+1
* chromeec: Add kconfig entry for EC PD supportDuncan Laurie2015-09-092-3/+14
* skylake: dptf: Add TSR3 thermal sensor and CPU code cleanupDuncan Laurie2015-09-092-6/+71
* braswell: acpi: Allow DPTF thresholds to be defined at board-levelShawn Nematbakhsh2015-09-092-25/+49
* intel/skylake: ACPI: Clean up formatting in and fix ASL codeDuncan Laurie2015-09-094-296/+216
* x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGEAaron Durbin2015-09-093-15/+10
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-097-20/+20
* x86: link romstage and ramstage with 1 fileAaron Durbin2015-09-094-43/+70
* rmodule: use program.ld for linkingAaron Durbin2015-09-0912-121/+57
* verstage: use common program.ld for linkingAaron Durbin2015-09-0914-123/+28
* x86: link romstage like the other architecturesAaron Durbin2015-09-097-44/+34
* linking: move romstage and bootblock to use program.ldAaron Durbin2015-09-094-123/+8
* x86: link ramstage like the other architecturesAaron Durbin2015-09-092-21/+28
* linking: lay the groundwork for a unified linking approachAaron Durbin2015-09-097-66/+120
* x86: provide minimum alignment for romstageAaron Durbin2015-09-091-1/+7
* rules.h: add fall through where no ENV_<STAGE> is setAaron Durbin2015-09-091-1/+15
* drivers/pc80: Do not initialize PS2 keyboard by defaultAlexandru Gagniuc2015-09-091-1/+1
* intel/model_2065x/Kconfig: Don't use LAPIC_MONOTONIC_TIMERMartin Roth2015-09-091-1/+0
* x86: remove unused sections from romstage.ldAaron Durbin2015-09-091-3/+1
* x86: add romstage.S to bind program flow and orderingAaron Durbin2015-09-092-13/+50