coreboot/src
Sol Boucher 69b88bf127 fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler
This adds a compiler for a language whose textual representation of flashmap
regions will be used to describe the layout of flash chips that contain more
than just a single CBFS. Direct integration with cbfstool (via a new
command-line switch for the create action) is forthcoming but will be added
separately.

BUG=chromium:461875
TEST=Use Chromium OS's cros_bundle_firmware script on the fmap.dts file for
panther. Using the latter file as a reference, write a corresponding
fmap.fmd file and feed it through fmaptool. Run both binary output files
though the flashmap project's own flashmap_decode utility. Observe only
the expected differences.
BRANCH=None

Change-Id: I06b32d138dbef0a4e5ed43c81bd31c796fd5d669
Signed-off-by: Sol Boucher <solb@chromium.org>
Original-Commit-Id: 005ab67eb594e21489cf31036aedaea87e0c7142
Original-Change-Id: Ia08f28688efdbbfc70c255916b8eb7eb0eb07fb2
Original-Signed-off-by: Sol Boucher <solb@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/255031
Original-Reviewed-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Reviewed-on: http://review.coreboot.org/9942
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-05-08 19:55:42 +02:00
..
arch arch/arm64: provide boot_cpu() 2015-05-05 17:49:31 +02:00
console console: rename do_vtxprintf to do_printk_va_list and use it 2015-05-05 17:46:35 +02:00
cpu 3rdparty: move to 3rdparty/blobs 2015-05-05 22:49:18 +02:00
device resource: Adjust memory resources high earlier 2015-05-05 01:26:02 +02:00
drivers kbuild: Use wildcard for driver subdirectories 2015-05-07 19:41:42 +02:00
ec kbuild: automatically include ECs 2015-04-29 18:10:41 +02:00
include cbfs: make cbfs_load_prog_stage_by_offset() public 2015-05-05 17:49:27 +02:00
lib timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMER 2015-05-07 19:52:50 +02:00
mainboard 3rdparty: move to 3rdparty/blobs 2015-05-05 22:49:18 +02:00
northbridge 3rdparty: move to 3rdparty/blobs 2015-05-05 22:49:18 +02:00
soc imgtec/pistachio: Add comment on the unusual memory layout 2015-05-07 13:53:15 +02:00
southbridge 3rdparty: move to 3rdparty/blobs 2015-05-05 22:49:18 +02:00
superio kconfig: drop intermittend forwarder files 2015-04-07 17:40:28 +02:00
vendorcode vboot2: Replace hard coded 'fallback' prefix with Kconfig variable 2015-05-07 13:53:34 +02:00
Kconfig fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler 2015-05-08 19:55:42 +02:00