-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore deleted commit for Petalinux-Zybo example #1
Open
valerionew
wants to merge
24
commits into
Digilent:master
Choose a base branch
from
valerionew:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Enable overwriting variables out of main config file. Signed-off-by: Michal Simek <[email protected]>
Provide board specific option how to read MAC address from ROM. Do it in generic way to be reusable by differnet boards. If this is not enough board specific functions can be created. Signed-off-by: Joe Hershberger <[email protected]> (driver part) Signed-off-by: Michal Simek <[email protected]>
Zybo has on board I2C EEPROM which contains preprogrammed MAC address. Signed-off-by: Michal Simek <[email protected]>
There is incorrect setting for USB which didn't work with origin ps7_init_gpl.X files. Use default setting for Digilent Zybo projects with HDMI in PL. Signed-off-by: Michal Simek <[email protected]>
Prepare v2016.03 Signed-off-by: Michal Simek <[email protected]>
Load bitstream in SPL. "bitstream" can be in bit or bin format. Signed-off-by: Jason Wu <[email protected]> Signed-off-by: Michal Simek <[email protected]>
preboot macro load the uEnv.txt from mmc 0 when bootmode is mmc. uenvcmd is executed after load of uEnv.txt if it is defined in the uEnv.txt env text file. The default importbootenv macro reads the uEnv.txt from mmc. Additional to this, usb_loadbootenv is added to support loading uEnv.txt from usb dev 0. Signed-off-by: Michal Simek <[email protected]> Signed-off-by: Jason Wu <[email protected]>
Trivial fix. Signed-off-by: Michal Simek <[email protected]>
Prepare v2016.07 Signed-off-by: Michal Simek <[email protected]>
Probe flash and use OTP read command for reading mac address stored in the memory. This is the easiest way how to do it. Signed-off-by: Jason Wu <[email protected]> Signed-off-by: Michal Simek <[email protected]>
Board has eth, usb, mmc, qspi, uart and 512MB memory. Signed-off-by: Michal Simek <[email protected]> Signed-off-by: Jason Wu <[email protected]>
the BOOTDELAY option is now handled using Kconfig, so it should be added to the Arty Z7 defconfig.
Tagged for xilinx-v2017.1 conflict info- -dts makefile: just used Xilinx version and added artyz7 -zynq-common.h: conflict in bitstream name, just used xilinx version -makefile.spl: our version included spl_libgeneric (or similar). Removed this to align with Xilinx. -spl_mmc: a lot of differences regarding how bitstreams are loaded. I just used Xilinx's version of the file.
Synced up the device tree with the one used in petalinux designs. Should not affect functionality.
Make necessary changes to Arty Z7 defconfig so that it works with petalinux 2017.1.
Tagged for xilinx-v2017.2
Change the name of this board hack to not include CONFIG, because it is not properly handled in KConfig. This will allow it to pass KConfig whitelist testing. This is a hack and will not be upstreamable.
Merge the upstream changes to u-boot for Petalinux 2017.4. No Conflicts.
align with the config file used for the Zybo Z7 and include an option for SYS_MALLOC_F_LEN.
Add an option for CONFIG_SYS_MALLOC_F_LEN in order to align with options found in other Digilent board configurations.
Cora Z7 is a small, low-cost Zynq-7000 customer board.
Fix minor copy-paste typos in include/config for the Zybo Z7 board.
valerionew
changed the title
Restore deleted commit for
Restore deleted commit for Petalinux-Zybo example
Oct 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commit
f244cbb6c435a10979f4aeaa5f69e8b0fedc020b
was deleted at some point, but the Petalinux-Zybo example relies on it.You should at least keep this commit in a separate branch for referencing by that example, or update the example with a suitable new commit