Bug 251408

Summary: [NEW PORT] sysutils/atf-rk3288: Arm trusted framework
Product: Ports & Packages Reporter: Martin Filla <freebsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Open ---    
Severity: Affects Only Me CC: manu, uboot
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
atf-rk3288.shar
none
atf-master.patch
none
atf-master.patch
none
atf-rk3288.shar none

Description Martin Filla 2020-11-26 15:52:49 UTC
Created attachment 220002 [details]
atf-rk3288.shar
Comment 1 Martin Filla 2020-11-26 15:53:20 UTC
Created attachment 220003 [details]
atf-master.patch
Comment 2 Martin Filla 2020-11-26 15:53:48 UTC
Hi,
I added support for rk3288
Comment 3 Emmanuel Vadot freebsd_committer freebsd_triage 2020-12-05 15:27:40 UTC
You can override PLIST_FILES in the new port, no need to do a if in the master port.
Same thing for do-install, just set BL31 to the correct path (even if it's bl32)

I would prefer a more generic way for specifying which target to build and the build_depends, i.e. Do not depend on the PLAT but on a new ARCH variable that is set to aarch64 by default.
And please attach a full diff and not a shar.
Thanks
Comment 4 Martin Filla 2021-11-01 18:05:03 UTC
Created attachment 229203 [details]
atf-master.patch
Comment 5 Martin Filla 2021-11-01 20:24:01 UTC
Created attachment 229206 [details]
atf-rk3288.shar