-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from Avnet/image_v2.5
Image v2.5 is live!
- Loading branch information
Showing
26 changed files
with
3,037 additions
and
916 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
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
Ultra96/petalinux_bsp_v1/meta-user/recipes-bsp/pmu-firmware/pmu-firmware_%.bbappend
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,7 @@ | ||
#Add debug for PMUFW | ||
#XSCTH_BUILD_DEBUG = "1" | ||
|
||
ULTRA96_VERSION = "1" | ||
YAML_COMPILER_FLAGS_append_ultra96-zynqmp = "-DENABLE_MOD_ULTRA96 -DENABLE_SCHEDULER" | ||
YAML_COMPILER_FLAGS_append_ultra96-zynqmp = "${@bb.utils.contains('ULTRA96_VERSION', '2', ' -DULTRA96_VERSION=2', ' -DULTRA96_VERSION=1', d)}" | ||
|
9 changes: 9 additions & 0 deletions
9
Ultra96/petalinux_bsp_v1/meta-user/recipes-bsp/u-boot/files/bsp.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CONFIG_NET=y | ||
CONFIG_NET_TFTP_VARS=y | ||
CONFIG_NET_RANDOM_ETHADDR=y | ||
CONFIG_CMD_NET=y | ||
CONFIG_CMD_PING=y | ||
CONFIG_CMD_DHCP=y | ||
CONFIG_CMD_TFTPPUT=y | ||
CONFIG_CMD_NFS=y | ||
CONFIG_BOOTDELAY=2 |
24 changes: 24 additions & 0 deletions
24
Ultra96/petalinux_bsp_v1/meta-user/recipes-bsp/u-boot/files/platform-top.h
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,24 @@ | ||
#include <configs/platform-auto.h> | ||
#define CONFIG_SYS_BOOTM_LEN 0xF000000 | ||
|
||
#define DFU_ALT_INFO_RAM \ | ||
"dfu_ram_info=" \ | ||
"setenv dfu_alt_info " \ | ||
"image.ub ram $netstart 0x1e00000\0" \ | ||
"dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \ | ||
"thor_ram=run dfu_ram_info && thordown 0 ram 0\0" | ||
|
||
#define DFU_ALT_INFO_MMC \ | ||
"dfu_mmc_info=" \ | ||
"set dfu_alt_info " \ | ||
"${kernel_image} fat 0 1\\\\;" \ | ||
"dfu_mmc=run dfu_mmc_info && dfu 0 mmc 0\0" \ | ||
"thor_mmc=run dfu_mmc_info && thordown 0 mmc 0\0" | ||
|
||
/*Required for uartless designs */ | ||
#ifndef CONFIG_BAUDRATE | ||
#define CONFIG_BAUDRATE 115200 | ||
#ifdef CONFIG_DEBUG_UART | ||
#undef CONFIG_DEBUG_UART | ||
#endif | ||
#endif |
4 changes: 4 additions & 0 deletions
4
Ultra96/petalinux_bsp_v1/meta-user/recipes-bsp/u-boot/u-boot-xlnx_%.bbappend
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,4 @@ | ||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
|
||
SRC_URI += "file://platform-top.h" | ||
SRC_URI += "file://bsp.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
7 changes: 7 additions & 0 deletions
7
Ultra96/petalinux_bsp_v2/meta-user/recipes-bsp/pmu-firmware/pmu-firmware_%.bbappend
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,7 @@ | ||
#Add debug for PMUFW | ||
#XSCTH_BUILD_DEBUG = "1" | ||
|
||
ULTRA96_VERSION = "2" | ||
YAML_COMPILER_FLAGS_append_ultra96-zynqmp = "-DENABLE_MOD_ULTRA96 -DENABLE_SCHEDULER" | ||
YAML_COMPILER_FLAGS_append_ultra96-zynqmp = "${@bb.utils.contains('ULTRA96_VERSION', '2', ' -DULTRA96_VERSION=2', ' -DULTRA96_VERSION=1', d)}" | ||
|
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
Oops, something went wrong.