aboutsummaryrefslogtreecommitdiff
path: root/include/configs/atstk1002.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-31mmc: move CONFIG_GENERIC_MMC to KconfigMasahiro Yamada1-1/+0
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay1-1/+0
2017-01-25Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass1-1/+0
2016-12-29mmc: complete unfinished move of CONFIG_MMCMasahiro Yamada1-1/+0
2016-06-09common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionHeiko Schocher1-1/+0
2016-04-25configs: Re-sync with cmd/KconfigTom Rini1-4/+0
2016-04-25include/configs: Whitespace fixupTom Rini1-1/+0
2016-04-25configs: Re-sync almost all of cmd/KconfigTom Rini1-1/+0
2015-08-13kconfig: add config option for shell promptNikita Kiryanov1-1/+0
2015-06-25Move defaults from config_cmd_default.h to KconfigJoe Hershberger1-6/+0
2015-06-15avr32: move CONFIG_SYS_GENERIC_BOARD to KconfigMasahiro Yamada1-1/+0
2015-06-08autoboot.c: Move config options to KconfigStefan Roese1-10/+0
2015-02-17atstk1002: enable generic boardAndreas Bießmann1-0/+4
2015-02-17avr32: use dlmalloc for DMA buffersAndreas Bießmann1-1/+0
2014-01-24avr32: move CONFIG_AVR32 definition to arch/avr32/config.mkMasahiro Yamada1-1/+0
2013-11-04config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring1-6/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-02avr32: allow multi block mmc access for all boardsAndreas Bießmann1-1/+0
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle1-1/+3
2011-10-05board configs: drop NET_MULTI referencesMike Frysinger1-1/+0
2011-07-04atstk100x: switch to common cfi driverAndreas Bießmann1-7/+2
2011-05-18atstk100x: move CONFIG_SYS_TEXT_BASE to headerAndreas Bießmann1-0/+1
2011-05-18atstk1002: fix "#define XXXX 1"Andreas Bießmann1-24/+24
2011-05-18avr32: fixup definitions to ATMEL_BASE_xxxAndreas Bießmann1-4/+2
2011-05-18avr32: rename memory-map.h -> hardware.hAndreas Bießmann1-1/+1
2010-09-03avr32: Add simple paging supportHaavard Skinnemoen1-0/+3
2009-04-03Add "source" command; prepare removal of "autoscr" commandWolfgang Denk1-1/+1
2008-12-17Merge branch 'fixes' into cleanupsHaavard Skinnemoen1-46/+46
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-44/+44
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-01avr32: refactor the portmux/gpio codeHaavard Skinnemoen1-1/+1
2008-08-13drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-31Fix printf() format problems with configurable promptsWolfgang Denk1-2/+2
2008-07-10avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driverHaavard Skinnemoen1-0/+1
2008-05-27avr32: Rework SDRAM initialization codeHaavard Skinnemoen1-6/+7
2008-05-27avr32: stk1002 and ngw100 convergenceDavid Brownell1-3/+3
2008-02-05ATSTK1002: Use SDRAM + 4MB as default load addressHaavard Skinnemoen1-2/+2
2007-11-01ATSTK1002: Remove default ethernet addressesHaavard Skinnemoen1-8/+3
2007-10-02Fix memtest breakageHaavard Skinnemoen1-6/+2
2007-10-02Merge commit 'origin/master'Haavard Skinnemoen1-2/+1
2007-09-18Update atstk1002 bootargs.Eirik Aanonsen1-1/+1
2007-09-18Add some comments to clocks in atstk1002.hEirik Aanonsen1-2/+20
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk1-2/+1
2007-08-30Reduce BOOTDELAY variable to 1 second by default for STK1002Hans-Christian Egtvedt1-1/+1
2007-08-30Remove double quotation marks around MAC address for STK1002Hans-Christian Egtvedt1-2/+2
2007-07-09include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI...Jon Loeliger1-2/+6
2007-07-05Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk1-3/+0
2007-07-05include/configs: Use new CONFIG_CMD_* in various a* named board config files.Jon Loeliger1-38/+19
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.Wolfgang Denk1-20/+49