summaryrefslogtreecommitdiffstats
path: root/src/devices/device_util.c
Commit message (Expand)AuthorAgeFilesLines
* Rename devices -> deviceStefan Reinauer2012-11-301-870/+0
* Add name field for deviceKyösti Mälkki2012-11-061-1/+3
* Take care of NULL chip_ops->nameKyösti Mälkki2012-10-271-0/+8
* Allocators for different memory regions typesKyösti Mälkki2012-07-271-18/+5
* Change uma_resource() to use new type IORESOURCE_UMA_FB.Kyösti Mälkki2012-07-161-1/+1
* Add global uma_resource()Kyösti Mälkki2012-07-161-0/+15
* MPTAPLE: generate from devicetree.cbSven Schnelle2012-07-131-0/+4
* Use dev_lock for alloc_find_dev()Kyösti Mälkki2012-07-101-16/+0
* Add a helper function to determine the number of enabled CPUsStefan Reinauer2012-04-021-0/+18
* printf: Remove some L modifier usesPatrick Georgi2012-03-241-2/+2
* Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie2012-03-091-0/+20
* Don't try to compute I/O for empty sub buses.Stefan Reinauer2012-03-091-0/+2
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-155/+178
* Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann2010-10-171-64/+95
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-0/+44
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-25/+31
* Fix hard-coded log levels.Myles Watson2010-06-021-3/+3
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-57/+85
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-16/+16
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-4/+4
* Split a print statement that called dev_path twice, and add a warning comment.Myles Watson2009-10-291-6/+7
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-271-1/+1
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-3/+3
* Make memmove copy (dev->resources -i) resource structs instead ofMyles Watson2009-05-281-1/+2
* Bring v3-style debug output to v2. Fix a minor typo.Myles Watson2009-05-111-0/+140
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-20/+20
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-091-1/+1
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* fix a whole bunch of warnings. (trivial)Stefan Reinauer2007-10-231-1/+1
* Add resource size and resource granularity reporting to device_util.c.Carl-Daniel Hailfinger2007-10-161-1/+2
* Add explicit license headers to all files in src/device.Uwe Hermann2007-04-221-0/+24
* CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu2006-10-041-0/+10
* AMD Rev F supportYinghai Lu2006-10-041-1/+1
* eric patchYinghai Lu2005-07-081-11/+57
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30arch import user (historical)2005-07-061-1/+25
* clean up VGA and Expansion ROM supportLi-Ta Lo2004-12-271-4/+7
* - First stab at getting the ppc ports building and working.Eric Biederman2004-11-181-6/+12
* - To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman2004-10-301-0/+52
* - First stab at running linuxbios without the old static device tree.Eric Biederman2004-10-161-2/+15
* - Updates for 64bit resource support, handling missing devices and cpus in th...Eric Biederman2004-10-141-12/+175
* - First pass through with with device tree enhancement merge. Most of the me...Eric Biederman2004-10-141-2/+2
* code reformat, doxidizationLi-Ta Lo2004-05-071-1/+1
* Doxidization, reformatLi-Ta Lo2004-03-231-3/+4
* - Moved hlt() to it's own header.Eric Biederman2004-03-111-2/+71
* Don't compare low 8 bits, which are revision.Greg Watson2003-12-171-1/+1
* - O2, enums, and switch statements work in romccEric Biederman2003-10-111-3/+12
* - Major update of the dynamic device tree so it can handleEric Biederman2003-09-021-2/+81
* - Small step forward Linux boots and almost works...Eric Biederman2003-04-241-1/+1
* - Initial checkin of the freebios2 treeEric Biederman2003-04-221-0/+56
OpenPOWER on IntegriCloud