Age | Commit message (Expand) | Author |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-27 | All these boards already had the CACHE_AS_RAM option in their individual | Warren Turkal |
2010-09-23 | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann |
2010-09-07 | Set up an arbitrary amount of system memory on Geode LX, so | Aurelien Guillaume |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-06-10 | This commit updates the Geode LX GLCP delay control setup from the v2 way to ... | Edwin Beasant |
2010-06-07 | replace outb -> port 0x80 with post_code() in some places. | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-22 | fix ARRAY_SIZE issue. | Stefan Reinauer |
2010-04-21 | oops, sorry for the last commit. This commit changes the code to distinguish | Stefan Reinauer |
2010-04-21 | * clean up all but two warnings on artecgroup dbe61 | Stefan Reinauer |
2010-04-20 | Make VSA code selectable in Kconfig | Stefan Reinauer |
2010-04-14 | zero warnings days. Down to under 600 different warnings | Stefan Reinauer |
2010-04-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-09 | Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run / | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | 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-29 | trivial warning cleanups | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | more warnings gone... | Stefan Reinauer |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-02-04 | Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. | Stefan Reinauer |
2010-01-26 | - Clean up and comment writing of MSRs for cache control (Backport from v3) | Edwin Beasant |
2009-12-10 | Push VSA into CBFS for amd/lx systems. It's not hooked up to | Patrick Georgi |
2009-10-22 | trivial: add note that VSA blob belongs into CBFS. | Stefan Reinauer |
2009-10-17 | Remove some more instances of including previous empty x86/fpu/Makefile.inc | Peter Stuge |
2009-10-17 | Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty | Peter Stuge |
2009-10-16 | Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references | Peter Stuge |
2009-10-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-10-08 | More kconfig: | Patrick Georgi |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-23 | fix some wrong versions of the FSF's address (trivial) | Stefan Reinauer |
2009-08-11 | cpu/amd/model_lx used its own routine for copying coreboot_ram. This | Patrick Georgi |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |
2008-10-22 | Speed up copying coreboot to ram by using "movsl" instead of "movsb". | Jens Rottmann |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |
2007-10-26 | This code gets us to a working linux boot on the alix1c. I have not tested | Ronald G. Minnich |
2007-10-24 | analog changes for the cpu_driver structures... | Stefan Reinauer |
2007-10-21 | Put the print in the right place. This is trivial patch but a very | Ronald G. Minnich |
2007-05-22 | Add missing license headers, minor cosmetic fixes in existing headers. | Uwe Hermann |
2007-05-10 | This patch cleans up and clarifies Geode source code comments. | Marc Jones |
2007-05-10 | indent is by no means as harmless as one might think ;-) | Stefan Reinauer |
2007-05-10 | Fix the indent and whitespace to match LinuxBIOS standards | Jordan Crouse |
2007-05-05 | This is the final patch to enable the msm800sev to build. This patch | Ronald G. Minnich |
2007-05-04 | This patch adds support for the AMD Geode LX CPU. (rediffed) | Marc Jones |