summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* first work for expander boardH. Nikolaus Schaller2011-02-244-0/+126
|
* first work for Panda HybridH. Nikolaus Schaller2011-02-244-0/+146
|
* added some more systest commandsH. Nikolaus Schaller2011-02-244-51/+136
|
* fixed some issues with different versions; select I2C1 for halt commandH. Nikolaus Schaller2011-01-1710-94/+196
|
* made display initialization workH. Nikolaus Schaller2010-12-214-27/+66
|
* added display communication test to systestH. Nikolaus Schaller2010-12-211-0/+4
|
* fixed gpio & pinmux outputH. Nikolaus Schaller2010-12-211-17/+11
|
* fixed backlight GPIO controlH. Nikolaus Schaller2010-12-202-9/+26
|
* fixed some minor issues and added readout of PWRON-Button statusH. Nikolaus Schaller2010-12-204-7/+56
|
* added bitbang I2C driver to reverse SCL and SDA on I2C1H. Nikolaus Schaller2010-12-201-0/+289
|
* added systest command and fixed minor issues (pendown did not set the I2C ↵H. Nikolaus Schaller2010-12-207-15/+112
| | | | bus number)
* fixed gpio assignment and added tsc6507 programming for GTA04 boardH. Nikolaus Schaller2010-12-185-12/+82
|
* improved bta04 board file and pinmuxH. Nikolaus Schaller2010-12-182-15/+511
|
* Merge branch 'master' of git://git.denx.de/u-boot into gta04eH. Nikolaus Schaller2010-12-1817-170/+511
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-12-172-4/+4
| |\
| | * AT91: fix TOP9000 build problem and change CONFIG_SYS_TEXT_BASEReinhard Meyer2010-12-172-4/+4
| | | | | | | | | | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
| * | Coding style (white space) cleanup.Wolfgang Denk2010-12-172-2/+0
| | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-12-166-6/+24
| |\ \ | | |/
| | * pm9261: ARM relocation supportAsen Dimov2010-12-162-2/+8
| | | | | | | | | | | | Signed-off-by: Asen Dimov <dimov@ronetix.at>
| | * pm9263: ARM relocation supportAsen Dimov2010-12-162-2/+8
| | | | | | | | | | | | Signed-off-by: Asen Dimov <dimov@ronetix.at>
| | * pm9g45: ARM relocation supportAsen Dimov2010-12-162-2/+8
| | | | | | | | | | | | Signed-off-by: Asen Dimov <dimov@ronetix.at>
| * | ppc4xx: Fix missing linker scripts for partial linkingStefan Roese2010-12-152-80/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the acadia_nand and kilauea_nand linker scripts which have been missing in commit ee8028b7 [ppc4xx: Cleanup for partial linking and --gc-sections] Signed-off-by: Stefan Roese <sr@denx.de> Cc: Bernhard Weirich <Bernhard.Weirich@riedel.net>
| * | p1022ds: fix switching of DIU/LBC signalsTimur Tabi2010-12-131-10/+57
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the P1022, the pins which drive the video display (DIU) are muxed with the local bus controller (LBC), so if the DIU is active, the pins need to be temporarily muxed to LBC whenever accessing NOR flash. The code which handled this transition is checking and changing the wrong bits in PMUXCR. Also add a follow-up read after a write to NOR flash if we're going to mux back to DIU after the write, as described in the P1022 RM. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| * ARMV7: Vexpress: Fix build errorDirk Behme2010-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ca9x4_ct_vxp build error Configuring for ca9x4_ct_vxp board... board/armltd/vexpress/libvexpress.o: In function `udelay': u-boot.git/board/armltd/vexpress/ca9x4_ct_vxp.c:161: multiple definition of `udelay' lib/libgeneric.o:u-boot.git/lib/time.c:34: first defined here lib/libgeneric.o: In function `udelay': zlib.c:(.text+0x1ee8): undefined reference to `__udelay' Signed-of-by: Dirk Behme <dirk.behme@googlemail.com>
| * ARMV7: Vexpress: fix compile warningsMatt Waddel2010-12-081-3/+6
| | | | | | | | | | | | Fixed "pointer from integer without a cast" warnings in Vexpress. Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
| * ARMV7: Vexpress: fix build errorsMatt Waddel2010-12-082-67/+1
| | | | | | | | | | | | | | | | | | This patch fixes build errors in the vexpress system: - Removed sys_proto.h requirement from syslib.c. - Switched vexpress to the default armv7 linker script. - Renamed TEXT_BASE to CONFIG_SYS_TEXT_BASE. Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
| * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-12-084-2/+405
| |\
| | * at91rm9200ek: add configure target for RAM bootAndreas Bießmann2010-12-071-2/+0
| | | | | | | | | | | | | | | | | | | | | This patch also removes now unnecessary config.mk in board directory and make usage of new features in boards.cfg. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
| | * AT91: add TOP9000 supportReinhard Meyer2010-12-073-0/+405
| | | | | | | | | | | | | | | | | | | | | Adds support for the EMK TOP9000 CPU Module which is based on ATMELs ARM926EJS AT91SAM9XE SoC. Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* | | Merge branch 'master' of git://git.denx.de/u-boot into gta04eH. Nikolaus Schaller2010-12-082-514/+0
|\ \ \ | |/ /
| * | video: move fsl_diu_fb driver to drivers/videoAnatolij Gustschin2010-12-012-514/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since the driver is used not only on Freescale boards, we move it to a common place for video drivers as suggested by Wolfgang. The patch also cleans up the top level Makefile. Signed-off-by: Anatolij Gustschin <agust@denx.de>
* | | merge with denx masterH. Nikolaus Schaller2010-12-08116-7927/+1275
|\ \ \ | |/ /
| * | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2010-11-306-9/+19
| |\ \ | | |/
| | * Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2010-11-302-5/+15
| | |\
| | | * S5P: goni: fix for relocationMinkyu Kang2010-11-301-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
| | | * S5P: smdkc100: fix for relocationMinkyu Kang2010-11-301-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
| | * | OMAP3: Zoom2: Fix ARM relocation supportDirk Behme2010-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
| | * | OMAP3: Zoom1: Fix ARM relocation supportDirk Behme2010-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
| | * | OMAP3: SDP3430: Fix ARM relocation supportDirk Behme2010-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
| | * | AM3517:Fix for ARM Relocation supportVaibhav Hiremath2010-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change the CONFIG_SYS_TEXT_BASE to 0x80008000, required with relocation support. This is the load address for primary boot loader (x-loader). Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
| * | | hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala2010-11-302-6/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since board_hwconfig & cpu_hwconfig are defined as weak and dont have a default value they will get put into the BSS if they aren't defined elsewhere. This is problematic as we try to utilize hwconfig before we've relocated and thus BSS isn't setup. Instead of giving dummy values in the board files that utilize this feature, we can just initialize the variables to an empty string and thus move them out of the BSS if they aren't defined elsewhere. Also made board_hwconfig & cpu_hwconfig arrays to reduce size associated with string pointers vs arrays. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| * | gdsys: osd: Use return value of cmd_usageThomas Weber2010-11-271-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | Use the return value of cmd_usage instead of ignoring this and returning a 1. Signed-off-by: Thomas Weber <weber@corscience.de> Acked-by: Mike Frysinger <vapier@gentoo.org>
| * | Fix jornada memory initKristoffer Ericson2010-11-271-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix memory initialization. This fixes the problem with kernel oopses during heavy load. * Cleanup pinsetup, which for reference is among other things needed for proper flash erasing. Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
| * | 74xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-2710-1261/+12
| | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
| * | 8260: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-272-3/+7
| | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
| * | 824x: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-274-49/+207
| | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
| * | 5xxx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-272-71/+11
| | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
| * | 512x: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-271-2/+2
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Anatolij Gustschin <agust@denx.de> Cc: Timur Tabi <timur@freescale.com> Acked-by: Stefan Roese <sr@denx.de>
| * | 8xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-2751-2764/+667
| | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
| * | ppc4xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-2721-355/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adapts 4xx boards for partial linking with --gc-sections. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Tirumala Marri <tmarri@apm.com> Cc: David Updegraff <dave@cray.com> Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Cc: Dirk Eibach <eibach@gdsys.de> Cc: Larry Johnson <lrj@acm.org> Cc: Peter De Schrijver <p2@mind.be> Cc: Niklaus Giger <niklaus.giger@netstal.com> Cc: Daniel Poirot <dan.poirot@windriver.com> Acked-by: Stefan Roese <sr@denx.de>