- 28 Sep, 2017 1 commit
-
-
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>
-
- 06 Jan, 2017 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 05 Jan, 2017 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 29 Dec, 2016 4 commits
-
-
Sergei Miroshnichenko authored
- Initialize QSPI during startup; - Add support of "&&" in U-Boot command chains; - Set up the "update_uboot", "update_kernel", "env_default" and "qspiboot" commands.
-
Sergei Miroshnichenko authored
-
Sergei Miroshnichenko authored
- Import the spi_nor.h header file from Linux kernel; - Add also the qspi U-Boot command for erasing and writing the QSPI Flash; - The QSPI Flash is accessible for reading via 0x90000000; - The only supported at the moment QSPI Flash Micron MT25QL512ABB1EW9 is currently hardcoded.
-
Sergei Miroshnichenko authored
-
- 16 Dec, 2016 3 commits
-
-
Sergei Miroshnichenko authored
- Replace local macros for flash base size with generic ones (from include/configs/*.h); - Add four banks 256KiB each in according with RM0410 "3.3.1 Flash memory organization".
-
Sergei Miroshnichenko authored
-
Sergei Miroshnichenko authored
-
- 07 Dec, 2016 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 27 Nov, 2016 1 commit
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-