summaryrefslogtreecommitdiff
path: root/board/google/chameleonv3
AgeCommit message (Collapse)Author
2025-05-29google: Include env.h to permit reading the environmentSimon Glass
This file reads from the environment but does not include the correct header. Update it. Signed-off-by: Simon Glass <[email protected]>
2023-02-22socfpga: chameleonv3: Move environment to a text filePaweł Anikiel
Move the environment to an easily editable text file in the boot partition Signed-off-by: Paweł Anikiel <[email protected]> Reviewed-by: Simon Glass <[email protected]>
2022-07-01chameleonv3: Add MAINTAINERS fileTom Rini
This file was missing, add. Signed-off-by: Tom Rini <[email protected]>
2022-07-01board: Add Chameleonv3 board dirPaweł Anikiel
Add board directory for Google Chameleon V3 board Signed-off-by: Paweł Anikiel <[email protected]> Reviewed-by: Simon Glass <[email protected]>