summaryrefslogtreecommitdiff
path: root/src/devices/device_util.c
AgeCommit message (Expand)Author
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-06Add name field for deviceKyösti Mälkki
2012-10-27Take care of NULL chip_ops->nameKyösti Mälkki
2012-07-27Allocators for different memory regions typesKyösti Mälkki
2012-07-16Change uma_resource() to use new type IORESOURCE_UMA_FB.Kyösti Mälkki
2012-07-16Add global uma_resource()Kyösti Mälkki
2012-07-13MPTAPLE: generate from devicetree.cbSven Schnelle
2012-07-10Use dev_lock for alloc_find_dev()Kyösti Mälkki
2012-04-02Add a helper function to determine the number of enabled CPUsStefan Reinauer
2012-03-24printf: Remove some L modifier usesPatrick Georgi
2012-03-09Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie
2012-03-09Don't try to compute I/O for empty sub buses.Stefan 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-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-02Fix hard-coded log levels.Myles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-10-29Split a print statement that called dev_path twice, and add a warning comment.Myles Watson
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-28Make memmove copy (dev->resources -i) resource structs instead ofMyles Watson
2009-05-11Bring v3-style debug output to v2. Fix a minor typo.Myles Watson
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-10-23fix a whole bunch of warnings. (trivial)Stefan Reinauer
2007-10-16Add resource size and resource granularity reporting to device_util.c.Carl-Daniel Hailfinger
2007-04-22Add explicit license headers to all files in src/device.Uwe Hermann
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30arch import user (historical)
2004-12-27clean up VGA and Expansion ROM supportLi-Ta Lo
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman
2004-10-16- First stab at running linuxbios without the old static device tree.Eric Biederman
2004-10-14- Updates for 64bit resource support, handling missing devices and cpus in th...Eric Biederman
2004-10-14- First pass through with with device tree enhancement merge. Most of the me...Eric Biederman
2004-05-07code reformat, doxidizationLi-Ta Lo
2004-03-23Doxidization, reformatLi-Ta Lo
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-12-17Don't compare low 8 bits, which are revision.Greg Watson
2003-10-11 - O2, enums, and switch statements work in romccEric Biederman
2003-09-02- Major update of the dynamic device tree so it can handleEric Biederman
2003-04-24- Small step forward Linux boots and almost works...Eric Biederman
2003-04-22- Initial checkin of the freebios2 treeEric Biederman