coreboot.git
2008-08-26 Uwe HermannFix some Doxygen warnings and/or typos (trivial).
2008-08-26 Stefan ReinauerHow could -ffreestanding slip through here. Required...
2008-08-25 Ed SwierkThis patch adds PCI device IDs for the Intel EP80579...
2008-08-25 Ed SwierkThis patch modifies the Intel 3100 southbridge code...
2008-08-25 Ed SwierkThis patch implements support for the CPU core of the...
2008-08-23 Jakob BornecrantzA missing semicolon prevents libpayload to compile...
2008-08-20 Ed Swierkflashrom: Recognize the Intel EP80579 LPC flash interface.
2008-08-20 Stefan Reinauersplit the one file, as the several printing functions...
2008-08-20 Stefan Reinaueruse seperate array for core 2 cpus (trivial)
2008-08-20 Stefan Reinauerthis port seems somehow broken.. Now, is it using FAILO...
2008-08-19 Sean NelsonAdd support for MSI KT4V to flashrom. The KT4V is autod...
2008-08-19 Stefan Reinauertrivial fix for memcpy return code in case someone...
2008-08-19 Arne Georg... Add Tyan S2912 platform with AMD Family 10 support.
2008-08-19 Stefan Reinauermisc fixes:
2008-08-19 Stefan Reinauermake all drivers relocatable. Per default, an 1:1 mappi...
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Patrick Georgireplace static functions by macros, because otherwise...
2008-08-19 Stefan Reinaueradd functions to query cursor position to video layer
2008-08-19 Jordan Crouselibpayload: Fix the memcpy functions
2008-08-19 Stefan Reinauerfix typo in ctype.c
2008-08-18 Ulf JordanAdd a kconfig option to choose between outputing ACS...
2008-08-18 Ulf JordanFix tinycurses color output on the VGA console.
2008-08-18 Uwe HermannAdd more information to the libpayload README (trivial).
2008-08-18 Stefan Reinauerinteltool: match cpuid before attempting to print MSRs...
2008-08-16 Stefan Reinaueradd block io functions
2008-08-16 Stefan Reinauertrivial fix: ipchksum takes an unspecified input blob...
2008-08-15 Stefan Reinauerfix typo in superiotool (trivial)
2008-08-14 Stefan Reinauer* fix memory allocator bug that lead to freelist corrup...
2008-08-13 Stefan ReinauerFix outb to 0x80 delay functions to use inb instead...
2008-08-13 Stefan Reinaueroff by 1. (trivial)
2008-08-13 Stefan Reinauercommit real fix to pci module of coreinfo (trivial)
2008-08-13 Stefan Reinaueradd PCI_BUS macro (trivial)
2008-08-12 Ulf JordanFix incorrect mapping of ACS_PI for VGA console. A...
2008-08-12 Marc JonesLicense updated to GPL v2.
2008-08-12 Stefan Reinauerlibpayload: fix type in keyboard driver. (trivial)
2008-08-12 Segher Boessenkoolflashrom: Fix error -EINVAL on mmap()
2008-08-11 Ulf JordanThis patch updates coreinfo to use the ACS_ macros...
2008-08-11 Uwe HermannDocument all of the external code we use in libpayload...
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Jonathan A... Make cursor positioning work by using both halves of...
2008-08-11 Jordan CrouseNo really, _these_ should be the last occurences of...
2008-08-11 Stefan Reinauerthese should be the last occurences of CONFIG_ without...
2008-08-11 Stefan Reinauerthese use CONFIG_ variables, too.
2008-08-11 Stefan Reinauervideo.c uses CONFIG_ variables, so it needs config...
2008-08-09 Ulf JordanBugfixes to serial output functions: vt100 has bold...
2008-08-09 Ulf JordanFix garbage characters on screen. mvwaddch inserts...
2008-08-09 Ulf JordanFix signedness problem in memcmp.
2008-08-08 Stefan Reinaueri messed this up.
2008-08-08 Stefan Reinauercompile fix (trivial)
2008-08-08 Stefan Reinauernew menu structure for libpayload
2008-08-08 Stefan Reinauerfix some more warnings.
2008-08-08 Stefan Reinauerfix warnings when starting make menuconfig
2008-08-08 Peter Stugeflashrom: ST M50FW040 TEST_OK PROBE READ ERASE WRITE
2008-08-08 Uwe HermannDrop useless .gitignore files.
2008-08-08 Uwe HermannDrop useless .gitignore files.
2008-08-08 Uwe HermannUpdate the kconfig copy in libpayload to a much more...
2008-08-08 Ward VandewegeEnable both IDE ports for our qemu target.
2008-08-07 Marc JonesClean up whitespace and comments style. (trivial)
2008-08-07 Stefan ReinauerAdd a full set of pci access functions.
2008-08-07 Stefan Reinauerfix stack protection detection with Jordan's suggestion
2008-08-07 Stefan Reinauerfix cross compilationor libpayload / coreinfo by honoring
2008-08-07 Uwe HermannCosmetic fixes (trivial).
2008-08-07 Stefan Reinauerfix make menuconfig if no libintl.h is found. (trivial)
2008-08-07 Stefan Reinaueradd get_option to libpayload, so coreboot cmos options...
2008-08-06 Ward VandewegeAdd the contents of buildrom's
2008-08-05 Uwe HermannMove out some hardcoded strings in coreinfo to become...
2008-08-04 Uwe HermannRemove duplicated code which is already in libpayload...
2008-08-04 Uwe HermannAdd missing #include.
2008-08-04 Uwe HermannInitial support for the ASI MB-5BLGP (Neoware Eon 4000s).
2008-08-03 Stefan ReinauerRemove welcome message from elfboot. None of the other...
2008-08-03 Stefan Reinauerfix lots of warnings for cache as ram builds (trivial)
2008-08-02 Stefan Reinaueradapt Uncompressing.. patch for AMD code. Also replace...
2008-08-02 Stefan ReinauerGo back to SIPI WAIT state for those CPUS defining...
2008-08-02 Stefan Reinauerupdate copyright year (trivial)
2008-08-02 Stefan ReinauerThis patch
2008-08-02 Stefan Reinauertested another intel chip (trivial)
2008-08-01 Stefan Reinaueroops, forgot these in the cleanup.. (trivial)
2008-08-01 Stefan Reinauera heuristics is something different
2008-08-01 Stefan ReinauerTypo, thanks to Idwer for spotting this. (trivial patch)
2008-08-01 Stefan Reinauerclarify in the printks what function is actually called...
2008-08-01 Stefan Reinauerclean out obsoleted config.lb rules and output, fix...
2008-08-01 Stefan Reinaueruse printk, when possible. (trivial)
2008-08-01 Stefan Reinauermatch against all steppings of a CPU model, because...
2008-08-01 Stefan Reinauerserial.inc is not used anywhere. drop it (trivial)
2008-08-01 Stefan Reinauersame spelling in all mtrr output.. (trivial)
2008-08-01 Stefan Reinauerdrop unused code (trivial)
2008-08-01 Stefan Reinauercoding style fixes (trivial)
2008-08-01 Stefan Reinauerfix compile warnings of rom_stream.c (trivial)
2008-08-01 Stefan Reinaueradd some SPD values from specs. (trivial)
2008-08-01 Stefan Reinauerfunction prototypes don't need extern. (trivial)
2008-08-01 Stefan Reinauerfix warning in vga console code (trivial)
2008-08-01 Stefan Reinauerfix typo in coreboot_ram.ld comment (trivial)
2008-08-01 Stefan Reinauerfix typo in commend of generic_sdram.c (trivial)
2008-08-01 Stefan Reinauerclean up comment in onboard.c (trivial)
2008-08-01 Stefan Reinauerclean up Config.lb in lib/ (trivial)
2008-08-01 Stefan Reinauerfix warnings, make mptable struct members explicitly...
2008-08-01 Stefan Reinauerfix typos and warnings in the device tree code (trivial)
2008-08-01 Stefan ReinauerCONFIG_LOGICAL_CPUS=2 does not make sense because it...
2008-08-01 Stefan Reinauerfix build warnings for buildrom (trivial)
next