Age | Commit message (Expand) | Author |
2015-10-25 | cpu/amd/car: Use standard integer types in post_cache_as_ram.c | Timothy Pearson |
2015-10-25 | cpu/amd/car: remove PRINTK_IN_CAR #define that was hardcoded to 1 | Timothy Pearson |
2015-10-24 | cpu/amd: Add initial support for AMD Socket G34 processors | Timothy Pearson |
2015-10-23 | cpu/intel: Move Power notification ASL code into `common/acpi` | Paul Menzel |
2015-10-23 | cpu/amd/model_10xxx: Clean up debugging statements | Timothy Pearson |
2015-10-22 | model_fxx/powernow: add dual core Socket F TDPs | Jonathan A. Kollasch |
2015-10-22 | Revert "Remove sandybridge and ivybridge FSP code path" | Martin Roth |
2015-10-16 | cpu/amd/model_10xxx: Install AMD-provided microcode files in CBFS | Timothy Pearson |
2015-10-15 | cpu/x86/mtrr: Add MTRR index and total MTRRs to error message | Paul Menzel |
2015-10-15 | cpu/mtrr.h: Fix macro names for MTRR registers | Alexandru Gagniuc |
2015-10-14 | Revert "Remove FSP Rangeley SOC and mohonpeak board support" | Martin Roth |
2015-10-14 | cpu/amd/microcode: Update parser to use stock microcode blobs | Audrey Pearson |
2015-10-14 | x86: add standalone verstage support | Aaron Durbin |
2015-10-08 | arch/x86/bootblock: Do not include non-code files in bootblock.S | Alexandru Gagniuc |
2015-10-07 | x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection | Alexandru Gagniuc |
2015-10-05 | cpu/Makefile.inc: Only inculde x86 subdir if ARCH_x86 is selected | Alexandru Gagniuc |
2015-10-03 | Remove FSP Rangeley SOC and mohonpeak board support | Alexandru Gagniuc |
2015-10-03 | Remove sandybridge and ivybridge FSP code path | Alexandru Gagniuc |
2015-10-03 | sandybridge ivybridge: Treat native init as first class citizen | Alexandru Gagniuc |
2015-09-30 | cpu: microcode: Use microcode stored in binary format | Alexandru Gagniuc |
2015-09-24 | coreboot: move TS_END_ROMSTAGE to one spot | Aaron Durbin |
2015-09-14 | qemu: initialize lapic | Gerd Hoffmann |
2015-09-09 | linking: add and use LDFLAGS_common | Aaron Durbin |
2015-09-09 | rmodule: use program.ld for linking | Aaron Durbin |
2015-09-09 | x86: link romstage like the other architectures | Aaron Durbin |
2015-09-09 | intel/model_2065x/Kconfig: Don't use LAPIC_MONOTONIC_TIMER | Martin Roth |
2015-09-09 | x86: bootblock: remove linking and program flow from build system | Aaron Durbin |
2015-09-08 | cpu: fix cpu_microcode class | Aaron Durbin |
2015-09-07 | microcode: Unify rules to add microcode to CBFS once again | Alexandru Gagniuc |
2015-09-05 | amd/geode_lx: make done_cache_as_ram_main global | Aaron Durbin |
2015-09-04 | x86: remove cpu_incs as romstage Make variable | Aaron Durbin |
2015-08-25 | Intel: Remove CACHE_MRC_BIN - 'selected' everywhere in Kconfig | Martin Roth |
2015-08-14 | cpu/amd/model_10xxx: Do not initialize SMM memory if SMM is disabled | Timothy Pearson |
2015-08-13 | amd: raminit sysinfo offset fix | Aaron Durbin |
2015-08-07 | via/nano: Move CPU microcode to 3rdparty/blobs | Stefan Reinauer |
2015-08-07 | amd/model_fxx: Move CPU microcode to 3rdparty/blobs | Stefan Reinauer |
2015-08-07 | amd/model_10xxx: Move CPU microcode to 3rdparty/blobs | Stefan Reinauer |
2015-07-29 | Add SoC specific microcode update check in ramstage | Rizwan Qureshi |
2015-07-22 | amd/model_fxx: set CPU_ADDR_BITS to 40 on all K8 machines | Jonathan A. Kollasch |
2015-07-21 | cpu: port amd/agesa to 64bit | Stefan Reinauer |
2015-07-17 | indent style fix for lapic_cpu_init.c | Jonathan A. Kollasch |
2015-07-17 | Remove unused Kconfig symbols in c code | Martin Roth |
2015-07-15 | amd/model_fxx rev.F: emit P-states when no intermediates exist | Jonathan A. Kollasch |
2015-07-12 | Verify Kconfigs symbols are not zero for hex and int type symbols | Martin Roth |
2015-07-12 | Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() | Martin Roth |
2015-07-07 | x86: Drop -Wa,--divide | Stefan Reinauer |
2015-07-07 | cpu/amd/model_10xxx: Determine single-link status of each CPU in _PSD generator | Timothy Pearson |
2015-07-07 | cpu/amd/car: Move AP stacks below the BSP stack to free up space | Timothy Pearson |
2015-07-07 | cpu/amd/car: Increase Family 10h CAR size limit to 128k | Timothy Pearson |
2015-07-07 | cpu/amd: Detect any conflicts between sysinfo and the stack region | Timothy Pearson |