summaryrefslogtreecommitdiffstats
path: root/src/include/device/resource.h
Commit message (Expand)AuthorAgeFilesLines
* include: Add SPDX-License-Identifiers to files missing themMartin Roth2022-08-011-0/+2
* device: Add log_resource()Kyösti Mälkki2022-05-241-0/+9
* device: Add support for PCIe Resizable BARsTim Wawrzynczak2022-02-161-2/+3
* device: Clean up resource utility function signaturesKyösti Mälkki2021-07-011-22/+18
* src/include: Drop unneeded empty linesElyes HAOUAS2020-09-141-1/+0
* device: Enable resource allocation above 4G boundary with allocator v4Furquan Shaikh2020-05-281-0/+2
* device: Move resource allocation into a separate compilation unitFurquan Shaikh2020-05-261-0/+20
* Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh2020-05-161-2/+0
* device: Enable resource allocation above 4G boundaryFurquan Shaikh2020-05-121-0/+2
* device: Constify `dev` argument to (probe|find)_resource()Nico Huber2019-07-311-2/+4
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-1/+1
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-11/+18
* src/include: Fix space between type, * and variable nameLee Leahy2017-03-131-5/+5
* src/include: Remove spaces before ( and after )Lee Leahy2017-03-121-1/+1
* src/include: Add space after commaLee Leahy2017-03-091-2/+2
* src/include: Fix unsigned warningsLee Leahy2017-03-091-3/+3
* resource: Refactor IORESOURCE flags useKyösti Mälkki2015-06-101-0/+2
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-0/+6
* MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko2014-02-061-1/+0
* resources: introduce IORESOURCE_WRCOMBAaron Durbin2013-03-291-1/+1
* resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]Aaron Durbin2013-03-291-2/+0
* Drop unused ISA Pnp definitionsKyösti Mälkki2012-08-271-36/+1
* Make the device tree available in the rom stageStefan Reinauer2012-08-041-1/+2
* Intel Sandybridge: add reserved memory as resourcesKyösti Mälkki2012-08-011-0/+1
* Change uma_resource() to use new type IORESOURCE_UMA_FB.Kyösti Mälkki2012-07-161-0/+2
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-1/+1
* Add support for reserved regions to resources and coreboot tables.Myles Watson2010-09-091-0/+1
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-0/+1
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-5/+10
* eric patchYinghai Lu2005-07-081-0/+3
* - To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman2004-10-301-0/+10
* - Update the device header filesEric Biederman2004-10-141-3/+20
* number of bits should be called log 2 rather than base 2Li-Ta Lo2004-03-191-2/+2
* - Moved hlt() to it's own header.Eric Biederman2004-03-111-3/+3
* - Major update of the dynamic device tree so it can handleEric Biederman2003-09-021-2/+6
* - Small step forward Linux boots and almost works...Eric Biederman2003-04-241-0/+70