Skip to content
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

Upstream #1

Merged
merged 24 commits into from
Sep 26, 2024
Merged

Upstream #1

merged 24 commits into from
Sep 26, 2024

Conversation

ZhiyuanSue
Copy link
Contributor

No description provided.

Furao and others added 24 commits October 23, 2023 15:40
This commit allows sel4test to be compiled with
-DPLATFORM=rocketchip-base and DPLATFORM=rocketchip-zcu102.

Signed-off-by: Robbie VanVossen <robert.vanvossen@dornerworks.com>
Signed-off-by: Robbie VanVossen <robert.vanvossen@dornerworks.com>
Update to current node16 versions. The old node12 actions are
deprecated and will stop working.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
Signed-off-by: Axel Heider <axelheider@gmx.de>
This was deleted by accident in commit 75fc800

Signed-off-by: Axel Heider <axelheider@gmx.de>
crt[begin|end].o files are used for C++ projects. While they usually
exist in GCC, they may or may not exist in LLVM builds that don't
rely on GCC toolchain, and typically require a separate (optional)
compiler-rt/cxx library to build.

This commit allows building projects without crt[begin|end].o files
if they do not exist.

Signed-off-by: Hesham Almatary <hesham.almatary@cl.cam.ac.uk>
GitHub has started issuing warnings for node16 actions.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This is to support core-specific driver init handling.

Signed-off-by: Kent McLeod <kent@kry10.com>
This driver just sets CNTVOFF_El2 to 0 if possible.
This can only be done if the elfloader is in hyp-mode, otherwise nothing
happens.

Signed-off-by: Kent McLeod <kent@kry10.com>
These calls can now be implemented via binding the /timer driver in the
elfloader's device tree configuration (located in the kernel's platform
directory).

Signed-off-by: Kent McLeod <kent@kry10.com>
RISC-V platforms don't use any extension drivers currently so it's not
useful to compile and link them in when not building for arm.

Signed-off-by: Kent McLeod <kent@kry10.com>
This was previously added to handle per-core initialization of the
generic timer. Now that a generic driver mechanism is used to perform
this initialization the old interface is redundant.

Signed-off-by: Kent McLeod <kent@kry10.com>
Device initialization returns early if an error is encountered. Handle
this error by printing an Error message and aborting the booting
process.

Signed-off-by: Kent McLeod <kent@kry10.com>
Signed-off-by: Axel Heider <axelheider@gmx.de>
- Remove the space in the workflow name to ensure there are no side
  effects when using it as an identifier.
- Align workflow naming
- Act on PRs only, not on upstreaming.

Signed-off-by: Axel Heider <axelheider@gmx.de>
Release 3.0 of astyle replaced this option with
'max-continuation-indent'. The replaced option is already in
the astylerc so we just need to remove the option here.

Further information can be found in the release notes:
https://astyle.sourceforge.net/news.html

Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
The imx8mp-evk as like with the other imx8m-* platforms require the
resulting image to just be a binary and not an ELF or other special
formats.

Signed-off-by: Damon Lee <damon@kry10.com>
Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
The port of the hardware debug API to aarch64 has increased the size
of some debug images to the point that the address range the image is
loaded at overlaps with the address range the elf-loader relocates to
and expects to run at. This was solved on aarch64 by shifting the uboot
load address to 0x42000000. We do not differentiate between aarch32 and
aarch64 images in uboot, and the aarch32 elfloader is not relocated, so
the configuration in this commit must be changed to have the aarch32
elfloader expect to be executed from the new load address.

Signed-off-by: Alwin Joshy <joshyalwin@gmail.com>
Avoid odd error messages in case TRIPLE is empty.

Signed-off-by: Axel Heider <axel.heider@codasip.com>
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
Only results in a compilation error on newer GCC versions.

Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
Enable the ELF loader for 32-bit images on zynqmq platforms.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
@ZhiyuanSue ZhiyuanSue merged commit f1bff11 into master Sep 26, 2024
13 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants