coreboot.git
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.
2010-03-16 Stefan Reinauerit was reason for workaround rules already, and it...
2010-03-16 Patrick GeorgiLeft over strip_quotes definition. Top level Makefile
2010-03-16 Patrick GeorgiStrip quotes from COREBOOT_ROM_DEPENDENCIES
2010-03-16 Patrick GeorgiImprove dependency tracking for coreboot.rom
2010-03-16 Patrick Georgi... Various changes to the buildsystem:
2010-03-16 Zheng BaoDelete Config.lb in new southbridge folders.
2010-03-16 Zheng BaoAdd entries of RS780, SB700, Mahogany, Mahogany_fam10...
2010-03-16 Zheng BaoThe code can run on the Mahogany board, which is one...
2010-03-16 Zheng Bao1. Features of mahogany.
2010-03-16 Zheng BaoFeatures supported in RS780 code:
2010-03-16 Zheng BaoFeatures supported in SB700 code:
2010-03-16 Zheng Bao zheng.bao1. This patch is about the pci header of RS780 and...
2010-03-16 Patrick GeorgiMake CLANG selectable in Kconfig
2010-03-16 Stefan ReinauerThis patch is what I needed to compile coreboot with...
2010-03-16 Stefan Reinauerback out r5212 and r5210; Follow the thread of
2010-03-15 Stefan ReinauerCreate a new build.h on every make call; this makes...
2010-03-15 Patrick GeorgiUse copy_triple only on non-flattened nodes.
2010-03-15 Zheng BaoAdd an AM2R2 entry in to the src/arch/i386/Makefile...
2010-03-14 Patrick GeorgiFix segfault of romcc when complex assignment operators
2010-03-14 Patrick GeorgiMove deprecated Kconfig options to their own file,
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-14 Stefan ReinauerICH4 update, fix ATA init, drop SATA (chipset doesn...
2010-03-13 Stefan ReinauerFix llshell
2010-03-13 Uwe HermannUse CPU_INTEL_SLOT_1 for Slot 1 boards (trivial).
2010-03-13 Keith HuiAdd SDRAMPWR_4DIMM Kconfig option (not user-visible...
2010-03-13 Knut KujatFix supermicro/h8qme_fam10 by enabling SPD ROM properly.
2010-03-11 Myles WatsonReplace spaces with tabs. Trivial.
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-03-10 Arne Georg... The following patch implements Opteron Fam 10 rev D...
2010-03-09 Marc Jonessb600 has problems with the virtual wire mode setup...
2010-03-08 Patrick GeorgiRemove Kconfig entries that disable
2010-03-08 Arne Georg... Set options to make AMD CAR code compile correctly,
2010-03-08 Mathias KrauseTrivial fix, use correct define.
2010-03-06 Patrick GeorgiMore readable recursive descent macro in Makefile
2010-03-06 Keith Hui440BX: Do not hardcode DIMM number + size anymore.
2010-03-06 Keith HuiAdd support for the 0x06B1 CPU ID for Celeron (Tualatin).
2010-03-05 Myles WatsonRemove redundant run_bios prototype. Trivial.
2010-03-05 Myles Watson1. Move run_bios prototype to device.h
2010-03-05 Stefan Reinaueri945 mini patch:
2010-03-05 Stefan ReinauerFix creation of coreboot.bootblock when -O2 is specifie...
next