the following patch was just integrated into master: commit e8845922092849c438685ee3ea580ad63537c6c7 Author: Aaron Durbin adurbin@chromium.org Date: Tue Mar 8 10:47:18 2016 -0600
lib/memrange: add function to initialize range_entry
In order to enforce the semantics of struct range_entry provide an init function, range_entry_init(), which performs the field initialization to adhere to the internal struture's assumptions.
Change-Id: I24b9296e5bcf4775974c9a8d6326717608190215 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/13956 Reviewed-by: Furquan Shaikh furquan@google.com Tested-by: build bot (Jenkins) Reviewed-by: Andrey Petrov andrey.petrov@intel.com
See https://review.coreboot.org/13956 for details.
-gerrit