summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-07soc/intel/quark: Split out MTRR supportLee Leahy
2016-03-07mainboard/intel/galileo: Enable SD flash cardsLee Leahy
2016-03-05tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabledMartin Roth
2016-03-05arch/x86: Add common assembly code for stages that run in CARAndrey Petrov
2016-03-05arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov
2016-03-05amd/thatcher: Removed #include early_serial.c from romstageAntonello Dettori
2016-03-05include/device/dram: Fix DDR3-1866Patrick Rudolph
2016-03-05sandybridge/gma_lvds: support both Sandy&Ivy on one boardIru Cai
2016-03-05Hide EC_GOOGLE_CHROMEEC_SPI_BUS.Vladimir Serbinenko
2016-03-05lz4_wrapper: Use __asm__ rather than asm.Vladimir Serbinenko
2016-03-05Kconfig: hide useless options on ARM.Vladimir Serbinenko
2016-03-04arch/x86: always use _start as entry symbol for all stagesAaron Durbin
2016-03-04arch/x86: rename reset_vector -> _startAaron Durbin
2016-03-03arch/x86: Allow soc/chipset to set linking addressAndrey Petrov
2016-03-03cpu/x86/16bit: rename _start -> _start16bitAaron Durbin
2016-03-03cpu/x86/16bit/reset16: mark reset vector executableAaron Durbin
2016-03-03cpu/x86/16bit/reset16: remove stale 32-bit jumpAaron Durbin
2016-03-03drivers/intel/fsp2_0: Add utility functionsAndrey Petrov
2016-03-03drivers/intel/fsp2_0: Add coreboot<->FSP header filesAndrey Petrov
2016-03-03nb/intel/sandybridge/raminit: Fill SMBIOS type17 infoPatrick Rudolph
2016-03-03src/device/dram/ddr3: Parse additional informationPatrick Rudolph
2016-03-02nb/intel/sandybridge/romstage: Read fuse bits for max MEM ClkPatrick Rudolph
2016-03-02src/arch/x86/smbios: Add vendorsPatrick Rudolph
2016-03-02nb/intel/sandybridge/raminit: Make discover_timC_write non cyclicPatrick Rudolph
2016-03-01Skylake: Support Intel Speed Shift Technology based on configSubrata Banik
2016-03-01Skylake boards: Enabling HWP (hardware P state control)Subrata Banik
2016-02-29google/chell: Update DPTF configurationDuncan Laurie
2016-02-29google/chell: Update GPIOs for DVT2Duncan Laurie
2016-02-29vboot: Set S3_RESUME flag for vboot context if necessaryDuncan Laurie
2016-02-29skylake: Increase IGD stolen size to 64MBDuncan Laurie
2016-02-29mainboard/google/chell: provide configuration for all padsAaron Durbin
2016-02-29mainboard/intel/galileo: Enable USBLee Leahy
2016-02-29soc/intel/quark: Reserve non-MMIO spaceLee Leahy
2016-02-29soc/intel/quark: Initialize some of the FADT base registersLee Leahy
2016-02-28northbridge/intel: add missing #include guardsIru Cai
2016-02-26During DRAM initialization on certain ASpeed devices, an incorrectTimothy Pearson
2016-02-26nb/intel/sandybridge/raminit: Adjust timB to prevent overflowPatrick Rudolph
2016-02-26tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli
2016-02-26mainboard/intel/apollolake_rvp: remove bootblock_mainboard_early_init()Aaron Durbin
2016-02-26soc/intel/apollolake: implement bootblock_soc_early_init()Aaron Durbin
2016-02-26soc/intel/apollolake: provide function to set up uart pads and controllerAaron Durbin
2016-02-26lib/bootblock: provide SoC callback parity with mainboardAaron Durbin
2016-02-26soc/intel/appollolake: fix comment in gpio_defs.hAaron Durbin
2016-02-26soc/intel/apollolake: group serial console options into one KconfigAaron Durbin
2016-02-26lib/memrange: avoid shadow object declarationsAaron Durbin
2016-02-25mc_tcu3: Enable graphic init codeWerner Zeh
2016-02-25fsp_baytrail: Fix a possible hanging DisplayPortWerner Zeh
2016-02-25x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblockFurquan Shaikh
2016-02-25cbfs: Fix compiler error for gcc versions < 4.6Werner Zeh
2016-02-24commonlib/lz4_wrapper: Use correct casts to ensure valid calculationsPaul Menzel