aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/device.h
AgeCommit message (Expand)Author
2014-09-05Implement ACPI in a per device wayVladimir Serbinenko
2014-08-30smbios: reorganise OEM strings handling.Vladimir Serbinenko
2014-07-01ROMCC: Fix collision with token name maxKyösti Mälkki
2014-06-27include/device/device.h: Header is ROMCC tentativeEdward O'Callaghan
2014-05-21device_romstage: Add a way to move to the next deviceMartin Roth
2014-05-19Add guard for UMA globalsKyösti Mälkki
2014-05-14intel: Drop obsolete comments on MTRR usageKyösti Mälkki
2014-04-18build rules: Identify build stage with simple variablesKyösti Mälkki
2014-02-09device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko
2014-02-07device_util: Add dev_find_slot_pnp.Vladimir Serbinenko
2013-11-26Add function to encode device path into integerDuncan Laurie
2013-11-08Add new finalize functions for devices and chipsMarc Jones
2013-08-24Add pnp_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-24Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-01Add directive __SIMPLE_DEVICE__Kyösti Mälkki
2013-07-25Redefine pci_bus_default_ops as functionKyösti Mälkki
2013-06-17pnp: Implement common handling for PnP config modesNico Huber
2013-03-29resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]Aaron Durbin
2013-03-23resources: introduce reserved_ram_resource()Aaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2012-11-27Add initialization hook for chipsNico Huber
2012-11-06Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki
2012-11-06Add name field for deviceKyösti Mälkki
2012-10-29Drop get_smbios_data from chip_operationsKyösti Mälkki
2012-10-27Take care of NULL chip_ops->nameKyösti Mälkki
2012-08-27AMD northbridges: factor out CPU allocationKyösti Mälkki
2012-08-08Fix SMBIOS generationStefan Reinauer
2012-08-04Make the device tree available in the rom stageStefan Reinauer
2012-08-03Fix mainboard level enable_dev()Kyösti Mälkki
2012-08-02AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki
2012-08-01Intel Sandybridge: add reserved memory as resourcesKyösti Mälkki
2012-07-27Allocators for different memory regions typesKyösti Mälkki
2012-07-20Allow shutting down internal graphics if plugin graphics are preferredPatrick Georgi
2012-07-16Define global uma_memory variablesKyösti Mälkki
2012-07-16Add global uma_resource()Kyösti Mälkki
2012-07-13MPTAPLE: generate from devicetree.cbSven Schnelle
2012-04-02Add a helper function to determine the number of enabled CPUsStefan Reinauer
2012-03-09Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie
2011-08-26Add automatic SMBIOS table generationSven Schnelle
2011-03-01Fix a simple whitespace error in src/include/device/device.hSven Schnelle
2011-03-01Add subsystemid option to sconfigSven Schnelle
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles 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-051. Move run_bios prototype to device.hMyles Watson
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-05-12Use the debugging functions to print out the tree and resources.Myles Watson
2009-05-11Bring v3-style debug output to v2. Fix a minor typo.Myles Watson
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2008-10-29Support for the Intel ICH7 southbridge.Stefan Reinauer
2008-02-01 This patch fixes the decoding of the IO address range 0x0820->0x0827 into theFlorentin Demetrescu
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)
2005-01-13onboard pci_romYinghai Lu
2004-12-27now rom_address is one of the resourcesLi-Ta Lo
2004-12-03i2c mux supportYinghai Lu
2004-11-25update comment according to the new DOMLi-Ta Lo
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman
2004-11-04- Update abuild.sh so it will rebuild successfull buildsEric Biederman
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman
2004-10-21- Bump the LinuxBIOS major versionEric Biederman
2004-10-20Tyan update to work with new CPU ConfigYinghai Lu
2004-10-16- Bump MAX_LINKS to 4 I have actually found an i2c bridge that needs thisEric Biederman
2004-10-16- First stab at running linuxbios without the old static device tree.Eric Biederman
2004-10-16- Fix config.g and the hdama config so everthing builds again.Eric Biederman
2004-10-14- Update the device header filesEric Biederman
2004-10-14- First pass through with with device tree enhancement merge. Most of the me...Eric Biederman
2004-05-07change walk_static_devices() to scan_static_bus()Li-Ta Lo
2004-04-29changed dev->enable to dev->enabled. Sorry, I am the only one who can't speakLi-Ta Lo
2004-03-26cleanup code to remove warningsGreg Watson
2004-03-23Doxidization, reformatLi-Ta Lo
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-10-11 - O2, enums, and switch statements work in romccEric Biederman
2003-09-02- 1.1.4Eric Biederman
2003-09-02- Major update of the dynamic device tree so it can handleEric Biederman
2003-09-01- Updates to config.g so that it works more reliably and has initial supportEric Biederman
2003-07-21- First pass at s2880 support.Eric Biederman
2003-07-17- Implement an enable method for pci devices.Eric Biederman
2003-06-12- Modify the freebios tree so the pci config space api is mostly in sync betweenEric Biederman
2003-04-24- Small step forward Linux boots and almost works...Eric Biederman