m5a99x-evo: ugly quirks, but WOOT: ohai seabios :-)
[coreboot.git] / src / devices / device.c
2012-04-06 Bernhard Urbanm5a99x-evo: ugly quirks, but WOOT: ohai seabios :-)
2012-03-30 Duncan LauriePrepare the BIOS data areas before device init.
2012-03-24 Patrick Georgiprintf: Remove some L modifier uses
2012-02-23 Marc JonesRevert "Fix multipleVGA cards resource conflict on...
2012-02-06 Kerry ShehFix multipleVGA cards resource conflict on Windows
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-04 Uwe HermannVarious cosmetic and coding style fixes in src/devices.
2010-10-17 Uwe HermannVarious Doxygen comment fixes, typo fixes, etc.
2010-09-01 Myles WatsonSimplify last_dev_p so that it matches comments.
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-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
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-26 Stefan ReinauerNow that the resource allocator is working nicely we...
2009-10-13 Myles WatsonRemove a couple more warnings. Trivial.
2009-09-17 Myles WatsonSeparate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.
2009-08-28 Patrick GeorgiThe resource allocator complained about 0-sized fixed
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-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-05-12 Myles WatsonUse the debugging functions to print out the tree and...
2009-05-11 Myles WatsonTrivial white space fixes so that the next patches...
2009-03-06 Stefan Reinauerfix a bunch of cast and type warnings and don't call...
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2008-10-29 Stefan ReinauerChanges required to the device allocator:
2008-08-01 Stefan Reinauera heuristics is something different
2008-08-01 Stefan Reinauerclarify in the printks what function is actually called...
2008-04-25 Aaron LweFix so pci device memory allocation does not use memory...
2008-01-18 Stefan ReinauerPlease bear with me - another rename checkin. This...
2007-04-22 Uwe HermannAdd explicit license headers to all files in src/device.
2006-05-18 Yinghai Luadd option to decide to use onboard vga or addon card.
2006-03-17 Stefan Reinauer- sc520 updates. move PAR setup to mainboard auto.c
2005-12-02 Stefan Reinauer1201_ht_bus0_dev0_fidvid_core.diff
2005-07-08 Yinghai Lueric patch
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-01-21 Yinghai Lumove apic cluster before pci_domain in MB Config.lb
2005-01-17 Yinghai Lulinkb_to_host and addon display card override onboard...
2005-01-14 Yinghai LuCONFIG_PCI_ROM_RUN
2005-01-14 Yinghai Luonboard pci_rom second run
2005-01-14 Yinghai Luonboard pci_rom disable onboard
2005-01-14 Yinghai Luonboard pci_rom finally done
2005-01-11 Li-Ta Loworks for PCI vga cards too
2004-12-03 Li-Ta Loallocating resource for legacy VGA frame buffer, it...
2004-11-25 Li-Ta Loupdate comment according to the new DOM
2004-10-30 Eric Biederman- To reduce confuse rename the parts of linuxbios bios...
2004-10-27 Eric Biedermansizeram removal/conversion.
2004-10-21 Eric Biederman- Bump the LinuxBIOS major version
2004-10-16 Eric Biederman- First stab at running linuxbios without the old stati...
2004-10-14 Eric Biederman- Finish interrupted merge
2004-10-14 Eric Biederman- Updates for 64bit resource support, handling missing...
2004-10-14 Eric Biederman- First pass through with with device tree enhancement...
2004-05-14 Li-Ta Louse #define macro for pci class ids
2004-05-10 Li-Ta Lorename walk_static_devices
2004-04-29 Li-Ta Lochanged dev->enable to dev->enabled. Sorry, I am the...
2004-04-26 Li-Ta Locheck in the current code for IBM/E325, can somebody...
2004-03-23 Li-Ta LoDoxidization, reformat
2004-03-11 Eric Biederman- Moved hlt() to it's own header.
2004-01-08 Li-Ta LoChange PCI_BRIDGE_CONTROL to PCI_BRIDGE_CTL_VGA
2003-10-11 Eric Biederman - O2, enums, and switch statements work in romcc
2003-09-30 Ronald G. MinnichThe epia now works.
2003-09-02 Eric Biederman- Major update of the dynamic device tree so it can...
2003-08-04 Eric Biederman- Fix poor resource allocation estimate.
2003-07-21 Eric Biederman- First pass at s2880 support.
2003-06-12 Eric Biederman- Modify the freebios tree so the pci config space...
2003-04-24 Eric Biederman- Small step forward Linux boots and almost works...
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree