-
Notifications
You must be signed in to change notification settings - Fork 66
Release 1.10.0 #173
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
Merged
Release 1.10.0 #173
Conversation
This file contains hidden or 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
working. Next step is cleaning up and doing it 'right'.
several SW dependencies into the boards directory instead of polluting the top level. This also introduces boards/default which other boards can symlink from if needed. BBL is still supported, although poweroff does not appear to be working Qemu for BBL. This is only lightly tested.
only run for bbl+spike. This also documents the qemu version requirement.
Generated overlay
mechanism. This makes it so that dependent submodules are only checked for the current workload, not for every loaded config. This results in a significant speedup on directories with man configs (like test/)
addition to the md5 sum that is used by default for doit.
Deferred submodule check
Add metadata to the uptodate criteria
Also switch the submodule URL to HTTPS.
ucb-bar/chipyard#625 and firesim/firesim#598 obviate the FireSim patches to the UART driver in bbl, as the UART divisor is now reset to the proper value without software intervention.
Add OpenSBI support and make it the default
bash one we've been using)
outputs. Otherwise you can't write consistent or legible reference outputs.
This prevents OpenSBI from potentially clobbering its payload when copying the FDT to a fixed memory address. The default FW_PAYLOAD_FDT_ADDR=0x82200000 is at risk of overlapping with the kernel image if the initramfs exceeds a certain size.
Override FW_PAYLOAD_FDT_ADDR based on payload size Fixes #163
individual options (e.g. linux-config and linux-src).
full test script overhaul
User drivers
(e.g. the binary would be the same between them both, build it only once)
user-defined kernel module feature went in
module was created dynamically in a host-init script. Module status checking now has no extra requirements. Instead it will issue a warning if it cannot determine the status of a kernel module and will assume the binary is not up to date. If there is really a problem with the module, it will show up when actually attempting to build the module.
Fix kernel module dependency checking with host-init
Inherit Parent's Binary
Fix workload-dirs test
Add documentation for use-bbl
firmware configuration. This also documents and properly tests the existing 'bbl-src' and 'opensbi-src' options that had some issues.
linux). This turned into a bit of a refactor of config.py which was starting to get out of hand. These changes break backwards compatibility with the dev branch but not with release 1.9.
Firmware Args
Release 1.10.0rc1
a0u
approved these changes
Oct 8, 2020
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.
See CHANGELOG.md for details