u-boot/board/nm/common
Alexandre Bard aaa1570223 WIP: binman support
I copy pasted some content from other binman files and included
k3-binman.dtsi

Current problem is that the common dtsi from TI are looking for files in
board/ti, so I had to copy or symlink them to board/nm to have it build:

 - board/nm/am64x => already present, some files were copied from
                     board/ti/am64x
 - board/nm/common => copy from board/ti/common
 - board/nm/keys => symlink to board/ti/keys

Build command:
make -j 20 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=r5 BL31=../arm-trusted-firmware/build/k3/lite/release/bl31.bin TEE=../ti-optee-os/out/arm-plat-k3/core/tee-pager_v2.bin BINMAN_INDIRS="../a53 ../../ti-linux-firmware
2023-12-28 10:44:48 +01:00
..
Kconfig
Makefile
board_detect.c
board_detect.h
cape_detect.c
cape_detect.h
k3_dfu.c WIP: binman support 2023-12-28 10:44:48 +01:00
rtc.c
schema.yaml