coreboot.git
2010-04-20 Patrick GeorgiCopy mingw support for kconfig from coreboot to libpayload
2010-04-20 Patrick GeorgiMake RAM init on i945GC work
2010-04-20 Stefan Reinauercosmetics.
2010-04-20 Stefan Reinauer- move src/arch/i386/smp/ioapic.c to src/arch/i386...
2010-04-20 Stefan ReinauerAs Myles suggested a while back: Switch long time ...
2010-04-19 Marc BertensAdd support for the Nokia IP530.
2010-04-19 Stefan Reinauer(trivial) utils are not depending on config.h. This...
2010-04-19 Patrick Georgi- Make abuild -sb work again
2010-04-17 Stefan ReinauerThis piece of code was somehow lost in the switch to...
2010-04-16 Patrick GeorgiDon't use $(ROMCC) as dependency (due to ccache and...
2010-04-16 Patrick GeorgiBuild utils into their source directory equivalent in
2010-04-16 Myles WatsonFix a typo to remove a few more warnings.
2010-04-16 Stefan Reinauerenable more warnings for vgabios utility, and enable...
2010-04-16 Stefan Reinauerfix romcc compiled i3100 boards.
2010-04-16 Stefan Reinauerfix up sb600 and it8712f tree.
2010-04-16 Stefan Reinauerzero warnings days: unify mp tables. fix warnings.
2010-04-15 Stefan Reinauerremove more warnings. move ROOT_COMPLEX selection to...
2010-04-15 Patrick GeorgiAvoid strdup(0) in build_opt_tbl
2010-04-15 Patrick GeorgiAvoid two conflicting invocations of build_opt_tbl
2010-04-15 Stefan ReinauerMyles suspected this hangs certain machines, so back...
2010-04-15 Stefan Reinauerdon't leave VGA disabled by default on thomson ip1000
2010-04-15 Stefan Reinauerzero warnings days...
2010-04-15 Stefan Reinauerthe dump function assumed that the mbi data comes right...
2010-04-15 Myles WatsonRemove a few more warnings from fam10.
2010-04-14 Stefan Reinauerget rid of this nerving crt0.d stuff
2010-04-14 Stefan Reinauerfix COM2 resource bug in fintek f71805f driver.
2010-04-14 Patrick GeorgiQuote test -f argument, so it doesn't fail on spaces.
2010-04-14 Patrick GeorgiUpdate mingw source versions and allow parallel builds...
2010-04-14 Stefan Reinauerzero warning days. Move RAMTOP and RAMBASE together.
2010-04-14 Stefan Reinauerfix a case where the fam10 code would overwrite parts...
2010-04-14 Stefan Reinauerdrop setup_ics code that was blatantly copied from...
2010-04-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-14 Stefan Reinauergeeesh! And this really compiles and even runs?
2010-04-14 Stefan ReinauerHWHoleSz must be u32...
2010-04-14 Stefan Reinauerudelay_tsc does not exist in the whole tree.
2010-04-14 Patrick Georgisconfig should return success when it's successful
2010-04-14 Patrick GeorgiRename variable to not confuse gcc on mingw
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-14 Stefan Reinauerzero warnings days. Down to under 600 different warnings
2010-04-14 Stefan Reinauerfix digitallogic adl855pc compilation (and clean up...
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
2010-04-13 Stefan Reinauerip1000: fix seabios start, fix flash gpio detection
2010-04-13 Stefan Reinauerfix a trivial warning when yabel with direct hw access...
2010-04-13 Stefan Reinauerfix timer choice in Kconfig. HAVE_INIT_TIMER is selecte...
2010-04-13 Stefan Reinauerclean up LD scripts and add some comments and proper...
2010-04-13 Stefan Reinaueruse the standard udelay on sc520.
2010-04-13 Stefan ReinauerSpeed up coreboot_ram loading by moving the decompressi...
2010-04-13 Marc BertensAdd support for the SMSC FDC37C932 Super I/O.
2010-04-13 Stefan Reinauerupdate atom car code in the same way that 6ex/6fx was...
2010-04-13 Stefan ReinauerFix eagleheights
2010-04-12 Stefan Reinauerport latest model 6ex car changes to 6fx car, which...
2010-04-12 Stefan Reinauermove model_6ex car to a single file. No more .c files...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-12 Patrick GeorgiEnable lazy evaluation of incs/lds for tiny bootblock...
2010-04-12 Patrick Georgi- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclu...
2010-04-11 Stefan Reinaueradd int15 handler for thomson ip1000
2010-04-11 Stefan Reinauerdo better error reporting in i82801dx early smbus funct...
2010-04-11 Stefan ReinauerThe ADL855PC was never confirmed working (in fact it...
2010-04-11 Stefan Reinaueradd support for reading ip1000 gpios.
2010-04-11 Stefan Reinauersimplify ram_read32 on i82830
2010-04-11 Joseph SmithMore trivial changes to i82830 raminit.c for USE_PRINTK...
2010-04-11 Joseph SmithTrivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR.
2010-04-09 Patrick GeorgiWe don't define LB_CKS_* per board anymore:
2010-04-09 Stefan ReinauerDrop ASM_CONSOLE_LOGLEVEL from LX car code. We do outpu...
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-09 Stefan Reinauerzero warning days.
2010-04-09 Stefan Reinauerfix the broken nvidia chipset boards,
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Stefan Reinauerdrop now unussed cpu_reset.inc
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Stefan ReinauerDrop the need for cpu_reset, it's really just a short...
2010-04-09 Stefan Reinauerdrop unused files
2010-04-09 Stefan Reinauerremove some amd mainboard warnings.
2010-04-09 Stefan Reinauerdrop unused files, and we only use ASM_LOG_LEVEL in...
2010-04-09 Stefan Reinauerzero warning days.
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-09 Stefan Reinauerthin out romcc epilogue and have it call copy_and_run as
2010-04-09 Myles WatsonIndent model_fxx_init and model_10xx_init.
2010-04-09 Myles WatsonCopy acpi blobs in two parts to make sure gcc does...
2010-04-08 Patrick GeorgiSplit crt0.S.lb into prologue and epilogue
2010-04-08 Myles WatsonCosmetically make init_cpus more similar for fam10...
2010-04-08 Myles WatsonClean up fidvid files using indent.
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-08 Myles WatsonMove Kconfig for HT limits to northbridge/amd/Kconfig.
2010-04-08 Stefan Reinaueroutput cosmetics
2010-04-08 Patrick GeorgiRemove #line statements in processed parser source,
2010-04-08 Patrick Georgicpu/emulation/qemu-x86 doesn't exist anymore, as this
2010-04-08 Patrick Georgisconfig: Mangle - to _ for struct names, too.
2010-04-08 Patrick GeorgiRemove duplicate registers in digitallogic/adl855pc...
2010-04-08 Patrick GeorgiReplace sconfig with a C implementation.
2010-04-07 Stefan Reinauer- copy_and_run() gets the same calling convention on...
2010-04-07 Stefan Reinauerno warnings day
2010-04-07 Stefan Reinauermove amd K8/Fam10 "bus detection" function prototypes...
2010-04-07 Stefan Reinauerit's a long term, give the compiler a chance to breathe...
2010-04-07 Stefan Reinauerclean up age old via epia target.
2010-04-07 Stefan Reinauerdrop the use of function pointers from romcc code.
2010-04-07 Stefan Reinauerfix epia-m700 compilation, and remove more warnings.
2010-04-07 Stefan Reinauerno duplicate names in cmos.layout.
2010-04-07 Stefan Reinauerswitch some ROMCC boards back to ROMCC.
next