the following patch was just integrated into master: commit a4db050318c52ae59c8914c9bc9ae25e1e344238 Author: Aaron Durbin adurbin@chromium.org Date: Tue Apr 19 21:38:18 2016 -0500
lib: add common write_tables() implementation
In order to de-duplicate common patterns implement one write_tables() function. The new write_tables() replaces all the architecture-specific ones that were largely copied. The callbacks are put in place to handle any per-architecture requirements.
Change-Id: Id3d7abdce5b30f5557ccfe1dacff3c58c59f5e2b Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/14436 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand noreply@raptorengineeringinc.com Reviewed-by: Patrick Georgi pgeorgi@google.com
See https://review.coreboot.org/14436 for details.
-gerrit