aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-09Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi
2010-05-09i82830: fix debugging output and clarify bracketingStefan Reinauer
2010-05-08autoprobe apic cluster and application processors on K8 systemsStefan Reinauer
2010-05-08Add the Wyse S50 thin client to Coreboot.Nils Jacobs
2010-05-08wipe some old unused code, this has been cleaned up now.Stefan Reinauer
2010-05-08We didn't have console.initobj.o before, but the same hard codedStefan Reinauer
2010-05-08Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi
2010-05-06Remove duplicate Kconfig entry. Trivial.Patrick Georgi
2010-05-05Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi
2010-05-04Fix arima/hdama. It was changed to match newconfig, which was broken.Myles Watson
2010-05-03Qemu, despite "emulating" an intel chipset, uses the CMOS to Valdimir Serbinenko
2010-04-30fix superio warnings. interesting side node: most superio .h files have noStefan Reinauer
2010-04-30Factor out casmap calculation. Gets rid of a warning.Myles Watson
2010-04-30Remove some warnings. For code that is called from the mainboard romstage.cStefan Reinauer
2010-04-30Remove some more warnings. The code is only used by functions protected by theStefan Reinauer
2010-04-30get rid of some more warnings..Stefan Reinauer
2010-04-30fix compilation of mtarvonStefan Reinauer
2010-04-30Doesn't need to be a warning.Stefan Reinauer
2010-04-30drop extra pci access functions. these are exact copies of romcc_io.h. Stefan Reinauer
2010-04-30Get rid of a few more warnings.Myles Watson
2010-04-27Enable the cache before initializing the processor name, like model_10 does.Myles Watson
2010-04-27Enable 440BX NB to use large memory modulesAnders Jenbo
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-27Remove some additional white space to make it look nicer in nanoAnders Jenbo
2010-04-26I meant SSE. Reported by Dustin Harrison.Myles Watson
2010-04-26Enable SSE2 for ep80579. Reported by Dustin Harrison.Myles Watson
2010-04-26fix a bug in pcibios check. Stefan Reinauer
2010-04-26Set success flag in cx700 int15 handlerPatrick Georgi
2010-04-25cx700 int15 handler rework. Int15 handler needs to provide the Stefan Reinauer
2010-04-25a single place for the romstage stack for copy_and_run.Stefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
2010-04-25Fix the the build of r5494 on Asus A8V-E SE. The K8M890 and K8T890Rudolf Marek
2010-04-25try to unify timing initialization across those boards that need it...Stefan Reinauer
2010-04-25Only do complete VGA init if a VGABIOS was found and installed.Patrick Georgi
2010-04-25Following patch changes the K8M890 VGA handling. It reverts the framebuffer sizeRudolf Marek
2010-04-25no warnings days.Stefan Reinauer
2010-04-25zero warnings daysStefan Reinauer
2010-04-25Trivial. The comment also need to modify.Zheng Bao
2010-04-25The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12.Zheng Bao
2010-04-24these cpus are explicitly supported by model_6bxStefan Reinauer
2010-04-24drop all duplicate copies of vgabios.c in favorStefan Reinauer
2010-04-24Trivial. Fix a space to tab.Zheng Bao
2010-04-23Attached patch adds support for tinybootblock on VT8237* to decode whole flashRudolf Marek
2010-04-23zero warnings days...Stefan Reinauer
2010-04-23AMD Tilapia board support as a demonstration of an AMD Fam10 DDR3 board.Zheng Bao
2010-04-23AMD Socket ASB2 and AM3 support.Zheng Bao
2010-04-23DDR3 support for AMD Fam10.Zheng Bao
2010-04-23Make USE_OPTION_TABLE user visible, so it can be edited.Patrick Georgi
2010-04-22Fix AHCI mode on i82801gx. Fixes SATA hotplug on iBASE:MB899.Bernhard M. Wiedermann
2010-04-22via epia-m now works with default x86.c instead of its own copy of vgabios.c.Stefan Reinauer
2010-04-22zero warnings days...Stefan Reinauer
2010-04-22None of the cs5536 settings in devicetree.cb were ever used and nobody noticed.Stefan Reinauer
2010-04-22fix compilation remaining geode boardsStefan Reinauer
2010-04-22fix ARRAY_SIZE issue.Stefan Reinauer
2010-04-21oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer
2010-04-21Move the prototype for run_vsa.Myles Watson
2010-04-21* clean up all but two warnings on artecgroup dbe61Stefan Reinauer
2010-04-20Make VSA code selectable in KconfigStefan Reinauer
2010-04-20fix artecgroup dbe61Stefan Reinauer
2010-04-20Make RAM init on i945GC workPatrick Georgi
2010-04-20cosmetics.Stefan Reinauer
2010-04-20- move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (hasStefan Reinauer
2010-04-20As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer
2010-04-19Add support for the Nokia IP530.Marc Bertens
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-17This piece of code was somehow lost in the switch to Kconfig, and re-activatesStefan Reinauer
2010-04-16Don't use $(ROMCC) as dependency (due to ccache and scanbuild supportPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-16Fix a typo to remove a few more warnings.Myles Watson
2010-04-16fix romcc compiled i3100 boards.Stefan Reinauer
2010-04-16fix up sb600 and it8712f tree.Stefan Reinauer
2010-04-16zero warnings days: unify mp tables. fix warnings.Stefan Reinauer
2010-04-15remove more warnings. move ROOT_COMPLEX selection to fam10Stefan Reinauer
2010-04-15Avoid two conflicting invocations of build_opt_tblPatrick Georgi
2010-04-15Myles suspected this hangs certain machines, so back it out.Stefan Reinauer
2010-04-15don't leave VGA disabled by default on thomson ip1000Stefan Reinauer
2010-04-15zero warnings days...Stefan Reinauer
2010-04-15the dump function assumed that the mbi data comes right after the header.Stefan Reinauer
2010-04-15Remove a few more warnings from fam10.Myles Watson
2010-04-14get rid of this nerving crt0.d stuff Stefan Reinauer
2010-04-14fix COM2 resource bug in fintek f71805f driver.Stefan Reinauer
2010-04-14zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer
2010-04-14fix a case where the fam10 code would overwrite parts of a struct.Stefan Reinauer
2010-04-14drop setup_ics code that was blatantly copied from cx700 and Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-14geeesh! And this really compiles and even runs?Stefan Reinauer
2010-04-14HWHoleSz must be u32...Stefan Reinauer
2010-04-14udelay_tsc does not exist in the whole tree.Stefan Reinauer
2010-04-14drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer
2010-04-14zero warnings days. Down to under 600 different warnings Stefan Reinauer
2010-04-14fix digitallogic adl855pc compilation (and clean up the warnings while at it)Stefan Reinauer
2010-04-14move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer
2010-04-13ip1000: fix seabios start, fix flash gpio detectionStefan Reinauer
2010-04-13fix a trivial warning when yabel with direct hw access is enabled.Stefan Reinauer
2010-04-13fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer
2010-04-13clean up LD scripts and add some comments and proper license headersStefan Reinauer
2010-04-13use the standard udelay on sc520. Stefan Reinauer
2010-04-13Speed up coreboot_ram loading by moving the decompression stackStefan Reinauer
2010-04-13update atom car code in the same way that 6ex/6fx was updated.Stefan Reinauer
2010-04-13Fix eagleheights Stefan Reinauer