Age | Commit message (Expand) | Author |
2012-11-20 | Unify use of bool config variables | Stefan Reinauer |
2012-11-14 | SMM: Avoid use of global variables in SMI handler | Duncan Laurie |
2012-08-09 | Synchronize rdtsc instructions | Stefan Reinauer |
2012-07-31 | Revert "Use broadcast SIPI to startup siblings" | Sven Schnelle |
2012-07-25 | SMM: rename tseg_fixup to tseg_relocate and export | Duncan Laurie |
2012-07-24 | SMM: Fix state save map for sandybridge and TSEG | Duncan Laurie |
2012-07-04 | Intel cpus: Extend cache to cover complete Flash Device | Kyösti Mälkki |
2012-07-02 | Use broadcast SIPI to startup siblings | Sven Schnelle |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-04-27 | SMM: unify mainboard APM command handlers | Stefan Reinauer |
2012-04-25 | Replace cache control magic numbers with symbols | Patrick Georgi |
2012-04-04 | Add support to run SMM handler in TSEG instead of ASEG | Stefan Reinauer |
2012-03-30 | Make MTRR min hole alignment 64MB | Duncan Laurie |
2012-03-30 | Add an option to keep the ROM cached after romstage | Stefan Reinauer |
2012-03-29 | Add infrastructure for global data in the CAR phase of boot | Gabe Black |
2012-03-16 | xchg is atomic with side-effects | Patrick Georgi |
2012-03-08 | Unify Local APIC address definitions | Patrick Georgi |
2012-01-10 | MTRR: get physical address size from CPUID | Sven Schnelle |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-11-01 | Remove XIP_ROM_BASE | Patrick Georgi |
2011-10-28 | Get rid of AUTO_XIP_ROM_BASE | Patrick Georgi |
2011-07-13 | Make AMD SMM SMP aware | Rudolf Marek |
2011-06-28 | SMM: add guard and include types.h in cpu/x86/smm.h | Sven Schnelle |
2011-06-15 | SMM: don't overwrite SMM memory on resume | Sven Schnelle |
2011-06-07 | SMM: add defines for APM_CNT register | Sven Schnelle |
2011-06-06 | SMM: add mainboard_apm_cnt() callback | Sven Schnelle |
2011-04-21 | more ifdef -> if fixes | Stefan Reinauer |
2011-04-21 | some ifdef --> if fixes | Stefan Reinauer |
2011-04-11 | Unify use of post_code | Alexandru Gagniuc |
2011-04-10 | In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. | Stefan Reinauer |
2011-01-19 | Revert r5902 to make code more readable again. At least three people like to | Stefan Reinauer |
2011-01-19 | Now that the VIA code is run above 1Meg (like other boards), it should | Kevin O'Connor |
2010-12-18 | SMM for AMD K8 Part 1/2 | Stefan Reinauer |
2010-11-13 | MTRR related improvements for AMD family 10h and family 0Fh systems | Scott Duplichan |
2010-10-01 | Factor out common CAR asm snippets. | Uwe Hermann |
2010-10-01 | CAR simplifications, typos, readability improvements (trivial). | Uwe Hermann |
2010-09-29 | Factor out fill_processor_name() and strcpy() functions. | Uwe Hermann |
2010-09-17 | AMD Fam10 code breaks with gcc 4.5.0. | Scott Duplichan |
2010-09-13 | Generate multiboot tables from coreboot tables. | Juhana Helovuo |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-03 | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer |
2010-06-10 | This commit updates the Geode LX GLCP delay control setup from the v2 way to ... | Edwin Beasant |
2010-05-19 | cosmetic comment changes. | Stefan Reinauer |
2010-05-16 | Sorry for this for second time. Now compile tested for both cases ;) | Rudolf Marek |
2010-05-16 | Sorry for this. I fixed that reverting the change for ROMCC. | Rudolf Marek |
2010-05-16 | Following patch reworks car_disable into C. Tested, works here. I compared | Rudolf Marek |
2010-05-14 | clean up some prototypes | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-25 | a single place for the romstage stack for copy_and_run. | Stefan Reinauer |
2010-04-25 | drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-28 | drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | fix a couple of warnings | Stefan Reinauer |
2010-03-11 | Replace clear_memory with memset. | Myles Watson |
2010-02-22 | mini update SMM: | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-17 | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson |
2009-04-06 | (trivial) fix some warnings | Stefan Reinauer |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2009-03-06 | * fix a minor power state issue in the ich7 smm handler | Stefan Reinauer |
2009-03-01 | Some changes required to get yabel working on v2 (and they generally make | Stefan Reinauer |
2008-11-11 | [PATCH] coreboot-v2: Add multiboot support | Robert Millan |
2008-10-29 | Support for the Intel ICH7 southbridge. | Stefan Reinauer |
2008-08-02 | Go back to SIPI WAIT state for those CPUS defining the newly introduced | Stefan Reinauer |
2007-12-19 | Changed the stop_this_cpu() to just hlt. | Marc Jones |
2007-04-06 | two more directories from YhLu's mcp55 megapatch. | Yinghai Lu |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-04-03 | new cache_as_ram support | Yinghai Lu |
2006-03-13 | correct __ROMCC__ | Li-Ta Lo |
2005-12-02 | 1201_ht_bus0_dev0_fidvid_core.diff | Stefan Reinauer |
2005-07-08 | eric patch | Yinghai Lu |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51 | arch import user (historical) |
2004-10-14 | - Renamed cpu header files | Eric Biederman |