FMAP should not contain information about the memory map.
Done with the following command:
"find -name \*.fmd -exec sed -i 's/\(FLASH\).* \(.*\) /\1 \2 /' {} \;"
for AMD:
All addresses that amdfwtool expects as command line parameter have the
ADDR_REL_BIOS (flash address) address_mode setting. One exception is
the *_FW_A_POSITION and *_FW_B_POSITION addresses. But amdfwtool checks
if memory or flash addresses are passed and converts accordingly. So
changing the address from memory -> flash doesn't matter for the
resulting binary.
Since commit
|
||
|---|---|---|
| .. | ||
| acpi | ||
| spd | ||
| acpi_tables.c | ||
| board_info.txt | ||
| chromeos.c | ||
| chromeos.fmd | ||
| cmos.layout | ||
| devicetree.cb | ||
| dsdt.asl | ||
| early_init.c | ||
| ec.c | ||
| ec.h | ||
| gma-mainboard.ads | ||
| gpio.c | ||
| hda_verb.c | ||
| Kconfig | ||
| Kconfig.name | ||
| mainboard.c | ||
| Makefile.mk | ||
| onboard.h | ||
| smihandler.c | ||
| thermal.h | ||