oweals/u-boot_mod.git
9 years agoUpdate README.md 32/head
hackruu [Wed, 2 Jul 2014 20:52:21 +0000 (00:52 +0400)]
Update README.md

Short notes about using net console on other OSes.

10 years agoSimple websites, without logo and repository link, only for fw update
Piotr Dymacz [Thu, 20 Mar 2014 20:37:23 +0000 (21:37 +0100)]
Simple websites, without logo and repository link, only for fw update

10 years agoDifferent IP addresses for Dragino 2
Piotr Dymacz [Thu, 20 Mar 2014 16:45:55 +0000 (17:45 +0100)]
Different IP addresses for Dragino 2

10 years agoDon't need that...
Piotr Dymacz [Thu, 20 Mar 2014 15:02:08 +0000 (16:02 +0100)]
Don't need that...

10 years agodefenv cmd shouldn't be repeatable
Piotr Dymacz [Thu, 20 Mar 2014 14:59:06 +0000 (15:59 +0100)]
defenv cmd shouldn't be repeatable

10 years agoflash -> FLASH
Piotr Dymacz [Thu, 20 Mar 2014 14:58:15 +0000 (15:58 +0100)]
flash -> FLASH

10 years agoMake defenv cmd compatible with env size smaller than env sector size
Piotr Dymacz [Thu, 20 Mar 2014 14:48:52 +0000 (15:48 +0100)]
Make defenv cmd compatible with env size smaller than env sector size

10 years agoToo many space characters in cmd list
Piotr Dymacz [Thu, 20 Mar 2014 13:40:25 +0000 (14:40 +0100)]
Too many space characters in cmd list

10 years agoSimpler command name for resetting env variables
Piotr Dymacz [Thu, 20 Mar 2014 13:35:42 +0000 (14:35 +0100)]
Simpler command name for resetting env variables

10 years agoSimpler command names for O/C
Piotr Dymacz [Thu, 20 Mar 2014 11:47:29 +0000 (12:47 +0100)]
Simpler command names for O/C

10 years agoMake Carambola 2 use only half of the FLASH sector for storing env variables, so...
Piotr Dymacz [Thu, 20 Mar 2014 11:37:53 +0000 (12:37 +0100)]
Make Carambola 2 use only half of the FLASH sector for storing env variables, so the clocks/PLL configuration can be safety stored at the end of the same sector

10 years agoMerge branch 'hush_shell_restore'
Piotr Dymacz [Thu, 20 Mar 2014 10:31:03 +0000 (11:31 +0100)]
Merge branch 'hush_shell_restore'

10 years agoSmall fixes
Piotr Dymacz [Thu, 20 Mar 2014 10:30:45 +0000 (11:30 +0100)]
Small fixes

10 years agoScripts in env variables for simple U-Boot and firmware upgrade
Piotr Dymacz [Wed, 19 Mar 2014 23:24:26 +0000 (00:24 +0100)]
Scripts in env variables for simple U-Boot and firmware upgrade

10 years agoMake itest command enabled by default
Piotr Dymacz [Wed, 19 Mar 2014 19:33:30 +0000 (20:33 +0100)]
Make itest command enabled by default

10 years agoRestore itest command
Piotr Dymacz [Wed, 19 Mar 2014 19:20:46 +0000 (20:20 +0100)]
Restore itest command

10 years agoRemove unnecessary code...
Piotr Dymacz [Wed, 19 Mar 2014 19:12:26 +0000 (20:12 +0100)]
Remove unnecessary code...

10 years agoMake Hush shell the default command interpreter
Piotr Dymacz [Wed, 19 Mar 2014 17:22:22 +0000 (18:22 +0100)]
Make Hush shell the default command interpreter

10 years agoMerge branch 'wr720nv3ch_memory_init_fix'
Piotr Dymacz [Wed, 19 Mar 2014 14:51:22 +0000 (15:51 +0100)]
Merge branch 'wr720nv3ch_memory_init_fix'

10 years agoRestore boot/bootd and echo commands
Piotr Dymacz [Wed, 19 Mar 2014 13:39:51 +0000 (14:39 +0100)]
Restore boot/bootd and echo commands

10 years agoFix serial baud rate calculation 22/head
zwhfly [Wed, 19 Mar 2014 11:27:30 +0000 (19:27 +0800)]
Fix serial baud rate calculation

This commit fixes this issue: https://github.com/pepe2k/u-boot_mod/issues/21.

10 years agoFix memory init for WR720N v3 CH
Piotr Dymacz [Wed, 19 Mar 2014 10:54:18 +0000 (11:54 +0100)]
Fix memory init for WR720N v3 CH

10 years agoAdd missing Hush shell code in other files
Piotr Dymacz [Wed, 19 Mar 2014 10:01:45 +0000 (11:01 +0100)]
Add missing Hush shell code in other files

10 years agohush.o in Makefile
Piotr Dymacz [Tue, 18 Mar 2014 18:16:04 +0000 (19:16 +0100)]
hush.o in Makefile

10 years agoRestore Hush shell files from original sources
Piotr Dymacz [Tue, 18 Mar 2014 18:11:26 +0000 (19:11 +0100)]
Restore Hush shell files from original sources

10 years agoFix RAM test (end address was wrong, now it depends on actual RAM size)
Piotr Dymacz [Sat, 22 Feb 2014 19:21:12 +0000 (20:21 +0100)]
Fix RAM test (end address was wrong, now it depends on actual RAM size)

10 years agoAllow to build images with disabled U-Boot console output
Piotr Dymacz [Mon, 10 Feb 2014 21:19:55 +0000 (22:19 +0100)]
Allow to build images with disabled U-Boot console output

10 years agoDont show boot delay info if boot delay is 0s
Piotr Dymacz [Sun, 9 Feb 2014 23:25:42 +0000 (00:25 +0100)]
Dont show boot delay info if boot delay is 0s

10 years agoSST 25VF064C chip is not supported - it needs some additional operations before erase...
Piotr Dymacz [Sun, 9 Feb 2014 21:02:37 +0000 (22:02 +0100)]
SST 25VF064C chip is not supported - it needs some additional operations before erase/program actions (need access to this chip to make it working)

10 years agoSmall changes in Makefile
Piotr Dymacz [Sun, 9 Feb 2014 14:29:26 +0000 (15:29 +0100)]
Small changes in Makefile

10 years agoMerge branch 'support_for_dragino2'
Piotr Dymacz [Mon, 3 Feb 2014 22:53:47 +0000 (23:53 +0100)]
Merge branch 'support_for_dragino2'

10 years agoInfo about Dragino 2 in README
Piotr Dymacz [Mon, 3 Feb 2014 22:41:36 +0000 (23:41 +0100)]
Info about Dragino 2 in README

10 years agoDisable U-Boot and ART upgrade for Dragino 2
Piotr Dymacz [Mon, 3 Feb 2014 22:24:46 +0000 (23:24 +0100)]
Disable U-Boot and ART upgrade for Dragino 2

10 years agoNew defines which allow to disable U-Boot and/or ART upgrade in web failsafe mode
Piotr Dymacz [Mon, 3 Feb 2014 22:24:06 +0000 (23:24 +0100)]
New defines which allow to disable U-Boot and/or ART upgrade in web failsafe mode

10 years agoRestore WAN/LAN activity/link LEDs before kernel loading
Piotr Dymacz [Mon, 3 Feb 2014 21:04:02 +0000 (22:04 +0100)]
Restore WAN/LAN activity/link LEDs before kernel loading

10 years agoSmall fixes
Piotr Dymacz [Mon, 3 Feb 2014 20:48:44 +0000 (21:48 +0100)]
Small fixes

10 years agoPLL/clocks configuration offset in FLASH
Piotr Dymacz [Mon, 3 Feb 2014 18:09:57 +0000 (19:09 +0100)]
PLL/clocks configuration offset in FLASH

10 years agoUse only half of the FLASH sector for Dragino 2 environment
Piotr Dymacz [Mon, 3 Feb 2014 17:45:51 +0000 (18:45 +0100)]
Use only half of the FLASH sector for Dragino 2 environment

10 years agoDedicated web pages for Dragino 2
Piotr Dymacz [Mon, 3 Feb 2014 16:25:56 +0000 (17:25 +0100)]
Dedicated web pages for Dragino 2

10 years agofsdata.c need to be removed during clean
Piotr Dymacz [Mon, 3 Feb 2014 15:38:46 +0000 (16:38 +0100)]
fsdata.c need to be removed during clean

10 years agoWe won't need old DDR_TAP_CAL anymore
Piotr Dymacz [Mon, 3 Feb 2014 00:43:06 +0000 (01:43 +0100)]
We won't need old DDR_TAP_CAL anymore

10 years agoUse the same memory initialization for compressed and uncompressed version, some...
Piotr Dymacz [Mon, 3 Feb 2014 00:37:03 +0000 (01:37 +0100)]
Use the same memory initialization for compressed and uncompressed version, some unused code removed

10 years agoSmall fixes
Piotr Dymacz [Sun, 2 Feb 2014 19:58:18 +0000 (20:58 +0100)]
Small fixes

10 years agoInitial support for Dragino2, not working - need to rebuild memory initialization
Piotr Dymacz [Sun, 2 Feb 2014 18:51:57 +0000 (19:51 +0100)]
Initial support for Dragino2, not working - need to rebuild memory initialization

10 years agoSmall changes in flashing.html
Piotr Dymacz [Sun, 2 Feb 2014 12:48:50 +0000 (13:48 +0100)]
Small changes in flashing.html

10 years agoMerge branch 'new_web_pages'
Piotr Dymacz [Fri, 31 Jan 2014 00:04:08 +0000 (01:04 +0100)]
Merge branch 'new_web_pages'

10 years agoUse script to generate fsdata.c file
Piotr Dymacz [Fri, 31 Jan 2014 00:00:12 +0000 (01:00 +0100)]
Use script to generate fsdata.c file

10 years agoOriginal U-Boot image for TP-Link TL-WDR3500 v1
Piotr Dymacz [Thu, 30 Jan 2014 22:16:54 +0000 (23:16 +0100)]
Original U-Boot image for TP-Link TL-WDR3500 v1

10 years agoSmall fixes in new web pages
Piotr Dymacz [Thu, 30 Jan 2014 21:54:15 +0000 (22:54 +0100)]
Small fixes in new web pages

10 years agoMerge branch 'support_for_wdr3500'
Piotr Dymacz [Wed, 29 Jan 2014 21:39:30 +0000 (22:39 +0100)]
Merge branch 'support_for_wdr3500'

10 years agoLower DDR/AHB frequencies for TL-WDRxxxx
Piotr Dymacz [Wed, 29 Jan 2014 21:38:36 +0000 (22:38 +0100)]
Lower DDR/AHB frequencies for TL-WDRxxxx

10 years agoSupport for TP-Link TL-WDR3500
Piotr Dymacz [Wed, 29 Jan 2014 21:35:14 +0000 (22:35 +0100)]
Support for TP-Link TL-WDR3500

10 years agoMerge branch 'support_for_gs-oolite-v1'
Piotr Dymacz [Mon, 27 Jan 2014 23:57:00 +0000 (00:57 +0100)]
Merge branch 'support_for_gs-oolite-v1'

10 years agoInfo about GS-Oolite/Elink EL-M150 in README
Piotr Dymacz [Mon, 27 Jan 2014 23:48:36 +0000 (00:48 +0100)]
Info about GS-Oolite/Elink EL-M150 in README

10 years agoInfo about new FLASH type in README
Piotr Dymacz [Mon, 27 Jan 2014 12:10:39 +0000 (13:10 +0100)]
Info about new FLASH type in README

10 years agoSupport for EON EN25F32 (4 MB) FLASH type
Piotr Dymacz [Sun, 26 Jan 2014 23:45:11 +0000 (00:45 +0100)]
Support for EON EN25F32 (4 MB) FLASH type

10 years agoNew and simpler web pages
Piotr Dymacz [Sun, 26 Jan 2014 23:39:00 +0000 (00:39 +0100)]
New and simpler web pages

10 years agoScript for generating fsdata.c file
Piotr Dymacz [Thu, 23 Jan 2014 13:27:28 +0000 (14:27 +0100)]
Script for generating fsdata.c file

10 years agoJust small fixes
Piotr Dymacz [Mon, 20 Jan 2014 00:33:11 +0000 (01:33 +0100)]
Just small fixes

10 years agoSmall fixes in text
Piotr Dymacz [Thu, 16 Jan 2014 02:00:18 +0000 (03:00 +0100)]
Small fixes in text

10 years agoSupport for GS-Oolite v1 module on big development board with two relays
Piotr Dymacz [Thu, 16 Jan 2014 01:58:28 +0000 (02:58 +0100)]
Support for GS-Oolite v1 module on big development board with two relays

10 years agoDDR1/DDR2 recognition for compressed version, based on BOOT_STRAP register value
Piotr Dymacz [Wed, 15 Jan 2014 20:14:16 +0000 (21:14 +0100)]
DDR1/DDR2 recognition for compressed version, based on BOOT_STRAP register value

10 years agoMerge branch 'simpler_oc_command_ar9331'
Piotr Dymacz [Tue, 14 Jan 2014 19:09:37 +0000 (20:09 +0100)]
Merge branch 'simpler_oc_command_ar9331'

10 years agoCommand 'printclocks' is not needed anymore
Piotr Dymacz [Tue, 14 Jan 2014 19:06:37 +0000 (20:06 +0100)]
Command 'printclocks' is not needed anymore

10 years agoNew 'setclocks' command
Piotr Dymacz [Tue, 14 Jan 2014 19:05:22 +0000 (20:05 +0100)]
New 'setclocks' command

10 years agoRestore go command for all supported devices
Piotr Dymacz [Mon, 13 Jan 2014 23:43:15 +0000 (00:43 +0100)]
Restore go command for all supported devices

10 years agoChanges in defines for AR9331 PLL and clocks registers values
Piotr Dymacz [Mon, 13 Jan 2014 15:00:16 +0000 (16:00 +0100)]
Changes in defines for AR9331 PLL and clocks registers values

10 years agoRemoval of the old set_clocks cmd
Piotr Dymacz [Mon, 13 Jan 2014 00:28:46 +0000 (01:28 +0100)]
Removal of the old set_clocks cmd

10 years agoOriginal U-Boot images for some of the supported devices
Piotr Dymacz [Sun, 12 Jan 2014 22:55:05 +0000 (23:55 +0100)]
Original U-Boot images for some of the supported devices

10 years agoMerge branch 'support_for_mr3420v2'
Piotr Dymacz [Wed, 8 Jan 2014 10:31:50 +0000 (11:31 +0100)]
Merge branch 'support_for_mr3420v2'

Conflicts:
README.md
READMEPL.md

10 years agoInfo about MR3420 v2 in README
Piotr Dymacz [Wed, 8 Jan 2014 10:22:33 +0000 (11:22 +0100)]
Info about MR3420 v2 in README

10 years agoSupport for MR3420 v2 and small fixes in GPIO initialization
Piotr Dymacz [Tue, 7 Jan 2014 23:55:27 +0000 (00:55 +0100)]
Support for MR3420 v2 and small fixes in GPIO initialization

10 years agoForgotten info about WR841N/D v8
Piotr Dymacz [Tue, 7 Jan 2014 00:16:03 +0000 (01:16 +0100)]
Forgotten info about WR841N/D v8

10 years agoREADME update (new supported devices)
Piotr Dymacz [Mon, 6 Jan 2014 23:10:01 +0000 (00:10 +0100)]
README update (new supported devices)

10 years agoMerge branch 'support_for_ar9341'
Piotr Dymacz [Mon, 6 Jan 2014 22:50:46 +0000 (23:50 +0100)]
Merge branch 'support_for_ar9341'

10 years agoREADME fix
Piotr Dymacz [Mon, 6 Jan 2014 22:37:48 +0000 (23:37 +0100)]
README fix

10 years agoMerge pull request #16 from andim2/master
Piotr Dymacz [Mon, 6 Jan 2014 22:05:59 +0000 (14:05 -0800)]
Merge pull request #16 from andim2/master

Thanks for fixes.

10 years agoSupport for WA801ND v2 (AR9341, H/W clone of the WA830RE v2)
Piotr Dymacz [Mon, 6 Jan 2014 21:48:30 +0000 (22:48 +0100)]
Support for WA801ND v2 (AR9341, H/W clone of the WA830RE v2)

10 years agoSupport for WA830RE v2 (AR9341)
Piotr Dymacz [Mon, 6 Jan 2014 20:16:24 +0000 (21:16 +0100)]
Support for WA830RE v2 (AR9341)

10 years agoSome cosmetic fixes in network drivers
Piotr Dymacz [Mon, 6 Jan 2014 14:56:04 +0000 (15:56 +0100)]
Some cosmetic fixes in network drivers

10 years agoMinor language/typo improvements. 16/head
Andreas Mohr [Thu, 26 Dec 2013 17:51:40 +0000 (18:51 +0100)]
Minor language/typo improvements.

10 years agoMention possibility of non-destructive testing, misc. hints.
Andreas Mohr [Thu, 26 Dec 2013 17:52:17 +0000 (18:52 +0100)]
Mention possibility of non-destructive testing, misc. hints.

10 years agoGPIO configuration for AR934x (in asm is, however, better)
Piotr Dymacz [Wed, 18 Dec 2013 16:31:46 +0000 (17:31 +0100)]
GPIO configuration for AR934x (in asm is, however, better)

10 years agoGPIO initialization for AR9341 do not neet to be in asm (we don't need wait loop)
Piotr Dymacz [Tue, 17 Dec 2013 22:44:56 +0000 (23:44 +0100)]
GPIO initialization for AR9341 do not neet to be in asm (we don't need wait loop)

10 years agoInitial AR9341 support, some changes in makefiles, athrs27 driver
Piotr Dymacz [Tue, 17 Dec 2013 22:11:42 +0000 (23:11 +0100)]
Initial AR9341 support, some changes in makefiles, athrs27 driver

10 years agoMerge branch 'oc_recovery' to master
Piotr Dymacz [Wed, 4 Dec 2013 22:22:09 +0000 (23:22 +0100)]
Merge branch 'oc_recovery' to master

10 years agoPLL/clocks settings in FLASH and O/C recovery for AR9331, other minor changes, AR9344...
Piotr Dymacz [Wed, 4 Dec 2013 22:08:07 +0000 (23:08 +0100)]
PLL/clocks settings in FLASH and O/C recovery for AR9331, other minor changes, AR9344 still needs work (OFW kernel doesn't load, no O/C and O/C recovery)

10 years agoCPU/RAM/AHB clocks and memory type print
Piotr Dymacz [Tue, 19 Nov 2013 21:54:30 +0000 (22:54 +0100)]
CPU/RAM/AHB clocks and memory type print

10 years agoSimpler settings for PLL registers on AR9331
Piotr Dymacz [Tue, 19 Nov 2013 11:35:33 +0000 (12:35 +0100)]
Simpler settings for PLL registers on AR9331

10 years agoEnable broadcast packets for AR9331, ignore DHCP option 28
Piotr Dymacz [Mon, 21 Oct 2013 21:08:09 +0000 (23:08 +0200)]
Enable broadcast packets for AR9331, ignore DHCP option 28

10 years agoMicron N25Q128 support
Piotr Dymacz [Mon, 14 Oct 2013 20:21:46 +0000 (22:21 +0200)]
Micron N25Q128 support

10 years agoREADMEs update
Piotr Dymacz [Wed, 9 Oct 2013 16:58:16 +0000 (18:58 +0200)]
READMEs update

10 years agoREADME in PL
Piotr Dymacz [Wed, 9 Oct 2013 10:49:30 +0000 (12:49 +0200)]
README in PL

10 years agoChanges after last pull requests, README update
Piotr Dymacz [Wed, 9 Oct 2013 09:51:22 +0000 (11:51 +0200)]
Changes after last pull requests, README update

10 years agoMerge pull request #5 from vdat/patch-1
Piotr Dymacz [Thu, 26 Sep 2013 13:45:44 +0000 (06:45 -0700)]
Merge pull request #5 from vdat/patch-1

Update ar7240_flash.c

10 years agoUpdate ar7240_flash.c 5/head
vdat [Thu, 26 Sep 2013 12:05:18 +0000 (15:05 +0300)]
Update ar7240_flash.c

Adding support for  Flash Spansion S25FL127S (16 MB)

10 years agoMerge pull request #1 from rainlake/tp-mr13u
Piotr Dymacz [Sun, 1 Sep 2013 16:52:33 +0000 (09:52 -0700)]
Merge pull request #1 from rainlake/tp-mr13u

add support for tl-mr13u

10 years agoadd support for tl-mr13u 1/head
Zhiqiang Wang [Thu, 29 Aug 2013 20:10:49 +0000 (16:10 -0400)]
add support for tl-mr13u

10 years agoSeveral changes regarding MAC address
Piotr Dymacz [Sat, 24 Aug 2013 21:37:57 +0000 (23:37 +0200)]
Several changes regarding MAC address

10 years agoDefault clocks define
Piotr Dymacz [Mon, 19 Aug 2013 12:46:29 +0000 (14:46 +0200)]
Default clocks define