summaryrefslogtreecommitdiffstats
path: root/board/ti/beagle/beagle.c
Commit message (Collapse)AuthorAgeFilesLines
* added boot script files to repositoryH. Nikolaus Schaller2012-03-261-275/+0
|
* git pull denx masterH. Nikolaus Schaller2011-02-241-2/+2
|\
| * Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby2010-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can be optimised out by the compiler otherwise resulting in obscure errors like a board not booting. This has been documented in README since 2006 when these were first fixed up for GCC 4.x. Signed-off-by: John Rigby <john.rigby@linaro.org> Fix some additional places. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-By: Albert ARIBAUD <albert.aribaud@free.fr>
| * ARMV7: OMAP3: Add expansion board detection for BeagleKoen Kooi2010-11-041-0/+95
| | | | | | | | | | | | | | | | | | | | | | Beagle expansion boards contain an i2c eeprom to identify themselves. This patch adds code to read and parse the eeprom contents. It prints the expansion board name and revision and modifies environment variables as appropriate. This patch is based on the Overo expansion board code. Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | fixed compilation for target omap3_beaglehybH. Nikolaus Schaller2010-11-261-1/+1
| |
* | restored to official board fileH. Nikolaus Schaller2010-11-261-70/+147
| |
* | fixed so that it compiles well (leaving only minor warnings)H. Nikolaus Schaller2010-10-211-4/+17
| |
* | merged with denx masterH. Nikolaus Schaller2010-10-201-209/+41
|\ \ | |/
| * ARMV7: OMAP4: Use generic mmc driver on BeagleSteve Sakoman2010-10-171-0/+9
| | | | | | | | | | | | This patch switches from the legacy mmc driver to the new generic mmc driver Signed-off-by: Steve Sakoman <steve@sakoman.com>
| * ARMV7: OMAP3: Add support for Beagle xMSteve Sakoman2010-09-081-2/+14
| | | | | | | | | | | | | | | | This patch adds support for the Beagle xM. It uses the board ID GPIO bits to recognize this revision and perform appropriate setup. Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
| * ARMV7: OMAP: Add detection and support for Beagle C4 revisionSteve Sakoman2010-09-081-37/+53
| | | | | | | | | | | | | | | | | | This patch enhances the revision detection function and adds support for the C4 revision. The board revision is printed and approriate revision specific setup is done automatically. Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | added some more BB-XM distinctions; started systest commandH. Nikolaus Schaller2010-10-201-1/+1
| |
* | added code to enable 3.3V (VAUX1) on LCD header for BB-XMH. Nikolaus Schaller2010-09-151-0/+5
| |
* | Enable pullups on i2c2.Steve Kipisz2010-08-111-0/+2
| |
* | BeagleBoard: Added userbutton commandJason Kridner2010-08-111-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on commit f1099c7c43caf5bac3bf6a65aa266fade4747072 Author: Greg Turner <gregturner@ti.com> Date: Tue May 25 09:19:06 2010 -0500 New u-boot command for status of USER button on BeagleBoard-xM Modified bootcmd to check the staus at boot time and set filename of the boot script. * Moved to a BeagleBoard specific file. * Removed changes to default boot command from adding userbutton command. * Made to handle pre-xM boards. * Flipped polarity of the return value to avoid confusion. Success (0) is when the button is pressed. Failure (1) is when the button is NOT pressed.
* | BeagleBoard: Added LED driverJason Kridner2010-08-111-0/+8
| | | | | | | | | | | | Added LED driver using status_led. USR0 is set to monitor the boot status. USR1 is set to be the green LED. (cherry picked from commit 048b526fd7cc0c642f27c674b3e235321c880b66)
* | OMAP3: beagle: setenv beaglerev for AxBx/Cx/xMA for better bootscriptsKoen Kooi2010-06-031-0/+4
| |
* | OMAP3: beagle: pass expansionboard name in bootargsKoen Kooi2010-05-171-0/+7
| | | | | | | | This makes it possible to do in-kernel fixups for expansionboards like reclaiming GPIOs
* | OMAP3: Beagle: set mpurate to 1000 for xMKoen Kooi2010-05-171-0/+1
| |
* | OMAP3: beagle: add pinmux for Tincantools Trainer expansionboardKoen Kooi2010-05-171-0/+2
| |
* | OMAP3: beagle: prettify expansionboard message a bitKoen Kooi2010-05-171-1/+1
| |
* | OMAP3: beagle: set mpurate to 600 for revB and revC1-3Koen Kooi2010-05-171-0/+2
| |
* | OMAP3: beagle: add more expansionboards, based on ↵Koen Kooi2010-05-171-0/+8
| | | | | | | | http://www.elinux.org/BeagleBoardPinMux#Vendor_and_Device_IDs
* | beagleboardXM: don't set mpurate on xM in bootargsKoen Kooi2010-05-171-1/+0
| |
* | Enable DSS driver for BeagleSyed Mohammed Khasim2010-05-171-0/+12
| | | | | | | | | | | | | | Configures DSS to display color bar on Svideo Configures DSS to display background color on DVID Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
* | beagleboard: fix TCT expansionboard IDsKoen Kooi2010-05-171-2/+2
| |
* | beagleboard: display message about I2C errors being expected when no ↵Koen Kooi2010-05-171-0/+3
| | | | | | | | expansion boards are present
* | OMAP3: beagle: implement expansionboard detection based on board/overo.c codeKoen Kooi2010-05-171-0/+78
| |
* | OMAP3: beagle: add support for Beagle xMSteve Sakoman2010-05-171-8/+15
| |
* | OMAP3: update Beagle revision detection to recognize C4 boardsSteve Sakoman2010-05-171-32/+50
|/
* TWL4030: make LEDs selectable for twl4030_led_init()Grazvydas Ignotas2010-01-041-1/+1
| | | | | | | | | | | | Not all boards have both LEDs hooked, so enabling both on boards with single LED will just waste power. Make it possible to choose LEDs by adding argument to twl4030_led_init(). Using this turn on only LEDB for pandora, leave both LEDs on for all other boards, as it was before this patch. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
* omap: move TI's boards to board/ti/Jean-Christophe PLAGNIOL-VILLARD2009-09-051-0/+143
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>