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)
Tue, Apr 7, 8:17 AM
Unknown Object (File)
Tue, Apr 7, 3:31 AM
Unknown Object (File)
Mon, Apr 6, 3:47 PM
Unknown Object (File)
Thu, Apr 2, 5:46 PM
Unknown Object (File)
Mon, Mar 30, 8:40 AM
Unknown Object (File)
Thu, Mar 26, 6:23 PM
Unknown Object (File)
Mon, Mar 23, 2:45 AM
Unknown Object (File)
Mar 13 2026, 10:19 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 9 2018, 5:15 AM
sysutils/rpi-firmware/Makefile
27–28 ↗(On Diff #40096)

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.