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

Docs change + Fix some CRT0 symbols #45

Merged
merged 9 commits into from
Oct 10, 2024
Merged

Docs change + Fix some CRT0 symbols #45

merged 9 commits into from
Oct 10, 2024

Conversation

gmbr3
Copy link
Collaborator

@gmbr3 gmbr3 commented Sep 24, 2024

I think I've now run through everything ready for a new release (aka 4.0.0) apart from #29

Also I think Private vulnerability reporting needs enabling from the Security tab

* tpause wasn't included in Makefile and is very basic
(also removed from VS references)
* trivial.S doesn't actually use gnu-efi and wasn't built
* Remove make stuff likely intended for Intel make??

Signed-off-by: Callum Farmer <[email protected]>
* Update guid.c to display correct output code in description
* Add warning about failure in ABI README

Signed-off-by: Callum Farmer <[email protected]>
* Just to ensure GitHub doesn't run anyway with the hills

Signed-off-by: Callum Farmer <[email protected]>
Signed-off-by: Callum Farmer <[email protected]>
* Force code to be at known dest of 4096
* Move _start into .text
* Load the _start symbol address and then minus 4096 to get the load
  address

Signed-off-by: Callum Farmer <[email protected]>
* NR_SECTIONS is part of the crt0 generator for fwupd-efi
* This isn't implemented here

Signed-off-by: Callum Farmer <[email protected]>
* This should use a fully split version of the CRT0 not the old ARM un-split version

Signed-off-by: Callum Farmer <[email protected]>
* Local lds wasn't being installed on RISC-V

Signed-off-by: Callum Farmer <[email protected]>
gmbr3 added a commit to gmbr3/fwupd-efi that referenced this pull request Sep 26, 2024
I finally figured out how to best achieve this without breaking GNU ld

* Force code to be at known dest of 4096
* Move _start into .text
* Load the _start symbol address and then minus 4096 to get the load address

This should make the binary more PE32 compatible

Change in ncroxon/gnu-efi#45

Signed-off-by: Callum Farmer <[email protected]>
Files have been ending up in differing places between distros - this is an attempt to fix this

Signed-off-by: Callum Farmer <[email protected]>
@gmbr3
Copy link
Collaborator Author

gmbr3 commented Oct 10, 2024

@ncroxon Any update?

@ncroxon ncroxon merged commit 70b1421 into ncroxon:master Oct 10, 2024
43 checks passed
@ncroxon
Copy link
Owner

ncroxon commented Oct 10, 2024

Sorry for the delay, I was out of the country...

@gmbr3 gmbr3 added documentation Improvements or additions to documentation amendment Improving existing code labels Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
amendment Improving existing code documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants