forked from Xilinx/u-boot-xlnx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/cust…
…odians/u-boot-imx u-boot-imx-20191009 ------------------- Travis : https://travis-ci.org/sbabic/u-boot-imx/builds/595148532 - MX6UL / ULZ - Toradex board - Allow to set OCRAM for MX6Q/D - MX7ULP - MX8: (container image, imx8mq_mek), SCU API - fix several board booting from SD/EMMC (cubox-i for example) - pico boards [trini: display5 merged manually] Signed-off-by: Tom Rini <[email protected]>
- Loading branch information
Showing
274 changed files
with
14,398 additions
and
4,488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ | ||
// | ||
// Copyright 2013-2019 Boundary Devices, Inc. | ||
// Copyright 2012 Freescale Semiconductor, Inc. | ||
// Copyright 2011 Linaro Ltd. | ||
|
||
/dts-v1/; | ||
|
||
#include "imx6dl.dtsi" | ||
#include "imx6qdl-nitrogen6x.dtsi" | ||
|
||
/ { | ||
model = "Boundary Devices i.MX6 DualLite Nitrogen6x Board"; | ||
compatible = "boundary,imx6dl-nitrogen6x", "fsl,imx6dl"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
// | ||
// Copyright 2018 Technexion Ltd. | ||
// | ||
// Author: Wig Cheng <[email protected]> | ||
// Richard Hu <[email protected]> | ||
// Tapani Utriainen <[email protected]> | ||
|
||
/dts-v1/; | ||
|
||
#include "imx6dl.dtsi" | ||
#include "imx6qdl-pico.dtsi" | ||
|
||
/ { | ||
model = "TechNexion PICO-IMX6 DualLite/Solo"; | ||
compatible = "technexion,imx6dl-pico", "fsl,imx6dl"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ | ||
// | ||
// Copyright 2013-2019 Boundary Devices, Inc. | ||
// Copyright 2012 Freescale Semiconductor, Inc. | ||
// Copyright 2011 Linaro Ltd. | ||
|
||
/dts-v1/; | ||
|
||
#include "imx6q.dtsi" | ||
#include "imx6qdl-nitrogen6x.dtsi" | ||
|
||
/ { | ||
model = "Boundary Devices i.MX6 Quad Nitrogen6x Board"; | ||
compatible = "boundary,imx6q-nitrogen6x", "fsl,imx6q"; | ||
}; | ||
|
||
&sata { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
// | ||
// Copyright 2018 Technexion Ltd. | ||
// | ||
// Author: Wig Cheng <[email protected]> | ||
// Richard Hu <[email protected]> | ||
// Tapani Utriainen <[email protected]> | ||
|
||
/dts-v1/; | ||
|
||
#include "imx6q.dtsi" | ||
#include "imx6qdl-pico.dtsi" | ||
|
||
/ { | ||
model = "TechNexion PICO-IMX6 Quad"; | ||
compatible = "technexion,imx6q-pico", "fsl,imx6q"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ | ||
// | ||
// Copyright 2013-2019 Boundary Devices, Inc. | ||
// Copyright 2012 Freescale Semiconductor, Inc. | ||
// Copyright 2011 Linaro Ltd. | ||
|
||
/dts-v1/; | ||
|
||
#include "imx6q.dtsi" | ||
#include "imx6qdl-sabrelite.dtsi" | ||
|
||
/ { | ||
model = "Freescale i.MX6 Quad SABRE Lite Board"; | ||
compatible = "fsl,imx6q-sabrelite", "fsl,imx6q"; | ||
}; | ||
|
||
&sata { | ||
status = "okay"; | ||
}; |
Oops, something went wrong.