index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
device
/
resource.h
Age
Commit message (
Expand
)
Author
2019-07-31
device: Constify `dev` argument to (probe|find)_resource()
Nico Huber
2017-04-25
lib: provide clearer devicetree semantics
Aaron Durbin
2017-03-13
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-13
src/include: Fix space between type, * and variable name
Lee Leahy
2017-03-12
src/include: Remove spaces before ( and after )
Lee Leahy
2017-03-09
src/include: Add space after comma
Lee Leahy
2017-03-09
src/include: Fix unsigned warnings
Lee Leahy
2015-06-10
resource: Refactor IORESOURCE flags use
Kyösti Mälkki
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2014-02-06
MTRR: Mark all prefetchable resources as WRCOMB.
Vladimir Serbinenko
2013-03-29
resources: introduce IORESOURCE_WRCOMB
Aaron Durbin
2013-03-29
resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]
Aaron Durbin
2012-08-27
Drop unused ISA Pnp definitions
Kyösti Mälkki
2012-08-04
Make the device tree available in the rom stage
Stefan Reinauer
2012-08-01
Intel Sandybridge: add reserved memory as resources
Kyösti Mälkki
2012-07-16
Change uma_resource() to use new type IORESOURCE_UMA_FB.
Kyösti Mälkki
2010-09-23
Fix some wrong capitalizations, reformat comments, fix a typo.
Stefan Reinauer
2010-09-09
Add support for reserved regions to resources and coreboot tables.
Myles Watson
2010-05-21
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2005-07-08
eric patch
Yinghai Lu
2004-10-30
- To reduce confuse rename the parts of linuxbios bios that run from
Eric Biederman
2004-10-14
- Update the device header files
Eric Biederman
2004-03-19
number of bits should be called log 2 rather than base 2
Li-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 handle
Eric Biederman
2003-04-24
- Small step forward Linux boots and almost works...
Eric Biederman