summaryrefslogtreecommitdiff
path: root/src/devices/device.c
AgeCommit message (Expand)Author
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-10-17Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann
2010-09-01Simplify last_dev_p so that it matches comments.Myles Watson
2010-08-17Clarify comment a bitPatrick Georgi
2010-08-16Call mainboard init functions.Myles Watson
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-10-28The check for zero sized resources is already done earlier. So don't redo itStefan Reinauer
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-26Now that the resource allocator is working nicely we can turn down the debugStefan Reinauer
2009-10-13Remove a couple more warnings. Trivial.Myles Watson
2009-09-17Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson
2009-08-28The resource allocator complained about 0-sized fixedPatrick Georgi
2009-08-19Add an error message if there is a zero-sized fixed resource. Fix the existingMyles Watson
2009-08-19Don't let zero sized fixed resource mess up the allocator's memory map.Patrick Georgi
2009-07-18drop unused variable (trivial)Stefan Reinauer
2009-07-02Update the k8 code for the v3 resource allocator.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-05-12Use the debugging functions to print out the tree and resources.Myles Watson
2009-05-11Trivial white space fixes so that the next patches are easier to read.Myles Watson
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2008-10-29Changes required to the device allocator:Stefan Reinauer
2008-08-01a heuristics is something different Stefan Reinauer
2008-08-01clarify in the printks what function is actually called. This little smart magicStefan Reinauer
2008-04-25Fix so pci device memory allocation does not use memory base address at 0xfec...Aaron Lwe
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-04-22Add explicit license headers to all files in src/device.Uwe Hermann
2006-05-18add option to decide to use onboard vga or addon card.Yinghai Lu
2006-03-17- sc520 updates. move PAR setup to mainboard auto.cStefan Reinauer
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10arch import user (historical)
2005-01-21move apic cluster before pci_domain in MB Config.lbYinghai Lu
2005-01-17linkb_to_host and addon display card override onboard card.Yinghai Lu
2005-01-14CONFIG_PCI_ROM_RUNYinghai Lu
2005-01-14onboard pci_rom second runYinghai Lu
2005-01-14onboard pci_rom disable onboardYinghai Lu
2005-01-14onboard pci_rom finally doneYinghai Lu
2005-01-11works for PCI vga cards tooLi-Ta Lo
2004-12-03allocating resource for legacy VGA frame buffer, it is not 100%Li-Ta Lo
2004-11-25update comment according to the new DOMLi-Ta Lo
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman