elfloader/shoehorn: cleanup sel4test fudge factor hack

elfloader uses shoehorn to find a memory location to load build
artifacts. There was a hack to artificially increase the required space
by 4MiB for sel4test. This breaks systems with limited memory so move
this hack to a shoehorn command line option and add cmake glue to enable
it to be set in the sel4test build glue.

Bug: 197745020

Change-Id: I146976ae23cd4fcdd7a422d9c1643428e3596efb
3 files changed
tree: 7a7f2040c8350e20f011b29645f68751853475a5
  1. .github/
  2. .reuse/
  3. cmake-tool/
  4. elfloader-tool/
  5. kmem-tool/
  6. LICENSES/
  7. misc/
  8. .cmake-format.yaml
  9. .gitignore
  10. .licenseignore
  11. .stylefilter
  12. LICENSE.md
  13. README.md
README.md

seL4_tools

Provides tools used to build seL4 projects. Also collects common config and tools for style checks.

Contributing

Contributions welcome!

See the CONTRIBUTING file for more.