This is third patch set series prepared on top of second patch set ("add basic driver support for broadcom NS3 soc").
This patch set enables FIT config and add FIT image its files and keys. Pramod Kumar (2): board: ns3: add FIT image its file board: ns3: add development keys used in FIT Rayagonda Kokatanur (1): configs: ns3: enable FIT config board/broadcom/bcmns3/fit/keys/dev.crt | 21 +++++++++ board/broadcom/bcmns3/fit/keys/dev.key | 28 ++++++++++++ board/broadcom/bcmns3/fit/multi.its | 59 ++++++++++++++++++++++++++ configs/bcm_ns3_defconfig | 5 +++ 4 files changed, 113 insertions(+) create mode 100644 board/broadcom/bcmns3/fit/keys/dev.crt create mode 100644 board/broadcom/bcmns3/fit/keys/dev.key create mode 100644 board/broadcom/bcmns3/fit/multi.its -- 2.17.1