commit | 5481c961b265ef5128ab67b24d0416df22d1f693 | [log] [tgz] |
---|---|---|
author | Aaron Durbin <adurbin@chromium.org> | Tue Apr 19 20:37:51 2016 -0500 |
committer | Aaron Durbin <adurbin@chromium.org> | Thu Apr 21 20:48:14 2016 +0200 |
tree | 1be924448edad0662da489319fa2405c14a3b03d | |
parent | d4afa938c3f8b72e2d3572dc74d60b731f4ddeb0 [diff] |
lib/coreboot_table: add architecture hooks for adding tables Add a architecture specific function, arch_write_tables(), that allows an architecture to add its required tables for booting. This callback helps write_tables() to be de-duplicated. Change-Id: I805c2f166b1e75942ad28b6e7e1982d64d2d5498 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/14435 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>