summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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-152-44/+159
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-5/+5
* Add AP detection to stage0 to prevent APs from re-initializing mainboard setupMarc Jones2009-02-106-44/+64
* Setup the MTRRs in stage1 so that memory and cache are available throughoutMarc Jones2009-02-103-49/+162
* Coreboot uses the compiler option -mregparm=3 which causes variables to Marc Jones2009-02-101-1/+1
* Remove unused pciconf.h header with constants that everyone uses by value ins...Mart Raudsepp2009-01-083-3/+0
* This patch removes the offset_pciio since there is never an offset_pciio anMyles Watson2009-01-051-8/+6
* Fix breakage of k8 targets caused by r1085. Thanks to Myles Watson for Corey Osgood2008-12-302-4/+4
* This patch fixes a few small problems and gets cn700 to read from an IDE Corey Osgood2008-12-231-5/+5
* Kill off stage1_mtrr.c completely, and bring in mtrr.c for stage2 from v2.Ronald G. Minnich2008-12-233-1/+464
* This is an emergency fix for the kontron. This fix now allows us to boot to Ronald G. Minnich2008-12-231-1/+1
* Move OPTION_TABLE to a menu config option, and default it to enabled. This al...Corey Osgood2008-12-182-8/+1
* Make C7/CN700 boot to memtest86, and pass that test. Booting is very slow, ~1...Corey Osgood2008-12-172-0/+253
* Subject: [PATCH 4/5] integration of biosemu (aka YABEL) into corebootMyles Watson2008-12-161-0/+6
* early_mtrr_init() nukes all MTRRs including those which we use for CAR.Carl-Daniel Hailfinger2008-12-101-0/+6
* Add support for creating an smm top-level object. Ronald G. Minnich2008-12-062-2/+14
* Document unexpected clobbering of stage0 code.Carl-Daniel Hailfinger2008-12-031-0/+1
* Fix a missing dependency on arch/x86/stage0_common.S (that's an includedCarl-Daniel Hailfinger2008-12-031-1/+1
* back out until this issue is really fixed.Stefan Reinauer2008-11-261-14/+1
* Experimental backout of the critical code parts in r1057 as requestedCarl-Daniel Hailfinger2008-11-262-1/+4
* The Core2Duo CAR code did set up the stack incorrectly. In combinationCarl-Daniel Hailfinger2008-11-252-5/+15
* hack to make v3 rom access a lot faster.Stefan Reinauer2008-11-252-1/+4
* get into ram init on kontron board.Stefan Reinauer2008-11-251-0/+3
* Not a single file is being rebuilt in v3 if build.h changes. That meansCarl-Daniel Hailfinger2008-11-162-0/+6
* This patch makes it so serengeti builds again.Myles Watson2008-11-141-2/+1
* Add core2 stage1.c dependencyRonald G. Minnich2008-11-143-1/+102
* Kill v2 leftovers.Carl-Daniel Hailfinger2008-11-131-2/+0
* We are woefully unaware about how much stack v3 really uses.Carl-Daniel Hailfinger2008-11-132-0/+46
* The VIA C7 CAR disable code in v3 had a nasty bug which caused theCarl-Daniel Hailfinger2008-11-131-12/+5
* I'm committing often as I don't want people to run over each other (and I am ...Ronald G. Minnich2008-11-121-8/+7
* initial intel core car code.Stefan Reinauer2008-11-122-0/+195
* Filling in core 2 support. Ronald G. Minnich2008-11-121-1/+13
* initram is linked with very special options to ld. It is not immediatelyCarl-Daniel Hailfinger2008-11-081-0/+2
* This patch removes code related to PCI type 2 configuration cycles (gone as ofMyles Watson2008-11-051-16/+7
* Update K8 FID/VID setup to match coreboot v2. Add support for 100MHz FIDsMarc Jones2008-11-041-65/+148
* Once we touch the MTRRs in VIA disable_car(), the CPU resets. SinceCarl-Daniel Hailfinger2008-11-022-2/+12
* Get via to use standard mtrr init functions. Start to document them.Ronald G. Minnich2008-11-012-15/+4
* no PIRQ tableRonald G. Minnich2008-10-311-1/+1
* This is the beginning of support for saving base registers that already have a vRonald G. Minnich2008-10-311-1/+1
* This patch clears up a few warnings in stage1 code. It removes an unused var...Myles Watson2008-10-291-3/+2
* Trivial fixes of printk \r\n and white space.Myles Watson2008-10-281-93/+93
* Fix a bunch of Doxygen warnings in v3 (trivial).Uwe Hermann2008-10-233-5/+6
* This patch adds explicit casts to remove some compiler warnings.Myles Watson2008-10-232-4/+4
* This is the patch which will let VIA C7 continue in v3 during/after aCarl-Daniel Hailfinger2008-10-232-0/+106
* Unshared pci functions, since these can not be used when broken PCI Ronald G. Minnich2008-10-201-1/+1
* I noticed that free regions provided by search_global_resources() don't haveJordan Crouse2008-10-171-16/+57
* the multiboot map is generated too early inJordan Crouse2008-10-172-15/+18
* The option table C file is a generated file and lives inside the buildCarl-Daniel Hailfinger2008-10-161-0/+1