bazelbuild / platforms

Constraint values for specifying platforms and toolchains
Apache License 2.0
106 stars 70 forks source link

Add UEFI OS #76

Open lorenz opened 10 months ago

lorenz commented 10 months ago

This adds UEFI as an OS. It specifies pretty much everything in order to qualify for an OS (ABI, entrypoint, standard interfaces) and there are compiler targets for it (for example Rust's x86_64-unknown-uefi), so I think it makes sense to have it as an OS in platforms.

aiuto commented 9 months ago

Sorry I lost track of this. Can you git pull and push again to bring the branches in line. I seem unable to merge it right now.

lorenz commented 9 months ago

@aiuto Rebased onto main

aiuto commented 9 months ago

Sigh..... I don't know what is going on with github here. It just keeps saying your branch is out of date with main. I'll try a command line merge.

fionera commented 6 months ago

Any update here? :smile:

mempler commented 4 months ago

would also love updates to this!