- Jul 06, 2009
-
-
Magnus Lilja authored
Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com>
-
Prafulla Wadaskar authored
This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com>
-
Alessandro Rubini authored
This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites timer code, which is now both correct and much smaller. Unused functions like udelay_masked() have been removed as no driver uses them, even the ones that are not currently active for this board. mtu.h is copied literally from the kernel sources. Signed-off-by:
Alessandro Rubini <rubini@unipv.it> Acked-by:
Andrea Gallo <andrea.gallo@stericsson.com> Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Alessandro Rubini authored
The evaluation kit has both Nand and OneNand, both drivers are there and the two configurations only select a different default for the jffs partition. This adds the OneNand driver and cleans up storage. Signed-off-by:
Alessandro Rubini <rubini@unipv.it> Acked-by:
Andrea Gallo <andrea.gallo@stericsson.com>
-
Alessandro Rubini authored
There is only one public release of the Nomadik chip, so the ifdef in reset code as well as a define in the config file are not needed Signed-off-by:
Alessandro Rubini <rubini@unipv.it> Acked-by:
Andrea Gallo <andrea.gallo@stericsson.com>
-
Alessandro Rubini authored
This is an error in my side in the initial submission: nobody calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead. Signed-off-by:
Alessandro Rubini <rubini@unipv.it> Acked-by:
Andrea Gallo <andrea.gallo@stericsson.com>
-
Stefano Babic authored
The Polaris board is based on the TrizepsIV module of Keith & Koep (http://www.keith-koep.com ). Signed-off-by:
Stefano Babic <sbabic@denx.de>
-
Stefano Babic authored
Due to change in the usb_board_init() prototype, the USB for the TrizepsIV was not correctly initialized. Removed dummy print from usb_board_stop(). Signed-off-by:
Stefano Babic <sbabic@denx.de>
-
Prafulla Wadaskar authored
This patch looks okay on u-boot-net.git/next branch but when it was merged to u-boot.git/master the last line is missing Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com> Acked-by:
Ben Warren <biggerbadderben@gmail.com>
-
Daniel Gorsulowski authored
This patch adds support for esd gmbh MEESC board. The MEESC is based on an Atmel AT91SAM9263 SoC. Signed-off-by:
Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
-
Jean-Christophe PLAGNIOL-VILLARD authored
update against linux v2.6.30 Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Daniel Gorsulowski authored
To enable CAN init, CONFIG_CAN has to be defined in the board config file and at91_can_hw_init() has to be called in the board specific code. CAN is available on AT91SAM9263 and AT91CAP9 SoC. Signed-off-by:
Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
-
Simon Kagstrom authored
Correct define typo (. -> ,) Signed-off-by:
Simon Kagstrom <simon.kagstrom@netinsight.net>
-
Magnus Lilja authored
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). This patch assumes that some other program performs the actual NAND boot. Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com> Acked-by:
Fabio Estevam <fabioestevam@yahoo.com> Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Kim, Heung Jun authored
Signed-off-by:
HeungJun, Kim <riverful.kim@samsung.com> CC: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Thomas Lange authored
NAND module should not modify EMIF registers unrelated to CS2 that is used for NAND, i.e. do not modify EWAIT config register or registers for other Chip Selects. Without this patch, EMIF configurations made in board_init() will be invalidated. Signed-off-by:
Thomas Lange <thomas@corelatus.se>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Peter Pearse <peter.pearse@arm.com>
-
Prafulla Wadaskar authored
Kirkwood family controllers are highly integrated SOCs based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core. SOC versions supported:- 1) 88F6281-A0 define CONFIG_KW88F6281_A0 2) 88F6192-A0 define CONFIG_KW88F6192_A0 Other supported features:- 1) get_random_hex() fucntion 2) PCI Express port initialization 3) NS16550 driver support Contributors: Yotam Admon <yotam@marvell.com> Michael Blostein <michaelbl@marvell.com Reviewed-by:
Ronen Shitrit <rshitrit@marvell.com> Acked-by:
Stefan Rose <sr@denx.de> Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com>
-
Prafulla Wadaskar authored
This patch is required for Kirkwood SoC support may be used by other ARM architectures Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com>
-
Matthias Ludwig authored
Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de>
-
Sedji Gaouaou authored
On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was set to 0 after being set to 500 ms for the PHY reset. Do backup the old reset length and restore it after the MACB initialisation. Signed-off-by:
Sedji Gaouaou <sedji.gaouaou@atmel.com> Signed-off-by:
Stelian Pop <stelian@popies.net>
-
- Jun 25, 2009
-
-
Prafulla Wadaskar authored
This patch adds a SPI driver for the Marvell Kirkwood SoC's. Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com>
-
Minkyu Kang authored
Because of the reset_cpu is soc specific, should be move to soc And read reset value from SYS_ID register instead of hard code this patch also supports s3c6410 Signed-off-by:
Minkyu Kang <mk7.kang@samsung.com>
-
- Jun 22, 2009
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by:
Peter Pearse <peter.pearse@arm.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by:
Peter Pearse <peter.pearse@arm.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by:
Peter Pearse <peter.pearse@arm.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by:
Peter Pearse <peter.pearse@arm.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by:
Peter Pearse <peter.pearse@arm.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by:
Peter Pearse <peter.pearse@arm.com>
-
- Jun 21, 2009
-
-
Ilya Yanok authored
Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
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>
-
Ilya Yanok authored
This patch adds generic code to support Freescale's i.MX27 SoCs. Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Magnus Lilja authored
Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Magnus Lilja authored
This patch adds the NAND SPL framework needed to boot i.MX31 boards from NAND. It has been tested on a i.MX31 PDK board with large page NAND. Small page NANDs should work as well, but this has not been tested. Note: The i.MX31 NFC uses a non-standard layout for large page NANDs, whether this is compatible with a particular setup depends on how the NAND device is programmed by the flash programmer (e.g. JTAG debugger). The patch is based on the work by Maxim Artamonov. Signed-off-by:
Maxim Artamonov <scn1874@yandex.ru> Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com>
-
Magnus Lilja authored
Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's in start.S. In preparation for adding support for NAND SPL the macro CONFIG_PRELOADER is introducted and replaces the CONFIG_ONENAND_IPL in start.S. Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
the lowlevel init sequence is the same so unify it Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-