summaryrefslogtreecommitdiffstats
path: root/src/devices/device.c
Commit message (Expand)AuthorAgeFilesLines
* Rename devices -> deviceStefan Reinauer2012-11-301-1157/+0
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Add initialization hook for chipsNico Huber2012-11-271-0/+20
* Revert order in VGA device choiceKostr2012-10-071-1/+1
* Fix SMBIOS generationStefan Reinauer2012-08-081-2/+2
* Fix mainboard level enable_dev()Kyösti Mälkki2012-08-031-2/+2
* Remove uma_memory_base from build if no GFXUMAKyösti Mälkki2012-08-021-1/+2
* Remove useless semicolonPatrick Georgi2012-07-251-1/+1
* Simplify VGA card discoveryPatrick Georgi2012-07-221-30/+13
* Allow shutting down internal graphics if plugin graphics are preferredPatrick Georgi2012-07-201-0/+8
* Drop VGA_BRIDGE_SETUP config optionPatrick Georgi2012-07-201-5/+0
* Define global uma_memory variablesKyösti Mälkki2012-07-161-0/+5
* Use dev_lock for alloc_find_dev()Kyösti Mälkki2012-07-101-3/+27
* Clean up #ifsPatrick Georgi2012-05-081-4/+4
* Prepare the BIOS data areas before device init.Duncan Laurie2012-03-301-0/+8
* printf: Remove some L modifier usesPatrick Georgi2012-03-241-4/+4
* Revert "Fix multipleVGA cards resource conflict on Windows"Marc Jones2012-02-231-4/+4
* Fix multipleVGA cards resource conflict on WindowsKerry Sheh2012-02-071-4/+4
* 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
OpenPOWER on IntegriCloud