-
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.
Signed-off-by: Tom Rini <[email protected]>
- Loading branch information
Showing
340 changed files
with
13,228 additions
and
2,083 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Please do not submit a Pull Request via github. Our project makes use of | ||
mailing lists for patch submission and review. For more details please | ||
see https://www.denx.de/wiki/U-Boot/Patches | ||
see https://u-boot.readthedocs.io/en/latest/develop/sending_patches.html | ||
|
||
The only exception to this is in order to trigger a CI loop on Azure prior | ||
to posting of patches. |
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 |
---|---|---|
|
@@ -264,6 +264,7 @@ F: arch/arm/include/asm/arch-mx*/ | |
F: arch/arm/include/asm/arch-vf610/ | ||
F: arch/arm/include/asm/mach-imx/ | ||
F: board/freescale/*mx*/ | ||
F: drivers/serial/serial_mxc.c | ||
|
||
ARM HISILICON | ||
M: Peter Griffin <[email protected]> | ||
|
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,35 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Copyright (C) 2022 BSH Hausgeraete GmbH | ||
* | ||
* Author: Michael Trimarchi <[email protected]> | ||
*/ | ||
|
||
&{/soc} { | ||
u-boot,dm-pre-reloc; | ||
}; | ||
|
||
&aips2 { | ||
u-boot,dm-pre-reloc; | ||
}; | ||
|
||
&iomuxc { | ||
u-boot,dm-pre-reloc; | ||
}; | ||
|
||
&iomuxc_snvs { | ||
u-boot,dm-pre-reloc; | ||
}; | ||
|
||
&uart4 { | ||
u-boot,dm-pre-reloc; | ||
}; | ||
|
||
&pinctrl_uart4 { | ||
u-boot,dm-pre-reloc; | ||
}; | ||
|
||
&gpmi { | ||
u-boot,dm-spl; | ||
u-boot,dm-pre-reloc; | ||
}; |
Oops, something went wrong.