summaryrefslogtreecommitdiff
path: root/include/configs/at91sam9263ek.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-12ARM: at91: change nand flash tableBo Shen1-8/+9
2013-03-12arm: at91/configs: add bootz to configurationNicolas Ferre1-0/+1
2013-03-12arm: at91/configs: add libfdt to configurationNicolas Ferre1-0/+2
2012-10-15COMMON: Use __stringify() instead of xstr()Marek Vasut1-4/+1
2012-09-01at91sam9263ek: fix 'update' scriptAndreas Bießmann1-1/+1
2012-09-01ARM: Remove unused stack and irq config definesRob Herring1-5/+0
2012-07-07AT91SAM9*: Change kernel address in dataflash to match u-boot's sizeAlexandre Belloni1-1/+1
2012-07-07Fix: AT91SAM9263 nor flash usageesw@bus-elektronik.de1-2/+6
2012-06-20hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.cTom Rini1-1/+0
2012-06-20CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place thereTom Rini1-1/+0
2012-05-15include/configs: Remove CONFIG_SYS_64BIT_VSPRINTFTom Rini1-2/+0
2011-11-29Fix Stelian's email addressStelian Pop1-1/+1
2011-10-06board configs: drop NET_MULTI referencesMike Frysinger1-1/+0
2011-08-03AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/masterXu, Hong1-36/+47
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-1/+0
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+0
2010-03-07ARM change name of defines for AT91 arm926ejsAchim Ehrlich1-1/+1
2010-02-12update at91sam9263ek board to new SoC accessJens Scharsig1-44/+44
2010-02-12add a new AT91 GPIO driverJens Scharsig1-0/+1
2010-02-12add new CONFIG_AT91_LEGACYJens Scharsig1-0/+2
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-1/+0
2009-08-18Update the mtd driver name in bootargs for at91-based boardsAlbin Tonnerre1-2/+2
2009-07-22AT91: factor out ROUND() macroWolfgang Denk1-1/+0
2009-07-18NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...Wolfgang Denk1-0/+2
2009-06-21at91sam9263ek: add nor flash supportJean-Christophe PLAGNIOL-VILLARD1-6/+136
2009-06-12at91: move cpu name define to arm/arch/ cpu headerJean-Christophe PLAGNIOL-VILLARD1-1/+0
2009-04-16at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-04-16at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD1-5/+1
2009-04-04at91sam9263ek: enable hush and auto complete supportJean-Christophe PLAGNIOL-VILLARD1-0/+3
2009-04-04at91: move dataflash spi driver to drivers/spiJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-04-04at91: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-04-04Add "source" command; prepare removal of "autoscr" commandWolfgang Denk1-3/+3
2009-03-22at91sam9/at91cap: move nand drivers to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD1-0/+9
2009-03-22at91sam9/at91cap: move common led management to cpuJean-Christophe PLAGNIOL-VILLARD1-0/+6
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger1-1/+0
2009-01-23NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger1-1/+0
2008-12-14Fix new found CFG_Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-12-06at91: Choose environment variables location within make config targetNicolas Ferre1-3/+0
2008-11-21AT91: Enable PLLB for USBStelian Pop1-0/+2
2008-11-21AT91: Use AT91_CPU_CLOCK in displaysStelian Pop1-3/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-35/+35
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-09-11rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-11rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-13drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-05-10AT91: Cleanup unused config header file definitions.Stelian Pop1-2/+0
2008-05-10AT91SAM9263EK: hook up the ATMEL LCD driverStelian Pop1-0/+13
2008-05-10AT91SAM9263EK supportStelian Pop1-0/+195