- 18 Nov, 2011 2 commits
-
-
Sergei Poselenov authored
-
Sergei Poselenov authored
values. With these settings both our reworked ST-MEM cards works.
-
- 17 Nov, 2011 1 commit
-
-
Dmitry Konyshev authored
-
- 14 Nov, 2011 2 commits
-
-
Dmitry Konyshev authored
This reverts commit 1ddfff86.
-
Sergei Poselenov authored
Also, enabled CONFIG_MISC_INIT_R to set the non-default flash timings.
-
- 10 Nov, 2011 1 commit
-
-
Dmitry Konyshev authored
-
- 26 Oct, 2011 1 commit
-
-
Sergei Poselenov authored
-
- 20 Oct, 2011 2 commits
-
-
Sergei Poselenov authored
-
Sergei Poselenov authored
(BWR - > BWTR).
-
- 18 Oct, 2011 1 commit
-
-
Sergei Poselenov authored
-
- 17 Oct, 2011 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 14 Oct, 2011 4 commits
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
This will help us to debug support for ext 32 PSRAM. Now internal RAM buffer has size of 88KB, and it's enough to put u-boot.bin there for self-update purposes. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 07 Oct, 2011 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 05 Oct, 2011 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 04 Oct, 2011 1 commit
-
-
Yuri Tikhonov authored
Set console, passed to kernel by default, do ttyS2, which corresponds to UART3. Unfortunatelly, there's no way to use UART1 (and ttyS0) on this board, just because the GPIO pins used for RS-232 here in alter- native functions have only UART3 and UART4 capabilities (btw, I tested that being configured to use UART4 - U-Boot console works well too). Also, fix-up platform configuration, and TFTP boot dir (in linux we'll assume STM32 platform, not STM32F2 as we currently do in U-Boot). Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 03 Oct, 2011 1 commit
-
-
Sergei Poselenov authored
-
- 28 Sep, 2011 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 26 Sep, 2011 2 commits
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 25 Sep, 2011 1 commit
-
-
Yuri Tikhonov authored
Note, beside this, to make driver workable, this patch: - changes SRAM memory distribution. Actually, we have 128K in STM (as opposite to 64K in A2F). TBDs here: a) CONFIG_MEM_RAM_LEN is a bad name, since this isn't length of full SRAM, but just a part of it; b) we should control the summary length of MEM_xxx areas somehow, on a SOC basis (i.e. A2F has 64K SRAM, STM32F2 has 128K SRAM, etc.), maybe include/configs/cortex-m3-common.h would be the best choice; c) not sure if we want to have *all* SRAM parts configurable, e.g. MALLOC size may be determined automatically. - in default configuration load files to SRAM (RAM_BUF) (as opposite to external RAM). TBD here: make this configurable somehow. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 22 Sep, 2011 1 commit
-
-
Yuri Tikhonov authored
Beside of faster working we'll need HSE for clocking MAC (previously we was clocked by HSI, by poweron default). Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 21 Sep, 2011 1 commit
-
-
Yuri Tikhonov authored
Use this driver to configure GPIOs for using them: - with UART (right now); - with Ethernet (in the forthcoming patches). Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 19 Sep, 2011 2 commits
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 18 Sep, 2011 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 17 Sep, 2011 2 commits
-
-
Yuri Tikhonov authored
Note, this patch also: - removes the gap between RAM_BUF and MALLOC (additional 4K are used for MALLOC now: 8K -> 12K); - exports memory layout via _mem_xxx symbols, so: -- use _mem_ram_buf_xxx in cmd_cptf.c instead of hard-coded vals; -- use _mem_stack_xxx instead of armboot_start; -- use _mem_stack_end in start.c instead of hard-coded val. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Stubs for stm3220g-eval port. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 08 Sep, 2011 1 commit
-
-
Dmitry Cherukhin authored
-
- 10 Aug, 2011 1 commit
-
-
Vladimir Khusainov authored
-
- 30 Jul, 2011 2 commits
-
-
Vladimir Khusainov authored
the Actel DEV-KIT board.
-
Vladimir Khusainov authored
the Actel DEV-KIT board.
-
- 09 Jul, 2011 1 commit
-
-
Vladimir Khusainov authored
-
- 11 Jun, 2011 1 commit
-
-
Vladimir Khusainov authored
-
- 09 Jun, 2011 1 commit
-
-
Vladimir Khusainov authored
-
- 29 Jan, 2011 1 commit
-
-
Vladimir Khusainov authored
This seems to be it, as far as the U-boot clean-up goes ...
-
- 28 Jan, 2011 1 commit
-
-
Sergei Poselenov authored
-
- 27 Jan, 2011 1 commit
-
-
Sergei Poselenov authored
-