- Apr 28, 2010
-
-
Wolfgang Denk authored
Also enable HUSH shell. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Apr 27, 2010
-
-
Stefano Babic authored
Added support for LCD and splash image to the QONG module. The supported display is VBEST-VGG322403. Signed-off-by:
Stefano Babic <sbabic@denx.de>
-
- Jun 21, 2009
-
-
Ilya Yanok authored
UART hardware on i.MX27 is the same as on the i.MX31 so we just need to provide the driver with correct address of the registers. Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
- Jun 12, 2009
-
-
Stefan Roese authored
By changing the cmd_mtdparts to only use the MTD infrastructure and not the direct interface to the CFI NOR FLASH driver we now need to add the MTD infrastructure to all boards using those mtdparts commands. This patch adds those components: CONFIG_MTD_DEVICE (for all FLASH types) plus CONFIG_FLASH_CFI_MTD (for NOR FLASH) To all board maintainers: Please test this on your platforms and report any problems/issues found. Thanks. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Ron Madrid <info@sheldoninst.com> Cc: Georg Schardt <schardt@team-ctech.de> Cc: Michal Simek <monstr@monstr.eu> Cc: Ladislav Michl <ladis@linux-mips.org> Cc: Martin Krause <martin.krause@tqs.de> Cc: Gary Jennejohn <garyj@denx.de> Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
-
- Mar 20, 2009
-
-
Stefan Roese authored
Currently the mtdparts commands are included in the jffs2 command support. This doesn't make sense anymore since other commands (e.g. UBI) use this infrastructure as well now. This patch separates the mtdparts commands from the jffs2 commands making it possible to only select mtdparts when no JFFS2 support is needed. Signed-off-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com>
-
- Feb 18, 2009
-
-
Ilya Yanok authored
1. Changes to the default environment: - "bootcmd" defined as "run flash_self" - "saveenv" command removed from "update" - "uboot" changed to "u-boot" (also in "load") - "addmtd" variable defined (and added to all boot commands) 2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command 3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined 4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem with truncated "bootargs" environment variable. Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
- Feb 09, 2009
-
-
Ilya Yanok authored
This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board. Signed-off-by:
Ilya Yanok <yanok@emcraft.com> Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-