david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 329686c026 [romprefix] Remove .xrom prefix
The .xrom prefix provides an experimental mechanism for loading ROM
images greater than 64kB in size by mapping the expansion ROM BAR in
at a hopefully-unused address.  This is unreliable, and potentially
dangerous.  In particular, there is no guarantee that any PCI bridges
between the CPU and the device will respond to accesses for the
"unused" memory region that is chosen, and it is possible that the
process of scanning for the "unused" memory region may end up issuing
reads to other PCI devices.  If this ends up trampling on a register
with read side-effects belonging to an unrelated PCI device, this may
cause undefined behaviour.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-04-19 23:43:48 +01:00
..
arch [romprefix] Remove .xrom prefix 2010-04-19 23:43:48 +01:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
core [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
crypto [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
hci [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
image [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
include [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
interface [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
tests [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
usr [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
util [romprefix] Remove .xrom prefix 2010-04-19 23:43:48 +01:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
Makefile.housekeeping [romprefix] Remove .xrom prefix 2010-04-19 23:43:48 +01:00
doxygen.cfg [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00