summaryrefslogtreecommitdiffstats
path: root/src/devices/device.c
Commit message (Expand)AuthorAgeFilesLines
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-1/+1
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-191/+186
* Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann2010-10-171-43/+44
* Simplify last_dev_p so that it matches comments.Myles Watson2010-09-011-3/+3
* Clarify comment a bitPatrick Georgi2010-08-171-1/+3
* Call mainboard init functions.Myles Watson2010-08-161-0/+3
* Always enable parent resources before child resources.Myles Watson2010-06-171-33/+72
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-42/+49
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-21/+13
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-43/+43
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-1/+3
* The check for zero sized resources is already done earlier. So don't redo itStefan Reinauer2009-10-281-2/+1
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-2/+5
* Now that the resource allocator is working nicely we can turn down the debugStefan Reinauer2009-10-261-7/+6
* Remove a couple more warnings. Trivial.Myles Watson2009-10-131-2/+2
* Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson2009-09-171-2/+2
* The resource allocator complained about 0-sized fixedPatrick Georgi2009-08-281-2/+2
* Add an error message if there is a zero-sized fixed resource. Fix the existingMyles Watson2009-08-191-1/+5
* Don't let zero sized fixed resource mess up the allocator's memory map.Patrick Georgi2009-08-191-0/+2
* drop unused variable (trivial)Stefan Reinauer2009-07-181-2/+1
* Update the k8 code for the v3 resource allocator.Myles Watson2009-07-021-9/+7
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-258/+572
* Use the debugging functions to print out the tree and resources.Myles Watson2009-05-121-0/+14
* Trivial white space fixes so that the next patches are easier to read.Myles Watson2009-05-111-50/+48
* fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer2009-03-061-2/+1
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-041-1/+1
* Changes required to the device allocator:Stefan Reinauer2008-10-291-0/+6
* a heuristics is something different Stefan Reinauer2008-08-011-1/+1
* clarify in the printks what function is actually called. This little smart magicStefan Reinauer2008-08-011-4/+6
* Fix so pci device memory allocation does not use memory base address at 0xfec...Aaron Lwe2008-04-251-5/+5
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Add explicit license headers to all files in src/device.Uwe Hermann2007-04-221-2/+16
* add option to decide to use onboard vga or addon card.Yinghai Lu2006-05-181-1/+1
* - sc520 updates. move PAR setup to mainboard auto.cStefan Reinauer2006-03-171-1/+1
* 1201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer2005-12-021-13/+33
* eric patchYinghai Lu2005-07-081-46/+118
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44arch import user (historical)2005-07-061-5/+5
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)2005-07-061-5/+5
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)2005-07-061-5/+5
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10arch import user (historical)2005-07-061-0/+3
* move apic cluster before pci_domain in MB Config.lbYinghai Lu2005-01-211-13/+0
* linkb_to_host and addon display card override onboard card.Yinghai Lu2005-01-171-25/+35
* CONFIG_PCI_ROM_RUNYinghai Lu2005-01-141-1/+4
* onboard pci_rom second runYinghai Lu2005-01-141-1/+0
* onboard pci_rom disable onboardYinghai Lu2005-01-141-0/+3
* onboard pci_rom finally doneYinghai Lu2005-01-141-0/+12
* works for PCI vga cards tooLi-Ta Lo2005-01-111-0/+3
* allocating resource for legacy VGA frame buffer, it is not 100%Li-Ta Lo2004-12-031-40/+32
* update comment according to the new DOMLi-Ta Lo2004-11-251-24/+52
* - To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman2004-10-301-31/+5