summaryrefslogtreecommitdiffstats
path: root/board/pcm037
Commit message (Collapse)AuthorAgeFilesLines
* pcm037: use generic default envSascha Hauer2010-06-227-169/+45
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037: Add MMU supportSascha Hauer2010-06-171-0/+31
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fix _update scriptsSascha Hauer2010-05-031-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037: Add missing includeSascha Hauer2009-12-181-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-sascha' of git://uboot.jcrosoft.org/u-boot-v2 into from-jeanSascha Hauer2009-10-282-6/+6
|\ | | | | | | | | | | | | | | | | Conflicts: board/a9m2440/a9m2440.c board/pcm043/pcm043.c drivers/nand/nand_imx.c Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-222-6/+6
| | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | mxc_nand: determine page and block size depending on NFMS bitSascha Hauer2009-10-261-3/+1
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* boards: use recently introduced protect_file functionSascha Hauer2009-10-021-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove id fields from struct device_dSascha Hauer2009-07-211-4/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_CONSOLE usageSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_DRAM usageSascha Hauer2009-07-211-5/+5
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037 cdev cleanupSascha Hauer2009-07-211-7/+21
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce cdevSascha Hauer2009-07-211-5/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Remove all ARM __raw_* functions. They are mixed all overJuergen Beisert2009-07-011-2/+2
| | | | | | | the place. This clean up all ARM architectures to use only one set of io functions. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Add ASM to start from NANDWolfram Sang2009-06-041-29/+51
| | | | | | Also rewrite IOMUX to be a lot smaller, because of 2K limit. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Refactor imx-NAND-initWolfram Sang2009-06-041-0/+9
| | | | | | Put board specific stuff to board-specific files. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Fix off-by-1 errors on range bordersWolfram Sang2009-06-041-3/+2
| | | | | | It will never hit us here, but it's still wrong... Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Init IOMUX in any caseWolfram Sang2009-06-041-9/+10
| | | | | | Move SDRAM-check after IOMUX init. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* pcm037: add USB supportSascha Hauer2009-04-071-0/+110
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX31:Sascha Hauer2009-04-061-8/+5
| | | | | | | | | | Rework iomux support for i.MX31: - rename gpio-imx31.c to iomux-v2.c - add pin definitions from Kernel - fixup pcm037 board Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [MX31] Clock Controller module: redefine registers as offsetsSascha Hauer2009-01-301-6/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [MX31] Use common PLL definesSascha Hauer2009-01-301-2/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* PCM037: Adjust CS5 for SJA1000Sascha Hauer2008-12-191-0/+4
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* PCM037: Add support for different memory amountsSascha Hauer2008-12-192-65/+120
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037: Limit CFI size to 32MBSascha Hauer2008-12-171-2/+2
| | | | | | | According to the Phytec website the PCM037 has a maximum of 32MB flash Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Default environments: Do not continue when tftp failedSascha Hauer2008-11-141-1/+1
| | | | | | | When we fail to download the kernel image (for example when the user pressed ctrl-c) do not try to boot the image Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [PCM037] Add NAND supportSascha Hauer2008-11-101-10/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [PCM037] Add a default environment derived from PCM038Sascha Hauer2008-11-107-6/+179
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037: Fix ARM architecture and boot paramsSascha Hauer2008-09-021-4/+5
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Net: Remove all hardcoded MAC addresses from default environmentsSascha Hauer2008-08-201-5/+0
| | | | | | | While very convenient during debugging having MAC addresses in default environments is a very bad idea. Stop it! Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [pcm037] compile fixes, update defconfigSascha Hauer2008-07-031-0/+2
|
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-4/+0
| | | | | | | Memory layout can now be specified via kconfig options. Two possibilities exist: default layout means the layout is stack / malloc heap / U-Boot. The user can also specify fixed addresses for each TEXT_BASE / stack / malloc heap.
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-071-0/+39
|
* [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too manySascha Hauer2008-02-261-0/+4
| | | | | | | | | | | | values into kconfig which are not user configurable at all only encourages people to put even more stuff in there. This is not good because people tend to have board patches lying around and these patches won't apply regularly if they all change the same file (arch/arm/Kconfig) Instead, introduce a function armlinux_set_architecture() which everyone can call during board setup. Similarly introduce armlinux_set_bootparams() for the boot parameter pointer.
* Using correct board names all over the placeJuergen Beisert2007-11-085-0/+311
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>