romcc: Fix a few (harmless) warnings
[coreboot.git] / src / devices /
2010-02-12 Stefan ReinauerAdd two YABEL options to Kconfig
2010-02-07 Patrick Georginewconfig is no more.
2010-01-31 Stefan Reinauer- Improve help texts for option ROM initialization...
2010-01-17 Stefan ReinauerInitial PCIe tuning: Enable Active State Power Manageme...
2010-01-03 Stefan Reinauerimprove debug output.
2009-11-17 Myles WatsonSilence two warnings. Only use the Qemu hard-coded...
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-06 Myles WatsonRemove drivers/pci/onboard. The only purpose was for...
2009-11-05 Myles WatsonDon't try to set fixed resources. Trivial.
2009-11-05 Mark MarshallWhen loading an option ROM use the class stored in...
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-29 Myles WatsonSplit a print statement that called dev_path twice...
2009-10-28 Stefan ReinauerThe check for zero sized resources is already done...
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Uwe HermannAdd kconfig menus for most chipset VIDEO_MB values.
2009-10-26 Stefan ReinauerNow that the resource allocator is working nicely we...
2009-10-13 Myles WatsonRemove a couple more warnings. Trivial.
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-07 Myles WatsonKconfig allows you to run all PCI ROMs, VGA only, or...
2009-10-07 Uwe HermannVarious Kconfig fixes and improvements:
2009-10-03 Patrick GeorgiRemove:
2009-09-29 Myles WatsonRemove some warnings.
2009-09-24 Myles WatsonRemove HyperTransport support from boards that don...
2009-09-22 Myles Watsonsrc/Kconfig: Remove HT-specific options.
2009-09-22 Carl-Daniel HailfingerIf no pci access method has been set for the device...
2009-09-17 Myles WatsonSeparate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.
2009-08-28 Myles WatsonAdd Kconfig support for PCI option ROMS.
2009-08-28 Ronald G. MinnichMove some config variables that are in one or two mainb...
2009-08-28 Patrick GeorgiThe resource allocator complained about 0-sized fixed
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-21 Myles WatsonTrivial spelling corrections.
2009-08-19 Myles WatsonAdd an error message if there is a zero-sized fixed...
2009-08-19 Patrick GeorgiDon't let zero sized fixed resource mess up the allocat...
2009-08-12 Patrick GeorgiKconfig!
2009-07-21 Stefan ReinauerRewrite interrupt handling in coreboot to be more compr...
2009-07-18 Stefan Reinauerdrop unused variable (trivial)
2009-07-02 Myles WatsonUpdate the k8 code for the v3 resource allocator.
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-09 Ronald G. MinnichFix a little white space issue. Also, don't copy the...
2009-06-05 Carl-Daniel Hailfingerdie() does never return. Annotate it as such.
2009-05-29 Luc VerhaegenFix build with CONFIG_*_ROM_RUN.
2009-05-29 Luc VerhaegenImplement native VGA Support.
2009-05-28 Myles WatsonMake memmove copy (dev->resources -i) resource structs...
2009-05-12 Myles WatsonUse the debugging functions to print out the tree and...
2009-05-11 Myles WatsonBring v3-style debug output to v2. Fix a minor typo.
2009-05-11 Myles WatsonTrivial white space fixes so that the next patches...
2009-04-22 Stefan Reinauer- printed CBFS rom address was always 0
2009-04-21 Patrick GeorgiEliminate various issues brought up by scan-build.
2009-04-14 Peter Stugev2/src romfs->cbfs rename
2009-04-06 Ronald G. MinnichSome changes for option roms:
2009-04-06 Ronald G. MinnichAdd support for romfs to option rom loading.
2009-03-26 Rudolf MarekDuring the suspend/resume programming I came to an...
2009-03-16 Stefan Reinauerfix typo in pci_device.c (trivial)
2009-03-06 Stefan ReinauerFix mmconf (PCIe memory mapped config space access...
2009-03-06 Stefan Reinauerfix a bunch of cast and type warnings and don't call...
2009-03-05 Carl-Daniel HailfingerIf get_pbus() is called for a device which has no paren...
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2009-03-01 Stefan ReinauerSome changes required to get yabel working on v2 (and...
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-01-20 Stefan ReinauerBackport all x86emu fixes from Pattrick Hueper to coreb...
2008-10-29 Stefan ReinauerChanges required to the device allocator:
2008-09-11 Stefan ReinauerFrom Vincent Legoll:
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 Reinauerfix typos and warnings in the device tree code (trivial)
2008-04-25 Aaron LweFix so pci device memory allocation does not use memory...
2008-02-28 Ronald HoogenboomIn pci_device.c, the class for VGA was not tested prope...
2008-02-19 Rudolf Marek I'm attaching the patch which should fix both problems...
2008-02-18 Rudolf MarekSome SIO/PNP devices are abusing register 0x30 for...
2008-01-18 Stefan ReinauerRename almost all occurences of LinuxBIOS to coreboot.
2008-01-18 Stefan ReinauerPlease bear with me - another rename checkin. This...
2008-01-06 Torsten DuweSince a VGA console and the need to run any option...
2007-10-23 Stefan Reinauerfix a whole bunch of warnings. (trivial)
2007-10-23 Stefan Reinauerdrop unused variable (and thus warning). trivial patch.
2007-10-16 Carl-Daniel HailfingerAdd resource size and resource granularity reporting...
2007-09-26 Marc JonesDon't arbitrarily enable PERR# and SERR# for PCI devices.
2007-09-14 Yinghai LuMore range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UN...
2007-07-12 Uwe HermannGeneric driver for pretty much all known Standard Micro...
2007-05-21 Yinghai LuThis is the last remainder from Yinghai's mega patch...
2007-04-22 Uwe HermannAdd explicit license headers to all files in src/device.
2007-04-09 Roman KononovThis patch corrects r2587. It makes sure that the VGA...
2007-04-06 Roman KononovThis patch makes sure that VGA is initialized before...
2006-10-27 Ronald G. MinnichThis change fixes a long-standing bug, whereby we do...
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-18 Ronald G. Minnichfix old bug in the src/devices/pci_device.c
2006-06-22 Ronald G. Minnichset up interrupt values for the southbridge, and add...
2006-05-18 Yinghai Luadd option to decide to use onboard vga or addon card.
2006-04-24 Stefan Reinauerhex values with 0x prefix
2006-04-11 Stefan Reinauerthis was in my queue since 2005/10/26
2006-04-03 Yinghai Lunew cache_as_ram support
2006-03-17 Stefan Reinauer- sc520 updates. move PAR setup to mainboard auto.c
2006-01-17 Ronald G. MinnichTypo
2006-01-17 Ronald G. MinnichFirst, a FATAL error, that blows up your BIOS, should...
2005-12-04 Stefan Reinauer1203_hcdn.diff:
2005-12-02 Stefan Reinauer1201_ht_bus0_dev0_fidvid_core.diff
next