opengnsys_ipxe/src
Michael Brown dbfa13ff2c [settings] Expose PCI configuration space via settings mechanism
Allow values to be read from PCI configuration space using the syntax

  ${pci/<busdevfn>.<offset>.<length>}

where <busdevfn> is the bus:dev.fn address of the PCI device
(expressed as a single integer, as returned by ${net0/busloc}),
<offset> is the offset within PCI configuration space, and <length> is
the length within PCI configuration space.

Values are returned in reverse byte order, since PCI configuration
space is little-endian by definition.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2013-07-13 12:46:18 +02:00
..
arch [linux] Add support for accessing PCI configuration space via /proc/bus/pci 2013-07-13 12:44:45 +02:00
bin
config [settings] Expose PCI configuration space via settings mechanism 2013-07-13 12:46:18 +02:00
core [settings] Add "busdevfn" setting type 2013-07-12 22:38:19 +02:00
crypto [crypto] Accept OCSP responses containing multiple certificates 2013-05-29 16:41:58 +01:00
doc
drivers [settings] Expose PCI configuration space via settings mechanism 2013-07-13 12:46:18 +02:00
hci
image
include [settings] Expose PCI configuration space via settings mechanism 2013-07-13 12:46:18 +02:00
interface [linux] Add support for accessing PCI configuration space via /proc/bus/pci 2013-07-13 12:44:45 +02:00
libgcc
net [netdevice] Add "bustype" and "busloc" settings 2013-07-12 22:38:19 +02:00
tests [settings] Add "busdevfn" setting type 2013-07-12 22:38:19 +02:00
usr [autoboot] Use next-server from filename's settings block 2013-06-24 16:14:36 +01:00
util
.gitignore
Makefile [build] Add efidrv.cab target for UEFI Secure Boot signing 2013-05-14 20:46:53 +01:00
Makefile.housekeeping [build] Add efidrv.cab target for UEFI Secure Boot signing 2013-05-14 20:46:53 +01:00
doxygen.cfg