fcode-utils
fcode-utils copied to clipboard
A set of utilities to process FCODE, OpenFirmware's byte code
On my Mac using a very recent macOS and Xcode, I can easily build `fcode-utils` with just a quick `make`, but `make tests` unfortunately fails with a huge set of...
Signed-off-by Stefan Reinauer
It’d be great to have the UNIX manual pages for `detok`, `romheaders`, and `toke` in addition to the HTML documentation. Ideally both could be produced from the same source.
It’d be useful for porting and continuous integration for the project to support building to a separate directory than the source tree and for this directory to be specifiable on...
This commit adds a very basic EFI romheaders support. It also prints a short comment on code type 0xff, which is being [used by iPXE](https://git.ipxe.org/ipxe.git/blob/HEAD:/src/arch/x86/prefix/mromprefix.S#l507).
This PR lets anyone to override a few extra variables * DESTDIR can be set to anything ( /usr for example or any $BUILDROOT/usr) * STRIP can be set to...
The Makefiles use `$(DESTDIR)` where it should use `$(DESTDIR)$(PREFIX)` instead. At least, that's the convention that is conventionally expected (*) (**): (^) `$(DESTDIR)$(PREFIX)` or `$(DESTDIR)/$(PREFIX)` varies, but the latter seems...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...