Page MenuHomeFreeBSD

Add PSCI monitor to sysutils/rpi-firmware
ClosedPublic

Authored by gonzo on Mar 9 2018, 4:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 23, 9:16 AM
Unknown Object (File)
Sat, Nov 1, 10:43 PM
Unknown Object (File)
Sat, Nov 1, 6:40 PM
Unknown Object (File)
Sat, Nov 1, 6:40 PM
Unknown Object (File)
Sat, Nov 1, 6:39 PM
Unknown Object (File)
Sat, Nov 1, 6:39 PM
Unknown Object (File)
Sat, Nov 1, 2:27 PM
Unknown Object (File)
Wed, Oct 29, 2:03 PM
Subscribers

Details

Summary

Build PSCI monitor and add it to common firmware files for RaspberrPi
platform. This is pre-requisite for migration of sysutils/u-boot-rpi3 to
u-boot-master framework.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 15481
Build 15525: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 9 2018, 5:15 AM
sysutils/rpi-firmware/Makefile
28–29

Never, ever, use MAKE, use MAKE_CMD.

Also, this looks like you should remove this target and set BUILD_WRKSRC=${PSCI_DIR}

Replace exlicit do-build target with properly set BUILD_WRKSRC

This revision now requires review to proceed.Mar 10 2018, 11:51 PM

Fixed do-build target

This revision is now accepted and ready to land.Mar 21 2018, 3:37 PM
This revision was automatically updated to reflect the committed changes.