coreboot.git
2010-03-30 Stefan Reinauerabuild:
2010-03-30 Stefan Reinauerbuild_opt_tbl: error instead of null pointer access...
2010-03-30 Stefan Reinaueradd CONFIG_NO_POST as it is used in the code, and move...
2010-03-30 Stefan Reinauerreduce warnings in MCP55 and Fam10 code
2010-03-30 Stefan Reinauerfix ms9652_fam10
2010-03-30 Stefan Reinauerunify cmos.layout wrt AMD extended configuration registers.
2010-03-30 Stefan Reinauerthis fixes 3 of 4 mainboards failed by the error on...
2010-03-29 Stefan ReinauerDon't include option_table.h every time we include...
2010-03-29 Stefan ReinauerThis drops the ASSEMBLY define from romstage.c, too
2010-03-29 Stefan Reinauer- drop GCC 2.x workaround, GCC 2.x is not supported...
2010-03-29 Stefan Reinauertrivial warning cleanups
2010-03-29 Stefan Reinauer- include option_table.h when it is created, and that...
2010-03-29 Stefan Reinauerqemu: drop "northbridge.c" from src/cpu/...
2010-03-29 Stefan Reinauer__PRE_RAM__ is now correctly specified in the Makefile...
2010-03-29 Stefan Reinauercpu_driver structs need to be const, too...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-29 Stefan Reinauerabuild: fail with dignity if mainboard does not exist.
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-29 Stefan ReinauerThis patch fixes build.h dependencies in coreboot again.
2010-03-28 Stefan ReinauerAdd a non-time consuming version of ram check so we...
2010-03-28 Stefan Reinauerdrop post_code()
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-28 Stefan Reinauerdrop __ROMCC__ define checks.. __PRE_RAM__ is what...
2010-03-27 Patrick Georgiccache and scan-build actually work together, so remove the
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-26 Myles WatsonRemove dead code and make white space more consistent...
2010-03-26 Stefan ReinauerUpdate libpayload default configuration so a make oldconfig
2010-03-26 Patrick GeorgiMake sconfig only complain about real conflicts.
2010-03-26 Zheng Bao1. Remove warnings and multiple blank lines.
2010-03-25 Stefan ReinauerUSB updates from our internal tree
2010-03-25 Stefan Reinauerlibpayload update
2010-03-25 Patrick GeorgiAdd support to build with ccache in the build system
2010-03-25 Patrick GeorgiMake build verbose when requested by abuild
2010-03-25 Stefan ReinauerAdd coreboot framebuffer support to libpayload
2010-03-25 Stefan Reinauerdon't hardcode i386 in lpgcc
2010-03-25 Stefan Reinauerallow libpayload to completely build out of tree.
2010-03-25 Stefan Reinauerprevent timer overflows in libpayload
2010-03-25 Stefan Reinauermake keyboard reset driver generic (not pc keyboard...
2010-03-25 Patrick GeorgiCopy argument of -include as it's modified later.
2010-03-25 Patrick GeorgiIt's really obj=, not O= (see toplevel Makefile)
2010-03-25 Stefan ReinauerOne feature I've been really missing since we switched to
2010-03-24 Stefan Reinauerabuild should be using O=, not obj=
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-24 Stefan ReinauerSome keyboards need a longer timeout. Also increase...
2010-03-24 Stefan ReinauerDrop unneeded code that checks for CONFIG_ variables in
2010-03-24 Stefan Reinauerfix acpi dsdt copy on roda rk886ex
2010-03-24 Stefan ReinauerSMM: remove hack that was needed back in oldconfig...
2010-03-24 Stefan Reinaueroops, forgot to cleanup extra output in bootblock creat...
2010-03-24 Stefan Reinauerdependency tracking for coreboot
2010-03-24 Stefan ReinauerCPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig...
2010-03-23 Stefan Reinauermahogany_fam10: rename apc_auto.c to ap_romstage.c...
2010-03-23 Maximilian... Fix reading HT link offsets.
2010-03-23 Stefan ReinauerUse coreboot-internal version of x86emu for the vgabios...
2010-03-23 Stefan ReinauerPrepare for using coreboot x86emu in userspace utility...
2010-03-23 Stefan Reinauerfix newly introduced printk_foo warnings..
2010-03-23 Zheng BaoRemove the building warnings.
2010-03-23 Zheng BaoRemove the building warnings.
2010-03-23 Wang Qing PeiRemoving build warning of sb600 & rs690.
2010-03-22 Joseph SmithFix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_...
2010-03-22 Myles WatsonRevert my debugging patch that got committed by acciden...
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-21 Stefan Reinauerdrop dead code.
2010-03-21 Stefan Reinauerfix "make" after "rm -rf build"
2010-03-21 Christian RuppertDon't abuse LDFLAGS and fix linking with -Wl,--as-needed.
2010-03-19 Ed SwierkI ran into a couple of errors while building a mahogany...
2010-03-19 Zheng BaoThe parameters of memset() should be
2010-03-19 Myles WatsonGet rid of a few warnings:
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-03-18 Patrick GeorgiRework boolean expression (DeMorgan and all) for
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-03-18 Zheng Baotrivial. Delelte double blank line.
2010-03-17 Patrick GeorgiRemove failover/fallback/normal handling in mainboards'
2010-03-17 Stefan Reinauermore warnings gone...
2010-03-17 Stefan Reinauerrevert the faulty part of r5252
2010-03-17 Stefan Reinauerfix HPET on some ICH southbridges
2010-03-17 Stefan Reinauertrivial warning fixes, mostly for ACPI code
2010-03-17 Stefan Reinauerdrop shadow variable from hypertransport code.
2010-03-17 Stefan ReinauerActually enable HPET
2010-03-17 Stefan ReinauerClean up warnings in yabel vbe code. No more warnings...
2010-03-17 Stefan Reinauerclean up shadow variables in jpeg decoder.
2010-03-17 Stefan Reinauerfix minor warnings in RTC code when HAVE_OPTION_TABLE...
2010-03-17 Stefan Reinauerbug fix for IOAPIC on i82801dx.
2010-03-17 Joseph SmithThis patch fixes up the i82801dx_lpc.c code post transi...
2010-03-17 Joseph SmithThis is kind of a pre CAR patch to properly allocate...
2010-03-17 Stefan Reinauermore warning fixes.
2010-03-17 Stefan Reinauerfix HPET base addressed.
2010-03-17 Zheng BaoThe SB600 also has the BootFailTimer. We should disable it,
2010-03-17 Stefan Reinauerremove more warnings, and fix some boards (watchdog.h)
2010-03-17 Keith HuiFrom Keith Hui:
2010-03-17 Stefan Reinauerfix dell s1850, ROMCC didn't seem to like SSE2 memtest...
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-17 Stefan Reinauerclean some more files in make clean
2010-03-17 Stefan Reinauerremove warnings from cs5530 driver. (trivial)
2010-03-17 Stefan Reinauermake clean: delete failover.inc and romstage.inc, drop...
2010-03-17 Stefan Reinauerdrop unused variable
2010-03-17 Myles WatsonSource all Kconfig files for Intel® CPU models..
2010-03-17 Eric W. BiedermanCatch non-static arrays in romcc. Not allowed.
2010-03-16 Stefan Reinauerpci drivers should be const.
next