coreboot.git
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)
2008-08-01 Stefan Reinauerfix typos in config.g, and don't arbitrarily hide some...
2008-07-23 Roman KononovThis patch fixes the kernel EBDA mislocation problem...
2008-07-23 Marc JonesFix r3434 check-in. Added missing end to Options.lb...
2008-07-23 Marc JonesAdd AMD Fam10 B3 default settings to match AMD example...
2008-07-23 Marc JonesUpdate to the latest AMD Fam10 microcode patches.
2008-07-23 Marc JonesMemory initialization support for AMD Fam10 B3 (B0...
2008-07-21 Marc JonesMissed a const in my previous checkin, r3426 (trivial).
2008-07-21 Peter Stugeflashrom: Winbond W39V040C and MSI K8T Neo2-F
2008-07-21 Sean NelsonAdd support for the Winbond W83697HF Super I/O.
2008-07-19 Stefan Reinauersuperiotool: add support for SMSC SIO10N268 (trivial)
2008-07-19 Stefan Reinaueradd support for 2 new SMSC superio chips. Information...
2008-07-18 Uwe HermannRandom coding style fixes and simplifications (trivial).
2008-07-17 Marc JonesAdd manual HT BUID fixup to detect previously set BUIDs...
2008-07-17 Marc JonesClean up AMD FAM10 HT variable initialization. The...
2008-07-17 Marc JonesAdd Fam10 Gart table walk enable for MCA reporting...
2008-07-16 Marc JonesClean up comments, whitespace, and copyright date in...
2008-07-15 Uwe HermannAdd missing Intel CPU (trivial).
2008-07-12 Marc JonesThere was a programming error which made most USB port4...
2008-07-11 Carl-Daniel... Fix and clean up coreboot image detection heuristic.
2008-07-08 Uwe HermannAdd a coreinfo module which can hexdump arbitrary RAM...
2008-07-07 Peter Stugeflashrom: Trivial SPI cleanups
2008-07-07 Peter Stugeflashrom: Trivial indent fix in ichspi.c
2008-07-06 Carl-Daniel... r3415 removed symbolic constants for device IDs by...
2008-07-06 Andreas Thienemannflashrom: Add AMIC A29002
2008-07-05 Stefan ReinauerAdding support for flashing system with Nvidia MCP67
2008-07-05 Peter Stugeflashrom: Add PCI IDs for EPIA-CN
2008-07-03 Uwe HermannMinor cosmetics, e.g. make stuff fit in 80 chars/line...
2008-07-03 Carl-Daniel... Mark SST49LF040B as tested.
2008-07-03 Uwe HermannMark the SST SST49LF040 as OK (tested by me), all opera...
2008-07-03 Peter Stugeflashrom: Winbond W25x80 TEST_OK PROBE READ ERASE WRITE
2008-07-03 Carl-Daniel... Improve coreboot image detection heuristic in flashrom...
2008-07-02 Peter Stugeflashrom: probe_flash() cleanup for better code readability
2008-07-02 Stefan Reinauerset w39v080fa to fully supported. I'm am flashing this...
2008-07-02 Peter Stugeflashrom: Update to TEST_OK for Winbond W39V040FA PROBE...
next