summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test whether post commit hooks work again on v3 repo.coreboot-v3Stefan Reinauer2010-05-141-1/+1
* use relative externals so people who can't use svn:// are not locked out.Stefan Reinauer2010-05-140-0/+0
* back out all changes made by me since r1163. They were basically allStefan Reinauer2009-08-2429-925/+924
* drop flashrom from svn:externals as we did in v2 a while ago..Stefan Reinauer2009-08-240-0/+0
* Prepare for kconfig: Rename COREBOOT_V2 to CONFIG_COREBOOT_V2Patrick Georgi2009-08-0516-25/+25
* trivial: print a message on return. fix typo Rom -> ROM.Stefan Reinauer2009-07-191-1/+2
* commit svn:externals for previous commit (2/2)Stefan Reinauer2009-06-3014-79/+79
* There are some problems with the way these interrrupts were Ronald G. Minnich2009-06-091-49/+1
* rename VM86 to REALMODE in v3, too, as that is what it really is.Stefan Reinauer2009-06-075-13/+13
* rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN...Joseph Smith2009-05-292-5/+5
* Header file consistency fixes (no functional changes).Uwe Hermann2009-05-293-35/+38
* and empty files should be deleted, not set to 0 bytes. Sorry for the noise.Stefan Reinauer2009-05-292-0/+0
* Part II - svn externals need to be committed separatelyStefan Reinauer2009-05-298-824/+869
* Revert "This is an emergency fix for building for qemu. "Mart Raudsepp2009-05-091-5/+0
* Update URL for flashrom.Patrick Georgi2009-04-270-0/+0
* Enable caching for Via C7 CPUs, and also improve readability. Tested on hardwareCorey Osgood2009-04-143-20/+23
* remove unnecessary function definitionPattrick Hueper2009-04-141-1/+0
* This is an emergency fix for building for qemu. Ronald G. Minnich2009-03-231-0/+5
* Emergency fixup for the missing is_coldboot().Carl-Daniel Hailfinger2009-03-201-0/+11
* Fix evil typo resulting in a compile failure.Carl-Daniel Hailfinger2009-03-191-1/+1
* v3 vtxprintf(): Stop looking for non-ASCII characters after one has been found.Peter Stuge2009-03-191-1/+4
* This patch tries to make printk more readable and reliable.Carl-Daniel Hailfinger2009-03-191-1/+8
* Changed RAM speed calculation to fix RAM modules getting rejected onlyCarl-Daniel Hailfinger2009-03-191-11/+10
* Output GeodeLink and RAM speed in case of overclock error to make things more...Mart Raudsepp2009-03-191-0/+1
* "other device" support for YABEL PCI Config Space AccessesPattrick Hueper2009-03-182-26/+64
* add YABEL flag to options to decide wether access to devices other than the o...Pattrick Hueper2009-03-181-0/+8
* update Copyright on YABEL files i modifiedPattrick Hueper2009-03-1814-4/+14
* update documentation of yabel debug flagsPattrick Hueper2009-03-171-0/+22
* fix warnings in ops.cPattrick Hueper2009-03-161-38/+16
* add intFuncArray to be able to override INT handlers from YABEL callerPattrick Hueper2009-03-143-42/+60
* use CONFIG_YABEL_DEBUG_FLAGS when setting debug_flagsPattrick Hueper2009-03-141-1/+4
* add YABEL Debug Flag config variablePattrick Hueper2009-03-141-0/+6
* remove vbe.c from build list, it's not used in v3 either, and it's not well t...Stefan Reinauer2009-03-131-1/+1
* Enable the use of scan-build on the coreboot-v3 tree, tooPatrick Georgi2009-03-113-9/+34
* last kontron commit. Ronald G. Minnich2009-03-119-53/+258
* YABEL: fix 32bit cf8/cfc PCI Config accessesPattrick Hueper2009-03-051-2/+2
* This is working up to the ljmpl to protected mode. It has all the Ronald G. Minnich2009-03-051-2/+26
* Trivial patch to make v3 compile too.Stefan Reinauer2009-03-0116-25/+25
* This patch contains the necessary changes to util/x86emu of the v3 tree to useStefan Reinauer2009-03-0121-16/+165
* This patch removes all *_PLUGIN_SUPPORT options and replaces mostMyles Watson2009-02-255-48/+41
* Again, this probably won't work but I want to make the code visible so Ronald G. Minnich2009-02-242-5/+6
* cs5536: Make NAND code optional and implement timing settingMart Raudsepp2009-02-239-54/+118
* This is a trivial commit and I want to get other people to look at the code. Ronald G. Minnich2009-02-212-11/+13
* This patch extends core2 smp support to v3. It is an Ronald G. Minnich2009-02-219-18/+694
* The initram build allows you to -fcombine the source. But if you put a Ronald G. Minnich2009-02-191-2/+11
* Add this file from v2. Not build tested, just want to get it in.Ronald G. Minnich2009-02-181-0/+75
* Improve the setup of MTRRs in stage1 to handle alignment and power ofMarc Jones2009-02-153-49/+162
* Fix missing indirection for CONFIG_PCI_64BIT_PREF_MEM. That config stillCarl-Daniel Hailfinger2009-02-131-1/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-1220-186/+186
* Convert \r\n to \n in v3.Myles Watson2009-02-123-3/+3