MA-10337-1 Support ATX in u-boot
authorji.luo <ji.luo@nxp.com>
Sat, 2 Sep 2017 09:55:12 +0000 (17:55 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:20 +0000 (02:37 +0800)
commitda08277907ed466933a14933cad2449e4ebf4ffe
tree69f846e54d5433203e70769045450798318161f5
parent503f7c89fada1c03fc93311c952be2331bcb7553
MA-10337-1 Support ATX in u-boot

This patch did:
1.Hard code the permanent attribute into u-boot.
2.Store first 112 bits of sha256(permanent attribute) hash into fuse.
(CONFIG_AVB_FUSE was removed because it's an irreversible operation)
3.Implement platform-specific operations defined in avb_atx_ops.h.

Change-Id: I65de9860e7c5ca1f7ebfbd87300faee0ccacaac3
Signed-off-by: ji.luo <ji.luo@nxp.com>
drivers/usb/gadget/f_fastboot.c [changed mode: 0755->0644]
include/configs/mx6ul_nxpu_iopb_android_things.h
include/configs/mx6ul_spriot_android_things.h
include/configs/pico-imx6dl_android_things.h
include/configs/pico-imx7dandroidthings.h
include/configs/picosom-imx6ul_android_things.h
lib/avb/fsl/fsl_atx_attributes.h [new file with mode: 0644]
lib/avb/fsl/fsl_avbkey.c [changed mode: 0755->0644]
lib/avb/fsl/fsl_avbkey.h