Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added the new device specific devicetree= variable | H. Nikolaus Schaller | 2014-02-09 | 9 | -13/+21 |
| | | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> | ||||
* | added GTA04b7 (Neo900) | H. Nikolaus Schaller | 2014-02-09 | 6 | -0/+359 |
| | | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> | ||||
* | fixed boot menu for gta04b3 screen size | H. Nikolaus Schaller | 2013-07-14 | 1 | -0/+1 |
| | | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> | ||||
* | fixed minor issue with mirror test command | H. Nikolaus Schaller | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | pass information about the mux variant to the environment. | H. Nikolaus Schaller | 2013-06-21 | 4 | -61/+16 |
| | | | | | | | | This allows the user space or the kernel (with help by the bootargs.scr) to know about the pinmux. This is important to have e.g. a single kernel image that can recognize the different LCDs used in the GTA04, GTA04b2, GTA04b3. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> | ||||
* | fixed pinmux for McBSP1 - Si47xx connection | H. Nikolaus Schaller | 2013-06-20 | 1 | -14/+14 |
| | | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> | ||||
* | added code to "systest wlan" command to test if U1102 works | H. Nikolaus Schaller | 2013-01-25 | 1 | -2/+31 |
| | |||||
* | moved ITG3200 reset code to tsc init command | H. Nikolaus Schaller | 2013-01-10 | 3 | -16/+30 |
| | |||||
* | fixed PINMUX initialization for expander boards | H. Nikolaus Schaller | 2012-12-03 | 3 | -23/+31 |
| | |||||
* | added systest keyboard command | H. Nikolaus Schaller | 2012-12-03 | 1 | -0/+6 |
| | |||||
* | added systest keyboard command | H. Nikolaus Schaller | 2012-12-03 | 1 | -1/+67 |
| | |||||
* | harmonized I2C bus numbering code | H. Nikolaus Schaller | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | harmonized I2C bus numbering code | H. Nikolaus Schaller | 2012-12-03 | 1 | -3/+3 |
| | |||||
* | enable power for LED driver | H. Nikolaus Schaller | 2012-12-03 | 1 | -1/+10 |
| | |||||
* | removed enabling display power from GPS driver; reset to I1C2 when ↵ | H. Nikolaus Schaller | 2012-12-03 | 1 | -10/+3 |
| | | | | programming the TPS | ||||
* | choose correct I2C bus | H. Nikolaus Schaller | 2012-11-20 | 2 | -4/+6 |
| | |||||
* | clarification | H. Nikolaus Schaller | 2012-10-30 | 1 | -0/+2 |
| | |||||
* | fixed output polarity of backlight control for GTA04b4 board | H. Nikolaus Schaller | 2012-10-30 | 1 | -1/+4 |
| | |||||
* | fixed sequence to apply the several pinmux macros so that we get what we ↵ | H. Nikolaus Schaller | 2012-10-30 | 4 | -1/+4 |
| | | | | want (default first, C4 modifications next, and finally the optional expansion board) | ||||
* | amended copyright notice since now the significant parts are authored by me | H. Nikolaus Schaller | 2012-10-30 | 3 | -20/+20 |
| | |||||
* | amended copyright notice since now more parts are authored by me | H. Nikolaus Schaller | 2012-10-30 | 1 | -0/+3 |
| | |||||
* | mapped AUX and Power LEDs to same two LEDs on b2 expansion board | H. Nikolaus Schaller | 2012-10-16 | 1 | -0/+3 |
| | |||||
* | fixed order of setting PinMux to 1. BeagleBoard default, 2. BeagleBoard ↵ | H. Nikolaus Schaller | 2012-10-15 | 4 | -40/+50 |
| | | | | version specific (e.g. C4, XM), 3. GTA04 expansion board specific | ||||
* | fixed name of function that checks the DIN/DOUT connection | H. Nikolaus Schaller | 2012-10-15 | 1 | -1/+2 |
| | |||||
* | harmonized naming of GPIOs | H. Nikolaus Schaller | 2012-10-15 | 1 | -6/+6 |
| | |||||
* | adapted display controller parameters to handle COM37H3M99DTC as well | H. Nikolaus Schaller | 2012-10-13 | 1 | -6/+6 |
| | |||||
* | added option to read PPS impulse; fixed GPIO assignments | H. Nikolaus Schaller | 2012-10-13 | 5 | -33/+92 |
| | |||||
* | fixed pinmux and display initialization | H. Nikolaus Schaller | 2012-10-03 | 18 | -114/+210 |
| | |||||
* | report max. CPU clock rate reported by chip identification as "mpurate=800" ↵ | H. Nikolaus Schaller | 2012-09-10 | 1 | -5/+15 |
| | | | | or "mpurate=1000" | ||||
* | removed beaglebord expansion board pinmux from GTA04 sources | H. Nikolaus Schaller | 2012-09-01 | 1 | -42/+0 |
| | |||||
* | fixed #if bug | H. Nikolaus Schaller | 2012-09-01 | 1 | -1/+1 |
| | |||||
* | made config and file names more consistent to $BOARD+$EXPANDER scheme | H. Nikolaus Schaller | 2012-08-30 | 25 | -164/+389 |
| | |||||
* | prepared to check if ITG3200 did not reset on power-up | H. Nikolaus Schaller | 2012-08-30 | 1 | -3/+21 |
| | |||||
* | generalized panel driver | H. Nikolaus Schaller | 2012-08-30 | 3 | -40/+43 |
| | |||||
* | added test for BMC050 | H. Nikolaus Schaller | 2012-08-30 | 1 | -2/+5 |
| | |||||
* | initial creation for b3 and b4 display variants | H. Nikolaus Schaller | 2012-08-03 | 12 | -0/+578 |
| | |||||
* | added printf for display driver variant | H. Nikolaus Schaller | 2012-07-12 | 2 | -0/+2 |
| | |||||
* | increased settling time for systest gpio | H. Nikolaus Schaller | 2012-07-12 | 1 | -3/+3 |
| | |||||
* | fixed address of TCA8418 in systest command | H. Nikolaus Schaller | 2012-04-29 | 1 | -2/+4 |
| | |||||
* | fixed compliation for beagleboard | H. Nikolaus Schaller | 2012-04-29 | 3 | -4/+4 |
| | |||||
* | added boot script files to repository | H. Nikolaus Schaller | 2012-03-26 | 2616 | -0/+514134 |