summaryrefslogtreecommitdiff
path: root/Platform/96Boards/Secure96Dxe
AgeCommit message (Collapse)Author
2018-02-28Platform/96Boards/Secure96Dxe: remove /plugin/ from .dtsArd Biesheuvel
Even though the Secure96 device tree source is strictly an overlay, we managed to express it in a way that does not rely on unresolved symbols and other tricks that are only implemented in fairly recent versions of the device tree compiler, and so adding the /plugin/ directive is not only unnecessary, it is harmful because it is only understood by those same recent compiler versions. So remove it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-02-23Platform/96Boards: add a driver for the Secure96 mezzanine boardArd Biesheuvel
Add a driver that describes the Secure96 mezzanine board, and exposes both the information required to describe it to the OS using a DT overlay, and to describe it to UEFI itself. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>