Age | Commit message (Expand) | Author |
2017-05-22 | Convert CONFIG_CMD_JFFS2 to Kconfig | Simon Glass |
2017-04-06 | Remove various unused interrupt related code | Tom Rini |
2017-03-19 | Kconfig: Migrate CONFIG_BAUDRATE | Philipp Tomsich |
2017-01-31 | mmc: move CONFIG_GENERIC_MMC to Kconfig | Masahiro Yamada |
2017-01-28 | disk: convert CONFIG_DOS_PARTITION to Kconfig | Patrick Delaunay |
2017-01-25 | Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig | Simon Glass |
2016-12-29 | mmc: complete unfinished move of CONFIG_MMC | Masahiro Yamada |
2016-06-09 | common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option | Heiko Schocher |
2016-04-25 | configs: Re-sync with cmd/Kconfig | Tom Rini |
2016-04-25 | include/configs: Whitespace fixup | Tom Rini |
2016-04-25 | configs: Re-sync almost all of cmd/Kconfig | Tom Rini |
2015-08-13 | kconfig: add config option for shell prompt | Nikita Kiryanov |
2015-06-25 | Move defaults from config_cmd_default.h to Kconfig | Joe Hershberger |
2015-06-15 | avr32: move CONFIG_SYS_GENERIC_BOARD to Kconfig | Masahiro Yamada |
2015-06-08 | autoboot.c: Move config options to Kconfig | Stefan Roese |
2015-02-17 | atstk1002: enable generic board | Andreas Bießmann |
2015-02-17 | avr32: use dlmalloc for DMA buffers | Andreas Bießmann |
2014-01-24 | avr32: move CONFIG_AVR32 definition to arch/avr32/config.mk | Masahiro Yamada |
2013-11-04 | config: remove platform CONFIG_SYS_HZ definition part 2/2 | Rob Herring |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2012-11-02 | avr32: allow multi block mmc access for all boards | Andreas Bießmann |
2012-03-13 | ATMEL: use generic mmc framework | Sven Schnelle |
2011-10-05 | board configs: drop NET_MULTI references | Mike Frysinger |
2011-07-04 | atstk100x: switch to common cfi driver | Andreas Bießmann |
2011-05-18 | atstk100x: move CONFIG_SYS_TEXT_BASE to header | Andreas Bießmann |
2011-05-18 | atstk1002: fix "#define XXXX 1" | Andreas Bießmann |
2011-05-18 | avr32: fixup definitions to ATMEL_BASE_xxx | Andreas Bießmann |
2011-05-18 | avr32: rename memory-map.h -> hardware.h | Andreas Bießmann |
2010-09-03 | avr32: Add simple paging support | Haavard Skinnemoen |
2009-04-03 | Add "source" command; prepare removal of "autoscr" command | Wolfgang Denk |
2008-12-17 | Merge branch 'fixes' into cleanups | Haavard Skinnemoen |
2008-10-18 | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD |
2008-09-10 | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD |
2008-09-10 | rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH | Jean-Christophe PLAGNIOL-VILLARD |
2008-09-01 | avr32: refactor the portmux/gpio code | Haavard Skinnemoen |
2008-08-13 | drivers/mtd: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD |
2008-07-31 | Fix printf() format problems with configurable prompts | Wolfgang Denk |
2008-07-10 | avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver | Haavard Skinnemoen |
2008-05-27 | avr32: Rework SDRAM initialization code | Haavard Skinnemoen |
2008-05-27 | avr32: stk1002 and ngw100 convergence | David Brownell |
2008-02-05 | ATSTK1002: Use SDRAM + 4MB as default load address | Haavard Skinnemoen |
2007-11-01 | ATSTK1002: Remove default ethernet addresses | Haavard Skinnemoen |
2007-10-02 | Fix memtest breakage | Haavard Skinnemoen |
2007-10-02 | Merge commit 'origin/master' | Haavard Skinnemoen |
2007-09-18 | Update atstk1002 bootargs. | Eirik Aanonsen |
2007-09-18 | Add some comments to clocks in atstk1002.h | Eirik Aanonsen |
2007-09-15 | Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global | Wolfgang Denk |
2007-08-30 | Reduce BOOTDELAY variable to 1 second by default for STK1002 | Hans-Christian Egtvedt |
2007-08-30 | Remove double quotation marks around MAC address for STK1002 | Hans-Christian Egtvedt |
2007-07-09 | include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI... | Jon Loeliger |