summaryrefslogtreecommitdiffstats
path: root/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: Disable USB TTY on omap3beagle configPaul Kocialkowski2014-05-031-1/+0
| | | | | | | | The USB TTY driver will register a new USB device on the host but may fail to answer requests as the device boots, causing the host USB controller to timeout waiting for a response. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* added the new device specific devicetree= variableH. Nikolaus Schaller2014-02-099-13/+21
| | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
* added GTA04b7 (Neo900)H. Nikolaus Schaller2014-02-096-0/+359
| | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
* fixed boot menu for gta04b3 screen sizeH. Nikolaus Schaller2013-07-141-0/+1
| | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
* fixed minor issue with mirror test commandH. Nikolaus Schaller2013-07-141-1/+1
|
* pass information about the mux variant to the environment.H. Nikolaus Schaller2013-06-214-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 connectionH. Nikolaus Schaller2013-06-201-14/+14
| | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
* config: Always use GNU ldKhem Raj2013-06-081-1/+3
| | | | | | | | | | | | | | | This patch makes sure that we always use the GNU ld. u-boot uses certain construct e.g. OVERLAY which are not implemented in gold therefore it always needs GNU ld for linking. It works well if default linker in toolchain is GNU ld but in some cases we can have gold to be the default linker and also ship GNU ld but not as default in such cases its called $(PREFIX)ld.bfd, with this patch we make sure that if $(PREFIX)ld.bfd exists than we use that for our ld. This way it does not matter what the default ld is. Upstream-status: Pending Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fixed missing define for fdt commandH. Nikolaus Schaller2013-03-201-0/+1
|
* added FDT commands to configH. Nikolaus Schaller2013-03-201-0/+2
|
* added code to "systest wlan" command to test if U1102 worksH. Nikolaus Schaller2013-01-252-3/+32
|
* made ext4 and new general ls/load commands workH. Nikolaus Schaller2013-01-1020-493/+2459
|
* added ext4 patch from https://github.com/gonzoua/u-boot-pi because I could ↵H. Nikolaus Schaller2013-01-1014-1/+5101
| | | | not find a patch set
* moved ITG3200 reset code to tsc init commandH. Nikolaus Schaller2013-01-103-16/+30
|
* fixed PINMUX initialization for expander boardsH. Nikolaus Schaller2012-12-033-23/+31
|
* added systest keyboard commandH. Nikolaus Schaller2012-12-031-0/+6
|
* added systest keyboard commandH. Nikolaus Schaller2012-12-031-1/+67
|
* harmonized I2C bus numbering codeH. Nikolaus Schaller2012-12-031-1/+1
|
* harmonized I2C bus numbering codeH. Nikolaus Schaller2012-12-031-3/+3
|
* enable power for LED driverH. Nikolaus Schaller2012-12-031-1/+10
|
* removed enabling display power from GPS driver; reset to I1C2 when ↵H. Nikolaus Schaller2012-12-031-10/+3
| | | | programming the TPS
* choose correct I2C busH. Nikolaus Schaller2012-11-202-4/+6
|
* clarificationH. Nikolaus Schaller2012-10-301-0/+2
|
* fixed output polarity of backlight control for GTA04b4 boardH. Nikolaus Schaller2012-10-301-1/+4
|
* fixed sequence to apply the several pinmux macros so that we get what we ↵H. Nikolaus Schaller2012-10-305-1/+6
| | | | want (default first, C4 modifications next, and finally the optional expansion board)
* amended copyright notice since now the significant parts are authored by meH. Nikolaus Schaller2012-10-303-20/+20
|
* amended copyright notice since now more parts are authored by meH. Nikolaus Schaller2012-10-301-0/+3
|
* added a CONFIG option so that U-Boot can be enforced to start with a new ↵H. Nikolaus Schaller2012-10-301-1/+5
| | | | default environment but keep saveenv to NAND flash intact
* mapped AUX and Power LEDs to same two LEDs on b2 expansion boardH. Nikolaus Schaller2012-10-161-0/+3
|
* fixed order of setting PinMux to 1. BeagleBoard default, 2. BeagleBoard ↵H. Nikolaus Schaller2012-10-154-40/+50
| | | | version specific (e.g. C4, XM), 3. GTA04 expansion board specific
* fixed name of function that checks the DIN/DOUT connectionH. Nikolaus Schaller2012-10-151-1/+2
|
* harmonized naming of GPIOsH. Nikolaus Schaller2012-10-151-6/+6
|
* adapted display controller parameters to handle COM37H3M99DTC as wellH. Nikolaus Schaller2012-10-131-6/+6
|
* added option to read PPS impulse; fixed GPIO assignmentsH. Nikolaus Schaller2012-10-135-33/+92
|
* fixed pinmux and display initializationH. Nikolaus Schaller2012-10-0318-114/+210
|
* report max. CPU clock rate reported by chip identification as "mpurate=800" ↵H. Nikolaus Schaller2012-09-101-5/+15
| | | | or "mpurate=1000"
* fixed CONFIG to include unzip commandH. Nikolaus Schaller2012-09-012-0/+8
|
* removed beaglebord expansion board pinmux from GTA04 sourcesH. Nikolaus Schaller2012-09-011-42/+0
|
* fixed #if bugH. Nikolaus Schaller2012-09-011-1/+1
|
* made config and file names more consistent to $BOARD+$EXPANDER schemeH. Nikolaus Schaller2012-08-3033-174/+512
|
* prepared to check if ITG3200 did not reset on power-upH. Nikolaus Schaller2012-08-301-3/+21
|
* generalized panel driverH. Nikolaus Schaller2012-08-303-40/+43
|
* added test for BMC050H. Nikolaus Schaller2012-08-301-2/+5
|
* initial creation for b3 and b4 display variantsH. Nikolaus Schaller2012-08-0312-0/+578
|
* fixed .gitigore for u-boot sources (was in wrong directory level so that ↵H. Nikolaus Schaller2012-08-031-0/+72
| | | | path filters did not work correctly)
* added 800MHz/1GHz detection for DM3730H. Nikolaus Schaller2012-07-251-1/+4
|
* added printf for display driver variantH. Nikolaus Schaller2012-07-122-0/+2
|
* increased settling time for systest gpioH. Nikolaus Schaller2012-07-121-3/+3
|
* fixed address of TCA8418 in systest commandH. Nikolaus Schaller2012-04-291-2/+4
|
* fixed compliation for beagleboardH. Nikolaus Schaller2012-04-293-4/+4
|