i855: Remove useless memctrl indirection.
[coreboot.git] / src / lib /
2010-11-10 Peter StugeEnsure that config options hidden by r6054 have default...
2010-11-10 Uwe HermannDebugging facility improvements.
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-01 Myles WatsonFix make warnings:
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-23 Stefan ReinauerFix some wrong capitalizations, reformat comments,...
2010-09-23 Uwe HermannUSB Debug Port related license header fixes (trivial).
2010-09-22 Uwe HermannFix a compiler warning in src/lib/usbdebug.c (trivial).
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-04 Myles WatsonRemove warnings from USB debug console code.
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-16 Rudolf MarekAdd support for the console over Ethernet (through...
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan Reinauerfix most usbdebug warnings and fix function names.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-25 Stefan ReinauerFix usbdebug compilation.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-15 Stefan ReinauerMyles suspected this hangs certain machines, so back...
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-03 Stefan Reinauerno need to udelay()
2010-04-03 Stefan Reinauerremove more warnings
2010-03-31 Myles WatsonConsolidate ifdefs in src/lib/cbmem.c for readability.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-30 Stefan Reinauerno USE_INIT
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
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-24 Stefan Reinauerdependency tracking for coreboot
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-19 Myles WatsonGet rid of a few warnings:
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-03-17 Stefan Reinauerclean up shadow variables in jpeg decoder.
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-02-25 Stefan ReinauerHAVE_MOVNTI really means SSE2. Also add sfence in the...
2010-02-22 Uwe HermannRandom cosmetic fixes (trivial).
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-02-07 Patrick Georginewconfig is no more.
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-11 Patrick GeorgiHelp track down enable_rom issues in CBFS. If the magic
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-29 Myles WatsonAdd prototypes to silence these warnings.
2009-10-28 Myles WatsonCreate lib.h for homeless prototypes.
2009-10-27 Myles WatsonRemove redundant declarations. Trivial.
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Stefan Reinauerreasonable output for cbfs loading..
2009-10-26 Stefan ReinauerCBMEM high table memory manager.
2009-10-24 Stefan ReinauerFix USB Debug Device for Intel ICH chipsets
2009-10-09 Myles WatsonMove the ulzma prototype out of the function to make...
2009-10-03 Patrick GeorgiRemove:
2009-09-26 Stefan Reinauer* drop libgcc from coreboot_apc.o, not needed.
2009-09-25 Stefan Reinauerdrop some dead code, clarify small comments and small...
2009-09-25 Stefan Reinauerimprove lzma error messages. When coreboot panics becau...
2009-09-23 Stefan Reinauerfix some wrong versions of the FSF's address (trivial)
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-20 Patrick Georgi20090819-2-trim-down-cbfs:
2009-08-12 Patrick GeorgiKconfig!
2009-07-23 Stefan ReinauerCBFS stuff:
2009-07-21 Stefan ReinauerSome USB debug updates, mostly comments fixing, license...
2009-07-18 Patrick Georgistrdup the input of dirname, as dirname is free
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-16 Ronald G. minnichThese changes implement car in qemu. The implementatio...
2009-05-28 Patrick GeorgiAdd lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PA...
2009-05-27 Patrick GeorgiMove coreboot_ram and coreboot_apc to CBFS. This allows to
2009-05-26 Patrick GeorgiAttached patch moves the CBFS payload loader to selfboo...
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-25 Patrick GeorgiMake the CBFS file lookup skip file data instead of...
2009-04-24 Patrick GeorgiRemove the inclusion of lzma.c (which really contains...
2009-04-24 Ronald G. MinnichThese are some really horrible bugs that got through.
2009-04-21 Stefan Reinauer- function prototypes do not need "extern"
2009-04-15 Peter Stugev2/src romfs->cbfs rename
2009-04-14 Peter Stugev2/src romfs->cbfs rename
2009-04-08 Stefan Reinauer* commit previously forgotten romfs.txt
2009-04-06 Ronald G. MinnichThis fixes a bug in romfs code; see comment. If we...
2009-04-04 Stefan Reinauerfix variable shadowing in lzmadecode.c (trivial)
2009-04-03 Ronald G. MinnichThese are some cleanups and changes. These are build...
2009-04-01 Ronald G. MinnichThis code adds support for coreboot images that use...
2009-03-31 Stefan Reinauerfix shadow variable in compute_ip_checksum.c
2009-03-06 Stefan Reinaueruse pointers instead of size_t when dealing with pointe...
2009-03-06 Stefan Reinaueruse inb instead of outb for delays in usb debug code...
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-01-20 Stefan Reinauerfix compiler warnings (trivial)
2008-10-12 Uwe HermannDrop tons of duplicated debug.c files, move common...
2008-08-27 Ward VandewegeIf you have
2008-08-01 Stefan Reinauerclean up Config.lb in lib/ (trivial)
2008-03-17 Carl-Daniel HailfingerClarify LZMA code license.
2008-01-18 Stefan ReinauerRename almost all occurences of LinuxBIOS to coreboot.
2007-02-28 Yinghai LuThis is (most of) the usb2 debug console code ripped...
2006-10-09 stepanreplace table based crc with computational one. by...
2006-10-07 Stefan ReinauerAdd serial stream payload support from Ed Swierk <eswie...
2006-10-05 Yinghai Lumake ppc happy for console
2006-10-04 Yinghai LuCONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
2006-10-04 Yinghai LuAMD Rev F support
2006-09-14 Carl-Daniel Hailfingeradditions and mods for lzma.
next