- 16 Nov, 2018 2 commits
-
-
Sami Nurmenniemi authored
-
Sami Nurmenniemi authored
- Supports booting image without u-boot headers on stm32
-
- 14 Nov, 2018 4 commits
-
-
Sami Nurmenniemi authored
-
Sami Nurmenniemi authored
- Don't pass structure to an arbitrary unaligned memory address and access it's members. Fill in the structyre and then memcpy it to the desired memory location. - Don't access unaligned array members with aligned casts
-
Sami Nurmenniemi authored
-
Sami Nurmenniemi authored
-
- 10 Dec, 2017 1 commit
-
-
Sergei Poselenov authored
Signed-off-by:
Reinhard Mötzel <rmoetzel@z-laser.de> Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
- 14 Nov, 2017 1 commit
-
-
Sergei Poselenov authored
-
- 21 Oct, 2017 1 commit
-
-
Sergei Poselenov authored
Now 10Mb/s link works in U-Boot.
-
- 28 Sep, 2017 3 commits
-
-
Alexander Dyachenko authored
RM 1947: Optimize ESDHC performance: reduce udelay in esdhc_send_cmd(); fine tune the clock settings (cherry picked from commit 892cff3e23877fbb3b6550e66ceac87d21b97634)
-
Alexander Dyachenko authored
RM 1947: Configure MMC and FSL_ESDHC drivers for the Ametek-2U board and K70-SOM, enable necessary workarounds (cherry picked from commit d189fb147ed3b9c00306fd669685a4127b9488ee) Conflicts: board/emcraft/k70-som/board.c include/configs/ametek-fpc.h
-
Alexander Dyachenko authored
(cherry picked from commit 85502fd1becd71b365b71f4a8fd308ae4953025e)
-
- 21 Sep, 2017 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 27 May, 2017 1 commit
-
-
Sergei Poselenov authored
-
- 26 May, 2017 1 commit
-
-
Sergei Poselenov authored
and stm32f7-som-64-ext-bsb_config.
-
- 24 Apr, 2017 1 commit
-
-
Sergei Poselenov authored
-
- 05 Apr, 2017 1 commit
-
-
Dmitry Konyshev authored
-
- 15 Mar, 2017 2 commits
-
-
Dmitry Konyshev authored
-
Dmitry Konyshev authored
-
- 10 Mar, 2017 1 commit
-
-
Sergei Miroshnichenko authored
-
- 03 Mar, 2017 10 commits
-
-
Sergei Miroshnichenko authored
Return the configurable command for programming, as MT25Q doesn't support the default SPINOR_OP_PP_4B command.
-
Sergei Miroshnichenko authored
Change addressing to 4-byte mode for flashes greater than 16MiB
-
Sergei Miroshnichenko authored
-
Sergei Miroshnichenko authored
Based on information from ST: "Workarounds linked to Silicon Limitation: Extra data written in the FIFO at the end of a read transfer";
-
Sergei Miroshnichenko authored
-
Sergei Miroshnichenko authored
-
Sergei Miroshnichenko authored
-
Sergei Miroshnichenko authored
Add a new driver named "switch" for run-time selection of wanted devices in DT based on gpios: configuration_switch: configuration_switch { compatible = "emcraft,configuration-switch"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_switch>; }; ... pinctrl_switch: switch { st,pins { /* e5 = 4*16 + 5 = 69 */ status_pullup = <&gpioe 5 IN PULL_UP PUSH_PULL LOW_SPEED>; }; }; ... &usb_fs { ... configuration-switch-gpios = <&gpioe 5 GPIO_ACTIVE_LOW>; };
-
Sergei Miroshnichenko authored
-
Sergei Miroshnichenko authored
-
- 02 Mar, 2017 1 commit
-
-
Sergei Poselenov authored
-
- 24 Feb, 2017 2 commits
-
-
Dmitry Konyshev authored
-
Dmitry Konyshev authored
-
- 15 Feb, 2017 1 commit
-
-
Sergei Poselenov authored
if "tftp" fails.
-
- 14 Feb, 2017 1 commit
-
-
Dmitry Konyshev authored
-
- 25 Jan, 2017 1 commit
-
-
Sergei Miroshnichenko authored
-
- 19 Jan, 2017 2 commits
-
-
Sergei Miroshnichenko authored
Orise Tech OTM8009A LCD: MB1166 board from the STM32F769I-DISCO kit.
-
Sergei Miroshnichenko authored
Default value of RCC_PLLSAICFGR.PLLSAIR=8 doesn't allow to set up high speed LCD
-
- 10 Jan, 2017 2 commits
-
-
Yuri Tikhonov authored
This is to be able to program it in Linux wout necessity to reconfigure MPU. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-