oweals/u-boot_mod.git
7 years agoAdd support for TP-Link TL-WA850RE v2 (QCA9533 based)
Piotr Dymacz [Sat, 11 Feb 2017 20:36:47 +0000 (21:36 +0100)]
Add support for TP-Link TL-WA850RE v2 (QCA9533 based)

7 years agoREADME: keep supported boards lists in alphabetical order
Piotr Dymacz [Sat, 11 Feb 2017 20:12:05 +0000 (21:12 +0100)]
README: keep supported boards lists in alphabetical order

7 years agoAdd support for P&W R602N and CPE505N (QCA9531 based)
Piotr Dymacz [Sat, 11 Feb 2017 19:53:56 +0000 (20:53 +0100)]
Add support for P&W R602N and CPE505N (QCA9531 based)

7 years agoap143.h: always try to boot from lower address first
Piotr Dymacz [Sat, 11 Feb 2017 19:39:56 +0000 (20:39 +0100)]
ap143.h: always try to boot from lower address first

7 years agoFix Wallys DR531 bootargs
Piotr Dymacz [Sat, 11 Feb 2017 17:51:39 +0000 (18:51 +0100)]
Fix Wallys DR531 bootargs

7 years agoDrop PL version of README
Piotr Dymacz [Sat, 11 Feb 2017 15:36:14 +0000 (16:36 +0100)]
Drop PL version of README

7 years agoInclude git branch and hash in image filename 140/head
Piotr Dymacz [Mon, 6 Feb 2017 09:21:31 +0000 (10:21 +0100)]
Include git branch and hash in image filename

7 years agoUse U_BOOT_VERSION string in U-Boot image header name field
Piotr Dymacz [Mon, 6 Feb 2017 08:39:31 +0000 (09:39 +0100)]
Use U_BOOT_VERSION string in U-Boot image header name field

7 years agoClean and fix up messy TFTP/RARP related code
Piotr Dymacz [Sun, 5 Feb 2017 18:50:05 +0000 (19:50 +0100)]
Clean and fix up messy TFTP/RARP related code

7 years agoBackport tftpput command
Piotr Dymacz [Sun, 5 Feb 2017 15:49:19 +0000 (16:49 +0100)]
Backport tftpput command

This command can be used to backup whole or part of the FLASH content.

For example, to backup ART data (assuming it's stored in last 64 KB
sector in 16 MB FLASH) in 'art_backup.bin' file in TFTP server:

tftpp 0x9FFF0000 0x10000 art_backup.bin

Important notice: option negotiation mechanism must be enabled in
configuration of used TFTP server.

7 years agoSave some bytes with common printf error/warning functions 134/head
Piotr Dymacz [Sat, 31 Dec 2016 11:41:17 +0000 (12:41 +0100)]
Save some bytes with common printf error/warning functions

7 years agoDisable AR933x hang on boot workaround for RAM loadable version
Piotr Dymacz [Fri, 23 Dec 2016 13:22:21 +0000 (14:22 +0100)]
Disable AR933x hang on boot workaround for RAM loadable version

7 years agoFix TP-Link TL-WDR43x0 board name
Piotr Dymacz [Fri, 23 Dec 2016 10:57:49 +0000 (11:57 +0100)]
Fix TP-Link TL-WDR43x0 board name

7 years agoAdd support for TP-Link TL-WR810N (QCA9531 based)
Piotr Dymacz [Tue, 22 Nov 2016 20:17:30 +0000 (21:17 +0100)]
Add support for TP-Link TL-WR810N (QCA9531 based)

7 years agoDo not use REF clock divider higher than 2 on QCA95xx/AR934x
Piotr Dymacz [Sat, 19 Nov 2016 15:51:15 +0000 (16:51 +0100)]
Do not use REF clock divider higher than 2 on QCA95xx/AR934x

As tests showed, REF clock divider is not reliable with
values higher than 2. Final clock frequency is stable
between restarts, but its value is in range +/- 20-25%
in comparison to expected/calculated frequency.

Instead of using higher REF clock divider values, make
use of fractional part of the multiplier.

This fixes #128

7 years agoCosmetic: adjust PLL header files for tab size of 8
Piotr Dymacz [Thu, 17 Nov 2016 19:50:59 +0000 (20:50 +0100)]
Cosmetic: adjust PLL header files for tab size of 8

7 years agoAdd missing ART offset for supported COMFAST devices
Piotr Dymacz [Thu, 17 Nov 2016 12:33:46 +0000 (13:33 +0100)]
Add missing ART offset for supported COMFAST devices

In most devices, last sector is used for storing ART
data. It's true also for COMFAST devices, as it looks
that they have two copies of ART data, inside second
and last FLASH sector (named 'nvram' in OFW).

ART in second sector is (will be) used in OpenWrt/LEDE,
so we will also use it as default one.

7 years agoAdd original U-Boot images for supported YunCore devices
Piotr Dymacz [Fri, 11 Nov 2016 18:56:05 +0000 (19:56 +0100)]
Add original U-Boot images for supported YunCore devices

7 years agoAdd support for GL Innovations GL-AR150 (AR9331 based)
Piotr Dymacz [Fri, 11 Nov 2016 18:33:57 +0000 (19:33 +0100)]
Add support for GL Innovations GL-AR150 (AR9331 based)

7 years agoMerge branch 'wr841n_v11_orig_bin' into dev
Piotr Dymacz [Fri, 11 Nov 2016 10:52:35 +0000 (11:52 +0100)]
Merge branch 'wr841n_v11_orig_bin' into dev

7 years agoAdd stock U-Boot image for TP-Link TL-WR841N v11
sudden6 [Sat, 15 Oct 2016 16:02:04 +0000 (18:02 +0200)]
Add stock U-Boot image for TP-Link TL-WR841N v11

7 years agoAllow loading kernel from rootfs+kernel and kernel+rootfs firmware images
Piotr Dymacz [Mon, 7 Nov 2016 21:57:47 +0000 (22:57 +0100)]
Allow loading kernel from rootfs+kernel and kernel+rootfs firmware images

Most of the boards with firmware based on official and old QC/A SDK use
rootfs+kernel firmware order. In OpenWrt/LEDE kernel+rootfs order is
prefered (better for growing size of kernel) and more common.

As we don't know what firmware user is using, make it working with both
type of images, with kernel in front or behind the rootfs.

With this change, there is no need to change 'bootcmd' variable when
switching from vendor firmware to OpenWrt/LEDE on YunCore AP90Q/CPE830.

7 years agoAdd support for ALFA NETWORK Hornet-UB (AR9331 based)
Piotr Dymacz [Mon, 7 Nov 2016 21:40:54 +0000 (22:40 +0100)]
Add support for ALFA NETWORK Hornet-UB (AR9331 based)

This should also work with 16/64 MB version (-64 or x2),
models sold with plastic enclosure (AP121{,U,U-64}) and
rebranded Gargoyle Pocket Router v2.

7 years agoCosmetic: fix board order in u-boot/include/configs/ap121.h
Piotr Dymacz [Mon, 7 Nov 2016 21:25:39 +0000 (22:25 +0100)]
Cosmetic: fix board order in u-boot/include/configs/ap121.h

7 years agoAdd support for YunCore CPE830 (QCA9531 based)
Piotr Dymacz [Mon, 7 Nov 2016 16:32:01 +0000 (17:32 +0100)]
Add support for YunCore CPE830 (QCA9531 based)

CPE830 is a clone of AP90Q, with different type of antenna (panel)
and additional 4 LEDs for WiFi signal level indication.

7 years agoSetup GPIOs available in CF-E320N v2 as inputs
Piotr Dymacz [Wed, 28 Sep 2016 18:25:49 +0000 (20:25 +0200)]
Setup GPIOs available in CF-E320N v2 as inputs

J9 header pinout on Comfast CF-E320N v2 PCB:

1. GPIO14
2. GPIO12
3. GPIO11
4. GPIO16
5. VCC (I/O, 2,62 v)
6. GND

Setup available GPIOs as inputs by default.
This allows to use them later in Linux system.

7 years agoAdd information in README that TL-WR841N/D v10 and v11 are also supported
Piotr Dymacz [Tue, 27 Sep 2016 08:29:25 +0000 (10:29 +0200)]
Add information in README that TL-WR841N/D v10 and v11 are also supported

7 years agoAdd support for YunCore CPE870 (AR9341 based)
Piotr Dymacz [Sun, 25 Sep 2016 21:22:54 +0000 (23:22 +0200)]
Add support for YunCore CPE870 (AR9341 based)

7 years agoSet/unset SRAM REQ ACK bit, based on CPU and AHB clocks in DRAM setup
Piotr Dymacz [Sun, 25 Sep 2016 21:01:46 +0000 (23:01 +0200)]
Set/unset SRAM REQ ACK bit, based on CPU and AHB clocks in DRAM setup

7 years agoFix DDR2 setup on AR934x and QCA95xx
Piotr Dymacz [Sun, 25 Sep 2016 20:48:18 +0000 (22:48 +0200)]
Fix DDR2 setup on AR934x and QCA95xx

Instead of set/unset a SEL_18 bit field in DDR_CTL_CONFIG register,
without touching values of rest of the fields, the code was writing
value 0x40 (bit 6 set) into register (and clearing other fields).

This bug was causing problems with DDR2 initialization at least on
AR934{1,2} with DDR2 memory type.

7 years agoAdd information about ready snapshot images in both README
Piotr Dymacz [Sat, 24 Sep 2016 20:57:44 +0000 (22:57 +0200)]
Add information about ready snapshot images in both README

7 years agoAdd support for TP-Link TL-WR841N/D v11 (v10 clone, different GPIO LED configuration)
Piotr Dymacz [Sat, 24 Sep 2016 11:45:56 +0000 (13:45 +0200)]
Add support for TP-Link TL-WR841N/D v11 (v10 clone, different GPIO LED configuration)

7 years agoAdd support for TP-Link TL-WR841N/D v10 (v9 clone, only higher CPU clock)
Piotr Dymacz [Sat, 24 Sep 2016 11:32:37 +0000 (13:32 +0200)]
Add support for TP-Link TL-WR841N/D v10 (v9 clone, only higher CPU clock)

7 years agoInclude GPL-2.0 license text
Piotr Dymacz [Sat, 24 Sep 2016 08:09:45 +0000 (10:09 +0200)]
Include GPL-2.0 license text

Maybe this will help some companies to understand that
this project is GPL2-licensed...

7 years agoFix TP-Link TL-MR3040 GPIO definitions
Piotr Dymacz [Fri, 23 Sep 2016 22:27:10 +0000 (00:27 +0200)]
Fix TP-Link TL-MR3040 GPIO definitions

7 years agoAlways generate fsdata.c and rebuild httpd part
Piotr Dymacz [Fri, 23 Sep 2016 20:22:15 +0000 (22:22 +0200)]
Always generate fsdata.c and rebuild httpd part

7 years agoRework makefsdatac shell script
Piotr Dymacz [Fri, 23 Sep 2016 20:20:47 +0000 (22:20 +0200)]
Rework makefsdatac shell script

7 years agoSplit Comfast CF-E520N and CF-E530N profiles, build separate images for them
Piotr Dymacz [Fri, 23 Sep 2016 16:47:01 +0000 (18:47 +0200)]
Split Comfast CF-E520N and CF-E530N profiles, build separate images for them

7 years agoSplit TP-Link TL-WA801NDv2 and TL-WA830REv2 profiles, build separate images for them
Piotr Dymacz [Fri, 23 Sep 2016 16:40:20 +0000 (18:40 +0200)]
Split TP-Link TL-WA801NDv2 and TL-WA830REv2 profiles, build separate images for them

7 years agoSplit TP-Link TL-WDR3600 and TL-WDR43x0 profiles, build separate images for them
Piotr Dymacz [Fri, 23 Sep 2016 16:34:27 +0000 (18:34 +0200)]
Split TP-Link TL-WDR3600 and TL-WDR43x0 profiles, build separate images for them

7 years agoGet rid off __DATE__ and __TIME__, use value generated with date command
Piotr Dymacz [Fri, 23 Sep 2016 16:19:02 +0000 (18:19 +0200)]
Get rid off __DATE__ and __TIME__, use value generated with date command

7 years agoAdd original U-Boot image for TP-Link TL-MR22U v1
Piotr Dymacz [Fri, 23 Sep 2016 15:56:09 +0000 (17:56 +0200)]
Add original U-Boot image for TP-Link TL-MR22U v1

7 years agoUse correct/full model names for TP-Link U-Boot dumps
Piotr Dymacz [Fri, 23 Sep 2016 15:48:20 +0000 (17:48 +0200)]
Use correct/full model names for TP-Link U-Boot dumps

7 years agoCosmetic cleanups in u-boot/lib_mips/board.c
Piotr Dymacz [Fri, 23 Sep 2016 15:41:42 +0000 (17:41 +0200)]
Cosmetic cleanups in u-boot/lib_mips/board.c

7 years agoUpdate toolchains information in README, fix some broken links
Piotr Dymacz [Wed, 21 Sep 2016 13:28:52 +0000 (15:28 +0200)]
Update toolchains information in README, fix some broken links

7 years agoSmall optimization in ap143.h
Piotr Dymacz [Sun, 18 Sep 2016 16:57:30 +0000 (18:57 +0200)]
Small optimization in ap143.h

7 years agoAdd support for YunCore AP90Q (QCA9531 based)
Piotr Dymacz [Sun, 18 Sep 2016 16:49:20 +0000 (18:49 +0200)]
Add support for YunCore AP90Q (QCA9531 based)

For this board we need a custom delay in low level GPIO init.
AP90Q contains huge capacitor on reset button line which breaks
O/C recovery mode and makes board start always with safe clocks.

7 years agoAdd support for Comfast CF-E314N (QCA9531 based)
Piotr Dymacz [Thu, 15 Sep 2016 23:16:24 +0000 (01:16 +0200)]
Add support for Comfast CF-E314N (QCA9531 based)

7 years agoGet rid of bc in top Makefile
Piotr Dymacz [Wed, 14 Sep 2016 20:13:42 +0000 (22:13 +0200)]
Get rid of bc in top Makefile

7 years agoComfast CF-E520N and CF-530N are identical, only difference is front panel
Piotr Dymacz [Fri, 9 Sep 2016 13:05:23 +0000 (15:05 +0200)]
Comfast CF-E520N and CF-530N are identical, only difference is front panel

7 years agoUse MK_STR for CONFIG_BOARD_CUSTOM_STRING
Piotr Dymacz [Fri, 9 Sep 2016 12:53:43 +0000 (14:53 +0200)]
Use MK_STR for CONFIG_BOARD_CUSTOM_STRING

7 years agoEnable defenv cmd only if flash and env cmds are defined
Piotr Dymacz [Thu, 8 Sep 2016 19:10:01 +0000 (21:10 +0200)]
Enable defenv cmd only if flash and env cmds are defined

7 years agoAdd support for reading/storing MAC address in env variable
Piotr Dymacz [Thu, 1 Sep 2016 21:21:53 +0000 (23:21 +0200)]
Add support for reading/storing MAC address in env variable

Use ethaddr variable for MAC address. If variable is not set,
try to get MAC from defined FLASH offset or if it's not there,
use fake/static one. Also, set ethaddr with MAC address from
FLASH.

If ethaddr variable is set (ex. user saved it in writable env
or defined during build), set MAC address based on its value.

7 years agoBoth supported Comfast targets use same recipe, so combine them
Piotr Dymacz [Thu, 1 Sep 2016 19:50:25 +0000 (21:50 +0200)]
Both supported Comfast targets use same recipe, so combine them

7 years agoSet autoload variable to 'no' by default
Piotr Dymacz [Thu, 1 Sep 2016 19:19:06 +0000 (21:19 +0200)]
Set autoload variable to 'no' by default

This will stop running tftpboot after receiving
dhcp/bootp configuration.

7 years agoAdd support for defining hostname, add some defaults, include it in bootp
Piotr Dymacz [Thu, 1 Sep 2016 15:37:46 +0000 (17:37 +0200)]
Add support for defining hostname, add some defaults, include it in bootp

7 years agoCleanups in net/bootp.c
Piotr Dymacz [Thu, 1 Sep 2016 15:27:41 +0000 (17:27 +0200)]
Cleanups in net/bootp.c

7 years agoFix mess with MAC address for QCA953x ethernet
Piotr Dymacz [Thu, 1 Sep 2016 11:05:04 +0000 (13:05 +0200)]
Fix mess with MAC address for QCA953x ethernet

7 years agoMake web based recovery optional, as configurable httpd command
Piotr Dymacz [Wed, 31 Aug 2016 23:36:59 +0000 (01:36 +0200)]
Make web based recovery optional, as configurable httpd command

7 years agoCleanups and minor fixes in LZMA related code
Piotr Dymacz [Wed, 31 Aug 2016 23:08:13 +0000 (01:08 +0200)]
Cleanups and minor fixes in LZMA related code

7 years agoSave more space with unused string functions, minor cleanups
Piotr Dymacz [Wed, 31 Aug 2016 23:06:41 +0000 (01:06 +0200)]
Save more space with unused string functions, minor cleanups

7 years agoMove custom button recovery mode to environment script
Piotr Dymacz [Wed, 31 Aug 2016 20:22:21 +0000 (22:22 +0200)]
Move custom button recovery mode to environment script

This allows to disable it and change easily as from now
whole recovery mode is handled in script, not hard-coded
in C. Plus, get rid of some defines, fix support for boot
without delay and some other minor changes.

7 years agoBackport echo command
Piotr Dymacz [Wed, 31 Aug 2016 20:06:39 +0000 (22:06 +0200)]
Backport echo command

7 years agoAdd two simple, custom commands: led{on,off}
Piotr Dymacz [Wed, 31 Aug 2016 16:57:37 +0000 (18:57 +0200)]
Add two simple, custom commands: led{on,off}

7 years agoBackport setexpr command, enable it by default, cleanup cmd_itest.c
Piotr Dymacz [Wed, 31 Aug 2016 16:29:27 +0000 (18:29 +0200)]
Backport setexpr command, enable it by default, cleanup cmd_itest.c

7 years agoCode style cleanups in main.c
Piotr Dymacz [Wed, 31 Aug 2016 14:04:20 +0000 (16:04 +0200)]
Code style cleanups in main.c

7 years agoFix code style/indentation in qca_dram.{c,h}, add missing semicolon
Piotr Dymacz [Wed, 31 Aug 2016 10:30:09 +0000 (12:30 +0200)]
Fix code style/indentation in qca_dram.{c,h}, add missing semicolon

7 years agoAdd support for Comfast CF-E320N v2 (QCA9531 based)
Piotr Dymacz [Wed, 31 Aug 2016 00:09:47 +0000 (02:09 +0200)]
Add support for Comfast CF-E320N v2 (QCA9531 based)

7 years agoAdd missing target for lzma host util remove in topdir Makefile
Piotr Dymacz [Wed, 31 Aug 2016 00:01:56 +0000 (02:01 +0200)]
Add missing target for lzma host util remove in topdir Makefile

7 years agoRe-enable useful features for D-Link DIR-505
Piotr Dymacz [Tue, 30 Aug 2016 23:25:13 +0000 (01:25 +0200)]
Re-enable useful features for D-Link DIR-505

As we have saved some space in image, re-enable useful features
for D-Link DIR-505, including writable environment (use second
half of the mac partition for that).

7 years agoDon't remove lzma host utility with make clean{_all}
Piotr Dymacz [Tue, 30 Aug 2016 23:16:30 +0000 (01:16 +0200)]
Don't remove lzma host utility with make clean{_all}

7 years agoAdd support for Comfast CF-E520N (QCA9531 based)
Piotr Dymacz [Tue, 30 Aug 2016 23:14:20 +0000 (01:14 +0200)]
Add support for Comfast CF-E520N (QCA9531 based)

7 years agoEnable LZMA compressed image also for Carambola 2
Piotr Dymacz [Tue, 30 Aug 2016 21:48:58 +0000 (23:48 +0200)]
Enable LZMA compressed image also for Carambola 2

7 years agoGet rid off pre-compiled lzma host util
Piotr Dymacz [Tue, 30 Aug 2016 21:32:33 +0000 (23:32 +0200)]
Get rid off pre-compiled lzma host util

Import lzma cli utility from LZMA SDK 4.65, from OpenWrt SDK.
Remove not needed code, clean rest little bit and enable
building it by default, but only for LZMA compressed images.

This finally fixes #57.

7 years agoRemove header checksum validation from bootstrap stage
Piotr Dymacz [Tue, 30 Aug 2016 21:22:16 +0000 (23:22 +0200)]
Remove header checksum validation from bootstrap stage

It doesn't make sense to check compressed image header
checksum if we just hang anyway if the checksum is not
valid. That will save some code size and speed up boot
time.

7 years agoRestore crc32 command and clean up code style in cmd_mem.c
Piotr Dymacz [Tue, 30 Aug 2016 00:38:52 +0000 (02:38 +0200)]
Restore crc32 command and clean up code style in cmd_mem.c

7 years agoSave around 1,6 KB in bootstrap with unused code
Piotr Dymacz [Mon, 29 Aug 2016 23:55:04 +0000 (01:55 +0200)]
Save around 1,6 KB in bootstrap with unused code

7 years agoShow some information about bootstrap part of the image
Piotr Dymacz [Mon, 29 Aug 2016 23:27:32 +0000 (01:27 +0200)]
Show some information about bootstrap part of the image

7 years agoFix IMG_LZMA argument support in main Makefile
Piotr Dymacz [Mon, 29 Aug 2016 22:58:39 +0000 (00:58 +0200)]
Fix IMG_LZMA argument support in main Makefile

7 years agoFix CONFIG_BOOTFILE value, use it in fw upgrade script
Piotr Dymacz [Mon, 29 Aug 2016 11:51:18 +0000 (13:51 +0200)]
Fix CONFIG_BOOTFILE value, use it in fw upgrade script

7 years agoRestore and enable by default upgrade scripts
Piotr Dymacz [Mon, 29 Aug 2016 11:35:07 +0000 (13:35 +0200)]
Restore and enable by default upgrade scripts

Include in environment new upgrade scripts as it's
easy and fast way for U-Boot/firmare upgrade using
TFTP server (should listen on 'serverip' address).

Use them under U-Boot command line with:
- run uboot_upg (for U-Boot image upgrade, file: u-boot.bin)
- run fw_upg (for firmware image upgrade, file: firmware.bin)

7 years agoFix long type support in itest command
Piotr Dymacz [Mon, 29 Aug 2016 09:02:48 +0000 (11:02 +0200)]
Fix long type support in itest command

7 years agoDefine and use image size limit in bytes instead of KB
Piotr Dymacz [Sun, 28 Aug 2016 23:39:48 +0000 (01:39 +0200)]
Define and use image size limit in bytes instead of KB

7 years agoRemove some features to make image for DIR-505 fit in 64 KB
Piotr Dymacz [Sun, 28 Aug 2016 22:39:37 +0000 (00:39 +0200)]
Remove some features to make image for DIR-505 fit in 64 KB

7 years agoCleanup board configs
Piotr Dymacz [Sun, 28 Aug 2016 22:26:03 +0000 (00:26 +0200)]
Cleanup board configs

- move common defines into separate header file
- remove old ar7240.h config
- clean up mess

7 years agoFix indentation in soc_common.h
Piotr Dymacz [Sun, 28 Aug 2016 22:08:11 +0000 (00:08 +0200)]
Fix indentation in soc_common.h

7 years agoFix indentation in QCA common header, add define for PLL/clock in FLASH offset
Piotr Dymacz [Sun, 28 Aug 2016 20:33:50 +0000 (22:33 +0200)]
Fix indentation in QCA common header, add define for PLL/clock in FLASH offset

7 years agoRework main Makefiles
Piotr Dymacz [Fri, 26 Aug 2016 10:23:40 +0000 (12:23 +0200)]
Rework main Makefiles

This includes:

1. Finally, move SOC definitions to an external header file
   and just include it in config.h

2. Unify target naming scheme and use same names in both
   Makefiles, fix names for some targets, include device
   vendor name

3. Use custom functions to reduce code size and duplicates

4. IMPORTANT: Use LZMA-compressed image version by default,
   as the difference in boot time is negligible, but size
   of the code is reduced by more than 50%

5. Show some information about image configuration during
   building, example:

   Removing configuration...
   Preparing configuration for target: tp-link_tl-wdr3600_tl-43x0

     Device vendor/model:    TP-Link TL-WDR3600/43x0
     Custom recovery web:    no
     Image size limit:       123 KB
     Default FLASH size:     8 MB
     GPIO reset button:      16
     Button active low:      yes
     LZMA compression:       yes
     RAM-loadable only:      no

   [...]

   Copying compiled image...
   Checking size of the image...
   Preparing 123 KB image padded with 0xFF...
   Preparing final image...
   Calculating MD5 sum for the final image...

   DONE!
   Image 'bin/u-boot_mod__20160826__tp-link_tl-wdr3600_tl-43x0.bin' is ready!

6. Change final image name, include build date, proper name
   of the project (u-boot_mod) and selected target name

7 years agoRevert part of qca953x network fixes as it breaks RAM version
Piotr Dymacz [Wed, 24 Aug 2016 14:18:18 +0000 (16:18 +0200)]
Revert part of qca953x network fixes as it breaks RAM version

7 years agoCleanups in low level GPIO related code
Piotr Dymacz [Sun, 21 Aug 2016 17:02:08 +0000 (19:02 +0200)]
Cleanups in low level GPIO related code

This includes:
- shrink define names for GPIO masks
- adjust code for tabs width of 8
- fix indentations
- other minor fixes

7 years agoMerge branch 'mr13u_led_polarity_fix' into dev
Piotr Dymacz [Sun, 21 Aug 2016 09:49:26 +0000 (11:49 +0200)]
Merge branch 'mr13u_led_polarity_fix' into dev

7 years agoInclude two trivial commands: button and sleep
Piotr Dymacz [Sat, 20 Aug 2016 22:32:13 +0000 (00:32 +0200)]
Include two trivial commands: button and sleep

These simple commands might be very useful in scripts
and as we already using Hush shell type, it would be
easier to transform recovery modes into some set of
scripts instead of hard-coding them.

7 years agoFix LED polarity for the TP-LINK TL-MR13U. 118/head
Vittorio G (VittGam) [Sat, 20 Aug 2016 21:56:25 +0000 (23:56 +0200)]
Fix LED polarity for the TP-LINK TL-MR13U.

See https://dev.openwrt.org/changeset/44647 for the related OpenWrt change.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
7 years agoCosmetic cleanups in various files
Piotr Dymacz [Sat, 20 Aug 2016 20:18:12 +0000 (22:18 +0200)]
Cosmetic cleanups in various files

7 years agoUse defines for selecting commands instead of bitmask
Piotr Dymacz [Sat, 20 Aug 2016 20:04:22 +0000 (22:04 +0200)]
Use defines for selecting commands instead of bitmask

Bitmask limits number of commands which can be predefined,
so switch to the approach already used in mainline version.

7 years agoAdd support for Zbtlink ZBT-WE1526 (QCA9531 based)
Piotr Dymacz [Tue, 16 Aug 2016 20:58:52 +0000 (22:58 +0200)]
Add support for Zbtlink ZBT-WE1526 (QCA9531 based)

7 years agoMerge branch 'build_cleanups' into dev
Piotr Dymacz [Tue, 16 Aug 2016 20:28:17 +0000 (22:28 +0200)]
Merge branch 'build_cleanups' into dev

7 years agoCleanups in QCA953x eth/phy related code
Piotr Dymacz [Tue, 16 Aug 2016 17:50:30 +0000 (19:50 +0200)]
Cleanups in QCA953x eth/phy related code

Get rid of some warnings from compilator.
This also fixes #111 (don't drop broadcast packets).

7 years agoAdd function for printing command usage
Piotr Dymacz [Sun, 14 Aug 2016 14:02:42 +0000 (16:02 +0200)]
Add function for printing command usage

DRY... move duplicated code into common function. This saves
around 900 bytes in uncompressed version and around 200 bytes
in compressed one.

Also, cleanup little bit coding style in command.{c,h}

7 years agoEnable iminfo command by default for all devices
Piotr Dymacz [Sun, 14 Aug 2016 11:31:05 +0000 (13:31 +0200)]
Enable iminfo command by default for all devices

Since we support both types of image headers, we can enable
"iminfo" command by default for all devices.

Example output for image with custom TP-Link header:

uboot> imi 0x9F020000

Checking image at 0x9F020000...

   Vendor/image name:    TP-LINK Technologies ver. 1.0
   Firmware version:     3.16.9
   Hardware ID:          0x8410009
   Whole image size:     3.8 MB (3932160 bytes)
   Kernel size:          706.1 kB (723022 bytes)
   Rootfs size:          2.8 MB (2883584 bytes)
   Kernel load address:  0x80002000
   Kernel entry point:   0x801856F0

   Header CRC...  skipped
   Data CRC...    skipped

And for default U-Boot image header (Multi-File image here):

uboot> imi 0x9FE80000

Checking image at 0x9FE80000...

   Image name:    MIPS OpenWrt Linux-3.3.8
   Build date:    2015-10-22 03:41:11 UTC
   Architecture:  MIPS
   OS/image type: Linux Multi-File
   Compression:   LZMA
   Data size:     1 MB (1090582 bytes)
   Load address:  0x80060000
   Entry point:   0x80060000

   Multi-Image:
   > 1 MB (1090574 bytes)

   Header CRC...  OK!
   Data CRC...    OK!