- 02 Mar, 2015 4 commits
-
-
Yuri Tikhonov authored
Otherwise, 'saveenv' hangs if we have env in eNVM (with D/I caches ON). Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
This format we're using in linux now. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Sergei Poselenov authored
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 01 Mar, 2015 2 commits
-
-
Yuri Tikhonov authored
To enable splash: tftp clock24.bmp prot off 60fa0000 +${filesize} era 60fa0000 +${filesize} cp.b ${loadaddr} 60fa0000 ${filesize} setenv splashimage 60fa0000 BMP in this example is available here: http://localhost:8000/Projects/RT89558?action=AttachFile&do=get&target=clock24.bmp Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 27 Feb, 2015 5 commits
-
-
Alexander Potashev authored
-
Alexander Potashev authored
-
Alexander Potashev authored
-
Alexander Potashev authored
-
Alexander Potashev authored
-
- 26 Feb, 2015 5 commits
-
-
Alexander Potashev authored
-
Alexander Potashev authored
Imported existing code from u-boot-vybrid, implemented in RT89558.
-
Alexander Potashev authored
-
Alexander Potashev authored
-
Alexander Potashev authored
This clock rate is useful to quicly calculate the output from other PLLs, for example PLLSAI.
-
- 24 Feb, 2015 1 commit
-
-
Yuri Tikhonov authored
Note, 'dmamem' is now allocated (and then reserved in linux) before the middle of the SDRAM. This is to be able to run rather big (~6MB) 'qt' app in linux then. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 18 Feb, 2015 2 commits
-
-
Yuri Tikhonov authored
This is to avoid 'HARD FAULT' when booting from flash mem having the 'write-back' caching policy. In this case the data copied may remain in D-cache without flushing them to SDRAM, so on executing such code we'll fill I-cache with garbage from SDRAM. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 17 Feb, 2015 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 11 Feb, 2015 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 09 Feb, 2015 1 commit
-
-
Yuri Tikhonov authored
In case of disabled DCACHE we previously had the only one 4GB MPU region with 'Strongly ordered' mem type. This led to problems with strex/ldrex instruction targeted such mem (and thus we couldn't use these instructions). Now we always create 2 MPU region, even if DCACHE is off. The 2nd MPU region is mapped to external SDRAM, and has 'Normal' mem type. This patch also changes 'write-through' caching policy to 'write- back with write & read allocate'. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 29 Jan, 2015 3 commits
-
-
Vladimir Khusainov authored
-
Vladimir Khusainov authored
-
Vladimir Skvortsov authored
Enable D- and I-caches in STM32F7-SOM.
-
- 27 Jan, 2015 1 commit
-
-
Vladimir Skvortsov authored
Increase CPU frequency up to 200MHz on STM32F7-SOM.
-
- 24 Jan, 2015 1 commit
-
-
Vladimir Khusainov authored
-
- 21 Jan, 2015 2 commits
-
-
Vladimir Khusainov authored
-
Vladimir Khusainov authored
-
- 20 Jan, 2015 2 commits
-
-
Vladimir Skvortsov authored
- Validate NOR flash, SDRAM and networking support in STM32F7 U-Boot.
-
Vladimir Skvortsov authored
Boot STM32F7-SOM up to U-Boot prompt.
-
- 10 Jan, 2015 1 commit
-
-
Vladimir Khusainov authored
Initial skeleton of the STM32F7 SOM port. The configuration builds but hasn't been yet tried on the target.
-
- 26 Nov, 2014 1 commit
-
-
Sergei Poselenov authored
... Board: STM-SOM Rev Rev 2.A, www.emcraft.com ...
-
- 19 Nov, 2014 1 commit
-
-
Sergei Poselenov authored
Signed-off-by:
Greg Martin <gregm102@me.com> Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
- 07 Nov, 2014 1 commit
-
-
Sergei Poselenov authored
- Changed ECC layout to actual - Removed Freescale JFFS2 cleanmarker pages hack which disables ECC for the OOB writes. The controller doesn't seem support relaible OOB writes.
-
- 18 Sep, 2014 1 commit
-
-
Vladimir Khusainov authored
-
- 17 Sep, 2014 1 commit
-
-
Anton Protopopov authored
-
- 10 Sep, 2014 1 commit
-
-
Anton Protopopov authored
-
- 04 Sep, 2014 1 commit
-
-
Vladimir Khusainov authored
Environment in eNVM is disabled by default (env is in NOR Flash). To enable, switch CONFIG_ENVM_IS_IN_ENVM in the config file.
-
- 25 Jul, 2014 1 commit
-
-
Pavel Boldin authored
-