- 14 Mar, 2019 4 commits
-
-
Eric Kuzmenko authored
-
Dorota Czaplejewicz authored
imx8 som: Double environment size Closes #5 See merge request Librem5/uboot-imx!9
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Create librem5 board See merge request Librem5/uboot-imx!7
-
- 19 Feb, 2019 2 commits
-
-
Hugo Grostabussiat authored
This commit creates a new board for the Purism Librem5 devkit. - The board code was copied from the emcraft/imx8m_som board, minus the parts which were not relevant (other DDR configs). - The Emcraft-specific preprocessor defines have been removed. - A new librem5.h configuration file was created.
-
Hugo Grostabussiat authored
The Emcraft-specific config options should not appear if no Emcraft board is selected.
-
- 10 Feb, 2019 1 commit
-
-
Angus Ainslie authored
-
- 30 Jan, 2019 1 commit
-
-
Angus Ainslie authored
Enable distro boot See merge request Librem5/uboot-imx!5
-
- 28 Jan, 2019 2 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
This enables distro_bootcmd for the imx8m SOM and the Librem5 dev kit. It allows flash-kernel to work.
-
- 21 Jan, 2019 1 commit
-
-
Angus Ainslie authored
Load the M4 code from the same eMMC partition the SPL booted from See merge request Librem5/uboot-imx!4
-
- 20 Jan, 2019 2 commits
-
-
Hugo Grostabussiat authored
For eMMC booting from one of their hardware boot partitions, load the M4 binary from the hwpartition the SPL booted from. This enables booting U-boot entirely from the eMMC boot1 or boot2 hwpartitions, thus keeping the bootloader and all the SoC-specific boot black magic out of the way of the user.
-
Hugo Grostabussiat authored
- Put the MMC device initialization part in a separate function. - Flatten indented code by using "return" in the exception path, since there is no error handling to perform. - Include the full function definition for ddr_load_train_code() in the preprocessor conditional, so you don't have to scroll up to see the function prototype for the #else case.
-
- 10 Jan, 2019 1 commit
-
-
Angus Ainslie authored
Use partition with bootable flag as mmcpart See merge request Librem5/uboot-imx!3
-
- 09 Jan, 2019 2 commits
-
-
Angus Ainslie authored
imx8m_som.h : make the kernel verbose rather than quiet See merge request Librem5/uboot-imx!1
-
Daniel Abrecht authored
Signed-off-by:
Daniel Abrecht <public@danielabrecht.ch>
-
- 31 Dec, 2018 1 commit
-
-
Bob Ham authored
-
- 28 Dec, 2018 3 commits
-
-
Angus Ainslie authored
-
Angus Ainslie authored
-
Angus Ainslie authored
-
- 18 Dec, 2018 2 commits
-
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
- 17 Dec, 2018 1 commit
-
-
Angus Ainslie (Purism) authored
-
- 15 Dec, 2018 4 commits
-
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
- 27 Nov, 2018 1 commit
-
-
Angus Ainslie authored
-
- 25 Nov, 2018 5 commits
-
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
- 20 Nov, 2018 3 commits
-
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
- 14 Nov, 2018 2 commits
-
-
Angus Ainslie (Purism) authored
-
Angus Ainslie (Purism) authored
-
- 19 Oct, 2018 2 commits
-
-
Angus Ainslie (Purism) authored
-
Li Jun authored
As the SDP protocol use the predefined ep num for communication, we can't change its name hence reset its ep num while do ep autoconfig, this is only apply for SPL. Signed-off-by:
Li Jun <jun.li@nxp.com>
-