Age | Commit message (Expand) | Author |
2016-05-18 | AGESA vendorcode: Build a common amdlib | Kyösti Mälkki |
2016-05-17 | intel/sch: Merge northbridge and southbridge in src/soc | Stefan Reinauer |
2016-05-12 | AGESA f12: Build as libagesa.a | Kyösti Mälkki |
2016-05-12 | AGESA f16kb: Build as libagesa.a | Kyösti Mälkki |
2016-05-09 | drivers/uart: Use uart_platform_refclk for all UART models | Lee Leahy |
2016-05-06 | cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZE | Aaron Durbin |
2016-05-06 | {cpu,soc}/intel: remove unused smm_init() function | Aaron Durbin |
2016-05-06 | cpu/x86/mp_init: reduce exposure of internal implementation | Aaron Durbin |
2016-05-06 | cpu/intel/haswell: convert to using common MP and SMM init | Aaron Durbin |
2016-05-04 | cpu/x86: combine multiprocessor and SMM initialization | Aaron Durbin |
2016-05-04 | cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option | Aaron Durbin |
2016-05-04 | cpu/x86/smm_module_loader: always build with SMM module support | Aaron Durbin |
2016-05-02 | cpu/x86/mp_init: remove unused callback arguments | Aaron Durbin |
2016-04-28 | soc/intel/apollolake: Add cache for BIOS ROM | Andrey Petrov |
2016-04-11 | cpu/x86/tsc: Compile TSC timer for postcar as well | Andrey Petrov |
2016-04-11 | cpu/x86/tsc: remove conditional compilation | Aaron Durbin |
2016-04-11 | cpu/x86/tsc: compile same code for all stages | Aaron Durbin |
2016-04-11 | cpu/x86/tsc: prepare for CAR_GLOBAL in delay_tsc.c | Aaron Durbin |
2016-04-11 | src/cpu/x86: remove TSC_CALIBRATE_WITH_IO | Aaron Durbin |
2016-04-10 | am335x: Add some code for manipulating GPIOs | Gabe Black |
2016-04-10 | am335x: Add data structures for the clock module registers | Gabe Black |
2016-03-31 | src/: Fix lint style-labels warnings | Martin Roth |
2016-03-23 | arch/x86: introduce postcar stage/phase | Aaron Durbin |
2016-03-18 | mtrr: Define a function for obtaining free var mtrr | Furquan Shaikh |
2016-03-16 | cpu/x86: compile earlymtrr.c code for romstage as well | Andrey Petrov |
2016-03-16 | cpu/x86/mtrr: remove early_mtrr_* functions | Aaron Durbin |
2016-03-16 | cpu/x86/mtrr: move cache_ramstage() to its only user | Aaron Durbin |
2016-03-10 | cpu/via/c7: Don't manually include udelay_io.c | Stefan Reinauer |
2016-03-10 | northbridge/intel/i440bx: Unify UDELAY selection | Stefan Reinauer |
2016-03-08 | x86 chipsets: utilize x86_setup_mtrrs_with_detect() | Aaron Durbin |
2016-03-08 | Kconfig: Remove unneeded UDELAY_IO redeclaration | Stefan Reinauer |
2016-03-08 | cpu/x86/mtrr: add helper function to detect variable MTRRs | Aaron Durbin |
2016-03-08 | cpu/x86: Sort some Kconfig options | Stefan Reinauer |
2016-03-05 | arch/x86: document CAR symbols and expose them in symbols.h | Andrey Petrov |
2016-03-04 | arch/x86: always use _start as entry symbol for all stages | Aaron Durbin |
2016-03-04 | arch/x86: rename reset_vector -> _start | Aaron Durbin |
2016-03-03 | cpu/x86/16bit: rename _start -> _start16bit | Aaron Durbin |
2016-03-03 | cpu/x86/16bit/reset16: mark reset vector executable | Aaron Durbin |
2016-03-03 | cpu/x86/16bit/reset16: remove stale 32-bit jump | Aaron Durbin |
2016-02-26 | tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))" | Denis 'GNUtoo' Carikli |
2016-02-19 | cpu/qemu-power8: don't enable it for qemu-x86 | Patrick Georgi |
2016-02-19 | power8: qemu "cpu" | Ronald G. Minnich |
2016-02-18 | cpu/amd: Add socket FM2 | Damien Zammit |
2016-02-14 | cpu/amd: Update/Add license headers | Damien Roth |
2016-02-14 | CPU/intel: Add missing license headers | Damien Roth |
2016-02-13 | cpu/allwinner: Update license headers | Damien Roth |
2016-02-12 | Make MRC vs native a config rather than making a separate chipset for it. | Vladimir Serbinenko |
2016-02-11 | cpu/x86/tsc: Compile delay_tsc.c for the bootblock as well | Alexandru Gagniuc |
2016-02-10 | cpu/intel/microcode: allow microcode to be loaded in romstage | Aaron Durbin |
2016-02-05 | cpu/amd/fam10h-fam15h: Honor CMOS option to disable CPB (core boost) | Timothy Pearson |