Add a helper function to determine the number of enabled CPUs
[coreboot.git] / src / include / device / device.h
2012-04-02 Stefan ReinauerAdd a helper function to determine the number of enable...
2012-03-09 Duncan LaurieAdd helper function to find a Local APIC by ID in the...
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2011-03-01 Sven SchnelleFix a simple whitespace error in src/include/device...
2011-03-01 Sven SchnelleAdd subsystemid option to sconfig
2010-11-04 Uwe HermannVarious cosmetic and coding style fixes in src/devices.
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-06-17 Myles WatsonAlways enable parent resources before child resources.
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
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-05 Myles Watson1. Move run_bios prototype to device.h
2009-11-06 Myles WatsonRemove drivers/pci/onboard. The only purpose was for...
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-09-29 Myles WatsonRemove some warnings.
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-05-12 Myles WatsonUse the debugging functions to print out the tree and...
2009-05-11 Myles WatsonBring v3-style debug output to v2. Fix a minor typo.
2009-04-01 Stefan ReinauerDrop CONFIG_CHIP_NAME. Those config statements in Confi...
2009-03-13 Stefan ReinauerThis, ladies and gentlement, is commit #4000.
2008-10-29 Stefan ReinauerSupport for the Intel ICH7 southbridge.
2008-02-01 Florentin Demetrescu This patch fixes the decoding of the IO address range...
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-...
2005-01-13 Yinghai Luonboard pci_rom
2004-12-27 Li-Ta Lonow rom_address is one of the resources
2004-12-03 Yinghai Lui2c mux support
2004-11-25 Li-Ta Loupdate comment according to the new DOM
2004-11-18 Eric Biederman- First stab at getting the ppc ports building and...
2004-11-04 Eric Biederman- Update abuild.sh so it will rebuild successfull builds
2004-10-30 Eric Biederman- To reduce confuse rename the parts of linuxbios bios...
2004-10-21 Eric Biederman- Bump the LinuxBIOS major version
2004-10-20 Yinghai LuTyan update to work with new CPU Config
2004-10-16 Eric Biederman- Bump MAX_LINKS to 4 I have actually found an i2c...
2004-10-16 Eric Biederman- First stab at running linuxbios without the old stati...
2004-10-16 Eric Biederman- Fix config.g and the hdama config so everthing builds...
2004-10-14 Eric Biederman- Update the device header files
2004-10-14 Eric Biederman- First pass through with with device tree enhancement...
2004-05-07 Li-Ta Lochange walk_static_devices() to scan_static_bus()
2004-04-29 Li-Ta Lochanged dev->enable to dev->enabled. Sorry, I am the...
2004-03-26 Greg Watsoncleanup code to remove warnings
2004-03-23 Li-Ta LoDoxidization, reformat
2004-03-11 Eric Biederman- Moved hlt() to it's own header.
2003-10-11 Eric Biederman - O2, enums, and switch statements work in romcc
2003-09-02 Eric Biederman- 1.1.4
2003-09-02 Eric Biederman- Major update of the dynamic device tree so it can...
2003-09-01 Eric Biederman- Updates to config.g so that it works more reliably...
2003-07-21 Eric Biederman- First pass at s2880 support.
2003-07-17 Eric Biederman- Implement an enable method for pci devices.
2003-06-12 Eric Biederman- Modify the freebios tree so the pci config space...
2003-04-24 Eric Biederman- Small step forward Linux boots and almost works...