summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: always use _start as entry symbol for all stagesAaron Durbin2016-03-042-25/+10
* arch/x86: rename reset_vector -> _startAaron Durbin2016-03-043-4/+4
* arch/x86: Allow soc/chipset to set linking addressAndrey Petrov2016-03-032-2/+12
* cpu/x86/16bit: rename _start -> _start16bitAaron Durbin2016-03-033-10/+10
* cpu/x86/16bit/reset16: mark reset vector executableAaron Durbin2016-03-031-1/+1
* cpu/x86/16bit/reset16: remove stale 32-bit jumpAaron Durbin2016-03-031-3/+0
* drivers/intel/fsp2_0: Add utility functionsAndrey Petrov2016-03-031-0/+123
* drivers/intel/fsp2_0: Add coreboot<->FSP header filesAndrey Petrov2016-03-037-0/+234
* nb/intel/sandybridge/raminit: Fill SMBIOS type17 infoPatrick Rudolph2016-03-031-2/+44
* src/device/dram/ddr3: Parse additional informationPatrick Rudolph2016-03-032-0/+12
* nb/intel/sandybridge/romstage: Read fuse bits for max MEM ClkPatrick Rudolph2016-03-023-15/+55
* src/arch/x86/smbios: Add vendorsPatrick Rudolph2016-03-021-0/+12
* nb/intel/sandybridge/raminit: Make discover_timC_write non cyclicPatrick Rudolph2016-03-021-2/+6
* Skylake: Support Intel Speed Shift Technology based on configSubrata Banik2016-03-013-0/+34
* Skylake boards: Enabling HWP (hardware P state control)Subrata Banik2016-03-014-0/+12
* google/chell: Update DPTF configurationDuncan Laurie2016-02-291-5/+17
* google/chell: Update GPIOs for DVT2Duncan Laurie2016-02-291-3/+3
* vboot: Set S3_RESUME flag for vboot context if necessaryDuncan Laurie2016-02-291-0/+9
* skylake: Increase IGD stolen size to 64MBDuncan Laurie2016-02-291-0/+9
* mainboard/google/chell: provide configuration for all padsAaron Durbin2016-02-291-81/+81
* mainboard/intel/galileo: Enable USBLee Leahy2016-02-291-2/+2
* soc/intel/quark: Reserve non-MMIO spaceLee Leahy2016-02-291-1/+7
* soc/intel/quark: Initialize some of the FADT base registersLee Leahy2016-02-294-0/+130
* northbridge/intel: add missing #include guardsIru Cai2016-02-2816-0/+80
* During DRAM initialization on certain ASpeed devices, an incorrectTimothy Pearson2016-02-261-1/+1
* nb/intel/sandybridge/raminit: Adjust timB to prevent overflowPatrick Rudolph2016-02-261-0/+13
* tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli2016-02-265-6/+6
* mainboard/intel/apollolake_rvp: remove bootblock_mainboard_early_init()Aaron Durbin2016-02-262-31/+0
* soc/intel/apollolake: implement bootblock_soc_early_init()Aaron Durbin2016-02-261-0/+8
* soc/intel/apollolake: provide function to set up uart pads and controllerAaron Durbin2016-02-262-1/+34
* lib/bootblock: provide SoC callback parity with mainboardAaron Durbin2016-02-262-1/+8
* soc/intel/appollolake: fix comment in gpio_defs.hAaron Durbin2016-02-261-1/+1
* soc/intel/apollolake: group serial console options into one KconfigAaron Durbin2016-02-262-7/+12
* lib/memrange: avoid shadow object declarationsAaron Durbin2016-02-261-2/+2
* mc_tcu3: Enable graphic init codeWerner Zeh2016-02-251-0/+1
* fsp_baytrail: Fix a possible hanging DisplayPortWerner Zeh2016-02-253-0/+128
* x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblockFurquan Shaikh2016-02-251-1/+0
* cbfs: Fix compiler error for gcc versions < 4.6Werner Zeh2016-02-251-1/+1
* commonlib/lz4_wrapper: Use correct casts to ensure valid calculationsPaul Menzel2016-02-241-1/+1
* southbridge/intel/ibexpeak: Use common gpio.cPatrick Rudolph2016-02-238-300/+4
* southbridge/intel/lynxpoint: Use common gpio.cPatrick Rudolph2016-02-2317-352/+25
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-2213-44/+604
* urara: Increase bootblock sizeJulius Werner2016-02-221-4/+17
* memlayout: Add symbols for stage boundsJulius Werner2016-02-222-12/+30
* mainboard/intel/galileo: Enable minimal ACPI tablesLee Leahy2016-02-223-0/+66
* soc/intel/quark: Add the initial pieces required for ACPI tablesLee Leahy2016-02-223-0/+60
* fsp_baytrail: Add full support for iosf access in reg_scriptWerner Zeh2016-02-224-9/+349
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-228-0/+36
* qemu-armv7: Update running instructions.Vladimir Serbinenko2016-02-221-1/+1
* console: Add higher baud ratesLee Leahy2016-02-221-0/+15