Remove comments that are obsolete since r6028.
[coreboot.git] / src / devices /
2010-11-04 Uwe HermannVarious cosmetic and coding style fixes in src/devices.
2010-10-18 Uwe HermannCosmetics and coding style fixes in devices/*.
2010-10-17 Uwe HermannVarious Doxygen comment fixes, typo fixes, etc.
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-13 Juhana HelovuoPrint an error and correct pci scan limits. Skip sb700...
2010-09-09 Myles WatsonMake huge macros inline functions for readability....
2010-09-09 Myles WatsonMy Jmicron SATA card writes the name of the hard drive...
2010-09-07 Myles WatsonMy Jmicron SATA card depends on the BIOS not clearing...
2010-09-07 Myles WatsonMake a Kconfig option for debugging output from realmod...
2010-09-01 Myles WatsonSimplify last_dev_p so that it matches comments.
2010-08-30 Myles WatsonMake yabel work for non-zero bus numbers. The link_num...
2010-08-23 Stefan Reinauermark unused variables in x86emu as unused. gcc has...
2010-08-17 Patrick GeorgiClarify comment a bit
2010-08-16 Myles WatsonCall mainboard init functions.
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-06-07 Myles Watsoncardbus_scan_bridge is identical to pci_scan_bridge
2010-06-05 Stefan Reinauertly cosmetical. don't use movw because we use mov in...
2010-06-04 Edwin BeasantThis patch fixes the option rom code that was buggy...
2010-06-04 Myles WatsonEnable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected.
2010-06-02 Myles WatsonFix hard-coded log levels.
2010-05-27 Stefan Reinauerfix warnings.
2010-05-23 Stefan Reinauerconsistently use decimal for the register offsets,...
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-05-11 Stefan ReinauerChange real mode API to allow passing intXX number...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-26 Stefan Reinauerfix a bug in pcibios check.
2010-04-24 Stefan Reinauerdrop all duplicate copies of vgabios.c in favor
2010-04-22 Stefan Reinauervia epia-m now works with default x86.c instead of...
2010-04-21 Stefan Reinaueroops, sorry for the last commit. This commit changes...
2010-04-21 Myles WatsonMove the prototype for run_vsa.
2010-04-21 Stefan Reinauer* clean up all but two warnings on artecgroup dbe61
2010-04-13 Stefan Reinauerfix a trivial warning when yabel with direct hw access...
2010-04-02 Stefan ReinauerThe error message is misleading, even for a SPEW, because
2010-03-23 Stefan ReinauerPrepare for using coreboot x86emu in userspace utility...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerdrop shadow variable from hypertransport code.
2010-03-17 Stefan ReinauerClean up warnings in yabel vbe code. No more warnings...
2010-03-16 Stefan Reinauerit was reason for workaround rules already, and it...
2010-03-05 Myles Watson1. Move run_bios prototype to device.h
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
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-15 Uwe HermannVarious license header consistency fixes (trivial).
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.
next