summaryrefslogtreecommitdiff
path: root/board/atmel
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini16-48/+48
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini7-14/+14
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass8-8/+8
2022-10-30video: Drop atmel LCD codeSimon Glass5-299/+0
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass5-159/+0
2022-10-18dm: treewide: Use uclass_next_device_err when accessing second deviceMichal Suchanek1-1/+1
2022-09-19board: sam9x60_curiosity: add pda detect call at init timeDurai Manickam KR1-0/+4
2022-08-21net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini1-35/+0
2022-08-04Audit <flash.h> inclusionTom Rini1-2/+1
2022-06-28board: atmel: remove calls to debug_uart_initEugen Hristev19-60/+0
2022-04-26configs: Add sam9x60_curiosity_mmc_defconfigDurai Manickam KR1-0/+1
2022-04-26board: Add sam9x60_curiosity supportDurai Manickam KR4-0/+103
2022-04-08at91: Remove unused LED codeTom Rini10-132/+0
2022-04-04Merge tag 'u-boot-at91-2022.07-a' of https://source.denx.de/u-boot/custodians...Tom Rini5-0/+45
2022-04-01Convert CONFIG_SYS_USE_NORFLASH et al to KconfigTom Rini1-0/+3
2022-04-01board: at91: sama5d2: set blue led on at boot timeMihai Sain5-0/+45
2022-03-18atmel: Remove CONFIG_AT91SAM9G45_LCD_BASETom Rini1-1/+2
2022-03-18atmel: Remove CONFIG_AT91SAM9G45EKESTom Rini1-4/+0
2022-03-18Convert CONFIG_AT91SAM9G10EK et al to KconfigTom Rini1-0/+14
2022-03-18Convert CONFIG_AT91SAM9G20EK et al to KconfigTom Rini1-0/+15
2022-01-13board: sama7g5ek: set blue led on at boot timeMihai Sain1-0/+9
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-23Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini3-8/+16
2021-09-21configs: sama5d2: add qspi config for QSPI1Mihai Sain1-0/+1
2021-09-21board: sama5d2_xplained: Get dram size and base from device treeClément Léger1-4/+7
2021-09-21board: sama5d27_som1_ek: Get dram size and base from device treeClément Léger1-4/+8
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-07-08arm: Remove at91rm9200ek boardsTom Rini5-160/+0
2021-06-14board: sama5d3_xplained: add Falcon boot supportMichael Opdenacker1-0/+7
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass20-0/+20
2021-01-22board: atmel: Add SAMA5D27 giant boardGreg Gallagher1-0/+6
2021-01-07board: atmel: sama7g5ek: add support for MAC address retreivalEugen Hristev1-5/+13
2021-01-07configs: sama7g5: add mmc config for sdmmc0Eugen Hristev1-0/+1
2021-01-07board: atmel: sama7g5ek: add initial support for sama7g5ekEugen Hristev4-0/+97
2020-09-22board: atmel: common: introduce at91_set_eth1addr for second interfaceEugen Hristev1-0/+33
2020-08-04w1: Drop dm.h header fileSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada3-3/+3
2020-06-04Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini3-0/+6
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop net.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-06board: atmel: Fix compiler warning 'board_usb_hw_init()' not usedJosef Lusticky3-0/+6
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass9-0/+9
2020-01-17common: Move reset_phy() to net.hSimon Glass3-0/+3
2019-12-17board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flashTudor Ambarus3-0/+131
2019-12-03board: Remove unnecessary inclusion of micrel.h from boardsJames Byrne1-2/+0
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move some board functions out of common.hSimon Glass9-0/+9
2019-12-03Move strtomhz() to vsprintf.hSimon Glass6-0/+6