We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e839dc8 commit ae53861Copy full SHA for ae53861
pycheribuild/projects/cross/opensbi.py
@@ -236,3 +236,12 @@ def compile(self, **kwargs):
236
args = self.make_args.copy()
237
args.set(PLATFORM=platform)
238
self.run_make(parallel=False, cwd=self.source_dir, options=args)
239
+
240
241
+class BuildAllianceOpenSBIGFE(BuildAllianceOpenSBI):
242
+ target = "cheri-alliance-opensbi-gfe"
243
+ repository = ReuseOtherProjectRepository(BuildAllianceOpenSBI, do_update=True)
244
245
+ def setup(self):
246
+ super().setup()
247
+ self.make_args.set(FW_TEXT_START=0xC0000000)
0 commit comments