summaryrefslogtreecommitdiff
path: root/src/include/device/resource.h
AgeCommit message (Expand)Author
2020-09-14src/include: Drop unneeded empty linesElyes HAOUAS
2020-05-28device: Enable resource allocation above 4G boundary with allocator v4Furquan Shaikh
2020-05-26device: Move resource allocation into a separate compilation unitFurquan Shaikh
2020-05-16Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh
2020-05-12device: Enable resource allocation above 4G boundaryFurquan Shaikh
2019-07-31device: Constify `dev` argument to (probe|find)_resource()Nico Huber
2017-04-25lib: provide clearer devicetree semanticsAaron Durbin
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Fix space between type, * and variable nameLee Leahy
2017-03-12src/include: Remove spaces before ( and after )Lee Leahy
2017-03-09src/include: Add space after commaLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2015-06-10resource: Refactor IORESOURCE flags useKyösti Mälkki
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-02-06MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko
2013-03-29resources: introduce IORESOURCE_WRCOMBAaron Durbin
2013-03-29resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]Aaron Durbin
2012-08-27Drop unused ISA Pnp definitionsKyösti Mälkki
2012-08-04Make the device tree available in the rom stageStefan Reinauer
2012-08-01Intel Sandybridge: add reserved memory as resourcesKyösti Mälkki
2012-07-16Change uma_resource() to use new type IORESOURCE_UMA_FB.Kyösti Mälkki
2010-09-23Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer
2010-09-09Add support for reserved regions to resources and coreboot tables.Myles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2005-07-08eric patchYinghai Lu
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman
2004-10-14- Update the device header filesEric Biederman
2004-03-19number of bits should be called log 2 rather than base 2Li-Ta Lo
2004-03-11- Moved hlt() to it's own header.Eric 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