forked from analogdevicesinc/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.
Prepare v2017.01 - Fix defconfigs for v2017.01 - DISTRO_DEFAULTS (and remove CMD_PXE, MENU) !DISPLAY_BOARDINFO - Remove CONFIG_CMD_NAND, CONFIG_SYS_NAND_SELF_INIT from board file - Various SPI fixes Signed-off-by: Michal Simek <[email protected]>
- Loading branch information
Showing
2,276 changed files
with
55,312 additions
and
18,067 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 |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
# Top-level generic files | ||
# | ||
/MLO* | ||
/SPL | ||
/SPL* | ||
/System.map | ||
/u-boot* | ||
/boards.cfg | ||
|
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 |
---|---|---|
|
@@ -69,8 +69,7 @@ ARM ALTERA SOCFPGA | |
M: Marek Vasut <[email protected]> | ||
S: Maintainted | ||
T: git git://git.denx.de/u-boot-socfpga.git | ||
F: arch/arm/cpu/armv7/socfpga/ | ||
F: board/altera/socfpga/ | ||
F: arch/arm/mach-socfpga/ | ||
|
||
ARM ATMEL AT91 | ||
M: Andreas Bießmann <[email protected]> | ||
|
@@ -167,7 +166,8 @@ F: arch/arm/cpu/armv7/stv0991/ | |
F: arch/arm/include/asm/arch-stv0991/ | ||
|
||
ARM SUNXI | ||
S: Orphan | ||
M: Jagan Teki <[email protected]> | ||
M: Maxime Ripard <[email protected]> | ||
T: git git://git.denx.de/u-boot-sunxi.git | ||
F: arch/arm/cpu/armv7/sunxi/ | ||
F: arch/arm/include/asm/arch-sunxi/ | ||
|
@@ -242,7 +242,7 @@ T: git git://git.denx.de/u-boot-coldfire.git | |
F: arch/m68k/ | ||
|
||
DFU | ||
M: Lukasz Majewski <l.majewski@samsung.com> | ||
M: Lukasz Majewski <l.majewski@majess.pl> | ||
S: Maintained | ||
T: git git://git.denx.de/u-boot-dfu.git | ||
F: drivers/dfu/ | ||
|
@@ -271,7 +271,7 @@ F: lib/fdtdec* | |
F: lib/libfdt/ | ||
F: include/fdt* | ||
F: include/libfdt* | ||
F. common/cmd_fdt.c | ||
F: cmd/fdt.c | ||
F: common/fdt_support.c | ||
|
||
FREEBSD | ||
|
@@ -366,6 +366,12 @@ S: Maintained | |
T: git git://git.denx.de/u-boot-ppc4xx.git | ||
F: arch/powerpc/cpu/ppc4xx/ | ||
|
||
POWER | ||
M: Jaehoon Chung <[email protected]> | ||
S: Maintained | ||
T: git git://git.denx.de/u-boot-pmic.git | ||
F: drivers/power/ | ||
|
||
NETWORK | ||
M: Joe Hershberger <[email protected]> | ||
S: Maintained | ||
|
@@ -392,8 +398,8 @@ T: git git://git.denx.de/u-boot-nios.git | |
F: arch/nios2/ | ||
|
||
ONENAND | ||
M: Lukasz Majewski <l.majewski@samsung.com> | ||
S: Maintained | ||
#M: Lukasz Majewski <l.majewski@majess.pl> | ||
S: Orphaned (Since 2017-01) | ||
T: git git://git.denx.de/u-boot-onenand.git | ||
F: drivers/mtd/onenand/ | ||
|
||
|
Oops, something went wrong.