aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-07-08 19:05:54 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-07-14 14:40:08 -0400
commit4d204362b6e2d87ad82f71c076db7cba4d82d301 (patch)
tree3b856ca436080f87026bc5c458b6789ec519fd7f /docs
parent17856452431eaa1f12da4e147cd06d7ac7f5aea0 (diff)
downloadseabios-4d204362b6e2d87ad82f71c076db7cba4d82d301.tar.gz
coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointer
If CONFIG_CBFS_LOCATION is set to a non-zero value then it means the CBFS flash is not at the very end of memory. In this case, it's unclear if the anchor pointer is an absolute pointer or if it is relative to CONFIG_CBFS_LOCATION. Some devices have been using absolute pointers, but it appears some devices are now using relative pointers there. Since the anchor pointer almost always points to a structure in the last 64K of the rom, it should be possible to auto-detect if the pointer is relative or not. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions