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 132c391712 [romprefix] Add .mrom format, allowing loading of large ROMs
Add an infrastructure allowing the prefix to provide an open_payload()
method for obtaining out-of-band access to the whole iPXE image.  Add
a mechanism within this infrastructure that allows raw access to the
expansion ROM BAR by temporarily borrowing an address from a suitable
memory BAR on the same PCI card.

For cards that have a memory BAR that is at least as large as their
expansion ROM BAR, this allows large iPXE ROMs to be supported even on
systems where PMM fails, or where option ROM space pressure makes it
impossible to use PMM shrinking.  The BIOS sees only a stub ROM of
approximately 3kB in size; the remainder (which can be well over 64kB)
is loaded only at the time iPXE is invoked.

As a nice side-effect, an iPXE .mrom image will continue to work even
if its PMM-allocated areas are overwritten between initialisation and
invocation.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-04-25 16:37:06 +01:00
..
arch [romprefix] Add .mrom format, allowing loading of large ROMs 2010-04-25 16:37:06 +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 [main] Match "starting execution" and "initialising devices" message style 2010-04-25 01:50:46 +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] Add .mrom format, allowing loading of large ROMs 2010-04-25 16:37:06 +01:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [build] Replace obsolete makerom.pl with quick script using Option::ROM 2010-04-25 02:54:12 +01:00
Makefile.housekeeping [build] Replace obsolete makerom.pl with quick script using Option::ROM 2010-04-25 02:54:12 +01:00
doxygen.cfg [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00