Add a helper function to determine the number of enabled CPUs
[coreboot.git] / src / devices / device_util.c
2012-04-02 Stefan ReinauerAdd a helper function to determine the number of enable...
2012-03-24 Patrick Georgiprintf: Remove some L modifier uses
2012-03-09 Duncan LaurieAdd helper function to find a Local APIC by ID in the...
2012-03-09 Stefan ReinauerDon't try to compute I/O for empty sub buses.
2010-11-04 Uwe HermannVarious cosmetic and coding style fixes in src/devices.
2010-10-17 Uwe HermannVarious Doxygen comment fixes, typo fixes, etc.
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-06-02 Myles WatsonFix hard-coded log levels.
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2009-10-29 Myles WatsonSplit a print statement that called dev_path twice...
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-05-28 Myles WatsonMake memmove copy (dev->resources -i) resource structs...
2009-05-11 Myles WatsonBring v3-style debug output to v2. Fix a minor typo.
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2008-01-18 Stefan ReinauerPlease bear with me - another rename checkin. This...
2007-10-23 Stefan Reinauerfix a whole bunch of warnings. (trivial)
2007-10-16 Carl-Daniel HailfingerAdd resource size and resource granularity reporting...
2007-04-22 Uwe HermannAdd explicit license headers to all files in src/device.
2006-10-04 Yinghai LuCONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
2006-10-04 Yinghai LuAMD Rev F support
2005-07-08 Yinghai Lueric patch
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2004-12-27 Li-Ta Loclean up VGA and Expansion ROM support
2004-11-18 Eric Biederman- First stab at getting the ppc ports building and...
2004-10-30 Eric Biederman- To reduce confuse rename the parts of linuxbios bios...
2004-10-16 Eric Biederman- First stab at running linuxbios without the old stati...
2004-10-14 Eric Biederman- Updates for 64bit resource support, handling missing...
2004-10-14 Eric Biederman- First pass through with with device tree enhancement...
2004-05-07 Li-Ta Locode reformat, doxidization
2004-03-23 Li-Ta LoDoxidization, reformat
2004-03-11 Eric Biederman- Moved hlt() to it's own header.
2003-12-17 Greg WatsonDon't compare low 8 bits, which are revision.
2003-10-11 Eric Biederman - O2, enums, and switch statements work in romcc
2003-09-02 Eric Biederman- Major update of the dynamic device tree so it can...
2003-04-24 Eric Biederman- Small step forward Linux boots and almost works...
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree