cbfstool: add aarch64 as a name

Hardware / Coreboot - Ronald G. Minnich [google.com] - 15 September 2014 12:00 UTC

The aarch64 is not really an arm variant, it's sufficiently different that it can be considered (for purposes of cbfs, certainly) to be a new architecture.

Add a constant in cbfs.h and strings to correspond to it. Note that with the new cbfstool support that we added earlier, the actual use of aarch64 ELF files actually "just works" (at least when tested earlier).

Change-Id: Ib4900900d99c9aae6eef858d8ee097709368c4d4 Reviewed-on: https://chromium-review.googlesource.com/180221

5f43184 cbfstool: add aarch64 as a name
util/cbfstool/cbfs.h | 1 +
util/cbfstool/cbfstool.c | 2 +-
util/cbfstool/common.c | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)

Upstream: review.coreboot.org


  • Share