
On Mon, Jul 17, 2017 at 12:59:11PM -0500, Andrew F. Davis wrote:
Hello all,
This series adds the default environment variables needed to boot K2x family secure devices.
Thanks, Andrew
Andrew F. Davis (2): configs: k2x_evm: Adds FIT loading environment variables configs: k2x_evm: Reorder default boot command
Madan Srinivas (2): configs: k2x_evm: Adds environment variables for secure devices arm: mach-keystone: Updates mon_install for K2G HS
arch/arm/mach-keystone/cmd_mon.c | 8 ++++++-- arch/arm/mach-keystone/include/mach/mon.h | 2 +- arch/arm/mach-keystone/mon.c | 7 ++++--- include/configs/k2e_evm.h | 9 +++++++++ include/configs/k2g_evm.h | 23 ++++++++++++++++++++--- include/configs/k2hk_evm.h | 9 +++++++++ include/configs/ti_armv7_keystone2.h | 30 +++++++++++++++++++++++++++--- 7 files changed, 76 insertions(+), 12 deletions(-)
Overall, we need to look at, as a follow up, moving things into include/environment/ti/, thanks!