Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trusted-firmware-a.mk: pass DTC path similar to u-boot.mk | Daniel Golle | 2022-08-28 | 1 | -0/+1 |
| | | | | | | | | | Instead of relying on dtc being provided by the build host use the dtc from $(LINUX_DIR) similar to how it's done also in u-boot.mk. For this to work kernel.mk now needs to be included before trusted-firmware-a.mk, add this include to all affected packages. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||||
* | arm-trusted-firmware-bcm63xx: add ATF for Broadcom devices | Rafał Miłecki | 2021-12-24 | 1 | -0/+42 |
Right now it includes bcm4908 variant only that is required by BCM4908 family devices with U-Boot. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |