
On 7/24/23 14:35, Mihai Sain wrote:
Add initial support for sama5d29_curiosity board.
Hardware: SoC: SAMA5D29 500 MHz DRAM: LPDDR2 512 MiB PMIC: MCP16502 Debug: UART0 Flash: QSPI NOR 8 MiB RGB LCD connector Mikrobus connectors x 2 SD-Card connectors x 2 USB 2.0 x 2
Changes in v2:
The version changes must be written after the `---` dashes, such that they will not land in the commit message. I fixed this for you.
- Remove CONFIG_SYS_PROMPT and CONFIG_SYS_PROMPT_HUSH_PS2
- Remove CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_SDRAM_SIZE
Signed-off-by: Mihai Sain mihai.sain@microchip.com
[snip]
diff --git a/board/atmel/sama5d29_curiosity/MAINTAINERS b/board/atmel/sama5d29_curiosity/MAINTAINERS new file mode 100644 index 0000000000..110c3d2874 --- /dev/null +++ b/board/atmel/sama5d29_curiosity/MAINTAINERS @@ -0,0 +1,8 @@ +SAMA5D29 CURIOSITY BOARD +M: Mihai Sain mihai.sain@microchip.com +S: Maintained +F: board/atmel/sama5d29_curiosity.c +F: include/configs/sama5d29_curiosity.h +F: configs/sama5d29_curiosity_mmc_defconfig +F: configs/sama5d29_curiosity_mmc1_defconfig +F: configs/sama5d29_curiosity_qspiflash_defconfig
New requirement is to have the DT files added to this list as well
I added them for you,
and applied to u-boot-at91/next , thanks !