summaryrefslogtreecommitdiffstats
path: root/src/devices/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sizeram removal/conversion.Eric Biederman2004-10-271-0/+2
* - Bump the LinuxBIOS major versionEric Biederman2004-10-211-9/+8
* - First stab at running linuxbios without the old static device tree.Eric Biederman2004-10-161-1/+4
* - Finish interrupted mergeEric Biederman2004-10-141-28/+30
* - Updates for 64bit resource support, handling missing devices and cpus in th...Eric Biederman2004-10-141-37/+66
* - First pass through with with device tree enhancement merge. Most of the me...Eric Biederman2004-10-141-71/+75
* use #define macro for pci class idsLi-Ta Lo2004-05-141-11/+11
* rename walk_static_devicesLi-Ta Lo2004-05-101-4/+6
* changed dev->enable to dev->enabled. Sorry, I am the only one who can't speakLi-Ta Lo2004-04-291-7/+7
* check in the current code for IBM/E325, can somebody help to fix it ?Li-Ta Lo2004-04-261-27/+40
OpenPOWER on IntegriCloud