summaryrefslogtreecommitdiff
path: root/board/atmel/at91sam9263ek/at91sam9263ek.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-3/+3
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini1-2/+2
2022-10-30video: Drop atmel LCD codeSimon Glass1-63/+0
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass1-45/+0
2022-08-04Audit <flash.h> inclusionTom Rini1-2/+1
2022-06-28board: atmel: remove calls to debug_uart_initEugen Hristev1-3/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move reset_phy() to net.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-05board: at91sam9263ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com1-4/+0
2017-07-12board: atmel: use get_nand_dev_by_index()Grygorii Strashko1-1/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-05-09board: at91sam9263ek: Enable early debug UARTWenyou Yang1-0/+13
2017-05-09board: at91sam9263ek: Clean up codeWenyou Yang1-59/+0
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-4/+4
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-1/+1
2016-02-18board: atmel: clean up peripheral clock codeWenyou Yang1-16/+7
2014-06-12cosmetic: atmel: replace old style struct initJeroen Hofstee1-14/+14
2014-03-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+10
2014-03-09at91sam9263ek: add mmc supportAndreas Henriksson1-0/+10
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin1-1/+1
2013-12-02arm926ejs, at91: add common phy_reset functionHeiko Schocher1-17/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-09-01at91sam9263ek: remove unnecessary console_init_fAndreas Bießmann1-3/+0
2012-07-07Fix: broken boot message at serial line on AT91SAM9263-EK boardesw@bus-elektronik.de1-1/+1
2011-11-29Fix Stelian's email addressStelian Pop1-1/+1
2011-08-03AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/masterXu, Hong1-21/+35
2010-07-12Write MAC address automatically on MACB-based boardsBen Warren1-7/+0
2010-03-07ARM change name of defines for AT91 arm926ejsAchim Ehrlich1-1/+1
2010-02-12update at91sam9263ek board to new SoC accessJens Scharsig1-75/+76
2009-07-06at91sam9260/9263: add back up for the rst(reset controller).Sedji Gaouaou1-1/+5
2009-06-21at91sam9263ek: add nor flash supportJean-Christophe PLAGNIOL-VILLARD1-1/+18
2009-04-16at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD1-1/+2
2009-03-22at91sam9/at91cap: move nand drivers to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-03-22at91sam9/at91cap: move common macb initialisation to cpuJean-Christophe PLAGNIOL-VILLARD1-22/+1
2009-03-22at91sam9/at91cap: move common usb host initialisation to cpuJean-Christophe PLAGNIOL-VILLARD1-10/+1
2009-03-22at91sam9/at91cap: move common spi initialisation to cpuJean-Christophe PLAGNIOL-VILLARD1-15/+2
2009-03-22at91sam9/at91cap: move common serial initialisation to cpuJean-Christophe PLAGNIOL-VILLARD1-28/+2
2008-11-21AT91: Use AT91_CPU_CLOCK in displaysStelian Pop1-1/+1
2008-11-07AT91: Replace AT91_BASE_EMAC by the board specific values.Stelian Pop1-1/+1
2008-11-07AT91: Replace (undefined) AT91_ID_US* by the board specific values.Stelian Pop1-3/+3
2008-10-27lcd: Let the board code show board-specific infoHaavard Skinnemoen1-0/+29
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-03Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()Ben Warren1-0/+11
2008-07-05[AT91SAM9] Fix NAND FLASH timingsPatrice Vilchez1-2/+2
2008-07-05Fix boot from NOR due to incorrect reset delay.Stelian Pop1-1/+6
2008-05-10AT91SAM9263EK: hook up the ATMEL LCD driverStelian Pop1-0/+65