Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Proper error message on kernel load failureHEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2 | Paul Kocialkowski | 2014-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Proper status indication on MMC failure | Paul Kocialkowski | 2014-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Continuous splash screenreplicant-4.2-0002 | Paul Kocialkowski | 2014-06-26 | 3 | -83/+327 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Separate light indications for kernel and recovery kernel booting | Paul Kocialkowski | 2014-06-24 | 2 | -10/+25 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | u-boot: Disable USB TTY on omap3beagle config | Paul Kocialkowski | 2014-05-03 | 1 | -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> | ||||
* | Initial Replicant 4.2 commit | Paul Kocialkowski | 2014-04-20 | 7 | -421/+180 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | make boot.scr search for the specific ${devicetree}.dtb file in / and /boot | H. Nikolaus Schaller | 2014-02-09 | 1 | -9/+20 |
| | | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> | ||||
* | 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 | 2 | -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 |
| | |||||
* | added mux command line parameter | H. Nikolaus Schaller | 2013-06-25 | 1 | -3/+3 |
| | | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> | ||||
* | 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> | ||||
* | config: Always use GNU ld | Khem Raj | 2013-06-08 | 1 | -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> | ||||
* | made ubi.mtd=4 a general argument so that we can automount the NAND partition | H. Nikolaus Schaller | 2013-03-27 | 1 | -7/+6 |
| | |||||
* | fixed missing define for fdt command | H. Nikolaus Schaller | 2013-03-20 | 1 | -0/+1 |
| | |||||
* | changed NAND rootfs parameters to use UBIFS | H. Nikolaus Schaller | 2013-03-20 | 1 | -4/+4 |
| | |||||
* | added FDT commands to config | H. Nikolaus Schaller | 2013-03-20 | 1 | -0/+2 |
| | |||||
* | renamed variable gta04 which is used to detect a new script version for ↵ | H. Nikolaus Schaller | 2013-01-30 | 1 | -3/+3 |
| | | | | flashing to scriptversion | ||||
* | added code to "systest wlan" command to test if U1102 works | H. Nikolaus Schaller | 2013-01-25 | 3 | -10/+39 |
| | |||||
* | replaced fatload and ext2load by more generic load command | H. Nikolaus Schaller | 2013-01-10 | 1 | -15/+15 |
| | |||||
* | made ext4 and new general ls/load commands work | H. Nikolaus Schaller | 2013-01-10 | 20 | -493/+2459 |
| | |||||
* | added ext4 patch from https://github.com/gonzoua/u-boot-pi because I could ↵ | H. Nikolaus Schaller | 2013-01-10 | 14 | -1/+5101 |
| | | | | not find a patch set | ||||
* | 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 | ||||
* | fixed issue with u-boot test command; added forcemenu variable that can be ↵ | H. Nikolaus Schaller | 2012-11-20 | 1 | -6/+12 |
| | | | | set through fw_setenv in Linux | ||||
* | choose correct I2C bus | H. Nikolaus Schaller | 2012-11-20 | 2 | -4/+6 |
| | |||||
* | description how search works fixed | H. Nikolaus Schaller | 2012-10-30 | 1 | -5/+5 |
| | |||||
* | 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 | 5 | -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 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 |
| | |||||
* | made the boot script multi-boot from SD capable and updated the menu splash ↵ | H. Nikolaus Schaller | 2012-10-30 | 3 | -118/+188 |
| | | | | image to have 9 options; also added an OFF button | ||||
* | added a CONFIG option so that U-Boot can be enforced to start with a new ↵ | H. Nikolaus Schaller | 2012-10-30 | 1 | -1/+5 |
| | | | | default environment but keep saveenv to NAND flash intact | ||||
* | mapped AUX and Power LEDs to same two LEDs on b2 expansion board | H. Nikolaus Schaller | 2012-10-16 | 1 | -0/+3 |
| | |||||
* | added specific splash and menu bitmaps for gta04b3 display variant | H. Nikolaus Schaller | 2012-10-15 | 2 | -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 |
| | |||||
* | cleanup | H. Nikolaus Schaller | 2012-10-13 | 2 | -0/+0 |
| |