summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* omap: gpmc: mark hex debug values as suchJan Luebbe2012-12-031-5/+5
| | | | | | | Also use %p for pointers. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: fix out-of-tree buildAntony Pavlov2012-12-031-2/+6
| | | | | | | | | | | | | | | | | | | | The commit commit d25d94bea67308e29db895d418f3f1f8153ae2ea Author: Antony Pavlov <antonynpavlov@gmail.com> Date: Fri Jun 1 13:23:20 2012 +0400 MIPS: make possible board-specific header files This patch makes possible to put a board-specific header file (e. g. foobar.h) to arch/mips/boards/*/include/board/. breaks the out-of-tree build for the boards that use it (rzx50). Reported-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX27 regs remove unnecessary includeSascha Hauer2012-11-272-2/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX esdctl.h: Add double include protectionSascha Hauer2012-11-271-0/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX bbu: Fix compiling with DEBUG enabledSascha Hauer2012-11-271-3/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91: clock: check overclock for sam9260/9261/9263/9rlJean-Christophe PLAGNIOL-VILLARD2012-11-261-0/+12
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91: fix timer rateJean-Christophe PLAGNIOL-VILLARD2012-11-261-1/+6
| | | | | | | today the timer rate is hardcoded to 6MHz which is wrong the PIT rate is MCK / 16 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* m25p80: re-import it againt mtd_add_hostJean-Christophe PLAGNIOL-VILLARD2012-11-201-1/+1
| | | | | | | | | | | | so we now create the cdev via mtd This will also simplify sync with linux to avoid the m25p8000 or m25p00 the cdev is still named name m25p and the drivers m25p80 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM pcm043, cupid: Fix macro nameChristian Hemp2012-11-202-4/+4
| | | | | | | | | Since commit dc9d70e2 the define CCM_PDR4 is called MX35_CCM_PDR4. sha: Added the same for cupid Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mach-imx: Add/correct help info in mach-imx/KconfigRobert P. J. Day2012-11-201-4/+4
| | | | | | | | Update help info, it's slightly out of date, and a grammatical fix. No functional change. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: start-pbl.c: unifify path to lib/decompress_*.cAntony Pavlov2012-11-201-1/+1
| | | | | | | It's three levels up, not four. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: use arm_setup_stack function on archosg9Vicente2012-11-191-4/+1
| | | | | Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: start-pbl.c: make errorfn() staticAntony Pavlov2012-11-191-1/+1
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: pbl: remove zbarebox.map during 'make clean'Antony Pavlov2012-11-191-1/+1
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX25 & 35 usb config bits : fix host power bitChristoph Fritz2012-11-191-1/+1
| | | | | | | | | | This patch sets HPM (Host power mask bit) to bit 16 according to i.MX Reference Manual. Falsely it was set to bit 8, but this controls pull-up Impedance. Reported-by: Michael Burkey <mdburkey@gmail.com> Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: main_entry.c: fix typoAntony Pavlov2012-11-191-1/+0
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm lib: Remove redundant boot usage info from boot[uz].cRobert P. J. Day2012-11-192-2/+2
| | | | | | | | There is no need to add the command name to the "usage" info when defining a command. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mach-imx: Comment typo fix, "enviroment" -> "environment"Robert P. J. Day2012-11-192-2/+2
| | | | | | | A couple trivial spelling fixes. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91rm9200ek: add spi supportJean-Christophe PLAGNIOL-VILLARD2012-11-163-1/+68
| | | | | | | | | | | as the support atmel mci drivers does not work on rm9200 and we have the possibility to use it as spi use it Originally on rm9200 when the interface mci is in SPI mode we use a DataFlash Card so allow it but if no dataflash card option is enable use as mmc spi. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* tny-a9g20: add mmc spi supportJean-Christophe PLAGNIOL-VILLARD2012-11-162-7/+39
| | | | | | | on the 9g20 low power version we have a mmc spi as microSD Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* usb-a9g20: add mmc spi supportJean-Christophe PLAGNIOL-VILLARD2012-11-163-8/+49
| | | | | | | on the 9g20 low power version we have a mmc spi as microSD Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91sam9: add detection of low power sdramJean-Christophe PLAGNIOL-VILLARD2012-11-161-0/+5
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add support for Archos G9 tabletVicente2012-11-1612-0/+729
| | | | | Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap4: add support for loading second stage from usbVicente2012-11-161-0/+26
| | | | | Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap4: add support for booting cpu from usbVicente2012-11-165-7/+365
| | | | | Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap4: add rename definitions to match datasheetVicente2012-11-165-99/+136
| | | | | Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap4: add usb boot sourceVicente2012-11-162-0/+3
| | | | | Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/spi'Sascha Hauer2012-11-161-1/+6
|\
| * at91rm9200: fix spi cs supportJean-Christophe PLAGNIOL-VILLARD2012-11-121-1/+6
| | | | | | | | | | | | | | the rm9200 have a errata the cs0 must be used via hw cs not gpio Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/openrisc'Sascha Hauer2012-11-164-8/+8
|\ \
| * | openrisc: generic board cleanupFranck Jullien2012-10-212-5/+4
| | | | | | | | | | | | | | | Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | openrisc: switch to defaultenv-2 and change boardinfoFranck Jullien2012-10-212-3/+4
| | | | | | | | | | | | | | | Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | | Merge branch 'for-next/omap'Sascha Hauer2012-11-1616-67/+119
|\ \ \
| * | | ARM OMAP3 boards: Call omap3_core_init only from SRAMSascha Hauer2012-11-023-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | ARM OMAP3 beagle: switch to new environmentSascha Hauer2012-11-025-12/+60
| | | | | | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | ARM OMAP4 panda xload: Enable MMU and Thumb2 supportSascha Hauer2012-11-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | MMU for the speed and Thumb2 for the size. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | ARM OMAP4 panda: switch to new environmentSascha Hauer2012-11-026-48/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to new environment and add the bootscripts needed for mmc. Also, update defconfig for new environment. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | ARM OMAP3: Put reset() into its own sectionSascha Hauer2012-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed so that the linker can throw it away when unused. This is needed at least on current master for being able to enable pbl support for omap3 boards. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | ARM OMAP4: Turn puts into debugSascha Hauer2012-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiled with pbl support puts is not available, so turn it into debug. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | | | Merge branch 'for-next/nios2'Sascha Hauer2012-11-162-3/+19
|\ \ \ \
| * | | | nios2: update generic_defconfigFranck Jullien2012-11-151-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | | nios2: use barebox_add_memory_bank in generic.cFranck Jullien2012-11-151-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the nios2 generic board generic.c file, use the new barebox_add_memory_bank to init ram memory. Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | | | | Merge branch 'for-next/mxs'Sascha Hauer2012-11-163-13/+64
|\ \ \ \ \
| * | | | | configs: mx28evk: add NAND supportWolfram Sang2012-10-311-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Took the mx28evk defconfig, activated DMA and NAND, used savedefconfig; this patch is the result. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | | | mxs: mx28evk: add nand deviceWolfram Sang2012-10-311-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While flash layout may be custom, at least the nand0-device is good to have. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | | | arm: mxs: use timeouts in block reset routinesWolfram Sang2012-10-311-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These routines can fail, add support for that. Also, put in missing copyright headers. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | | | | | Merge branch 'for-next/mtd'Sascha Hauer2012-11-167-9/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: arch/arm/configs/at91sam9x5ek_defconfig
| * | | | | | at91sam9x5ek: switch to hw pmecc nand supportJean-Christophe PLAGNIOL-VILLARD2012-10-212-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now we can flash barebox by itself as the bootstrap need to use pmecc Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | | | | at91sam9x5: add pmecc supportJean-Christophe PLAGNIOL-VILLARD2012-10-211-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | | | | | nand: atmel add pmecc supportJean-Christophe PLAGNIOL-VILLARD2012-10-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is from linux 3.7-rc1 and adapt to Barebox Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>