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)
Fri, May 24, 2:01 PM
Unknown Object (File)
Thu, May 23, 9:50 AM
Unknown Object (File)
Mon, May 13, 5:18 AM
Unknown Object (File)
Sun, May 12, 10:56 PM
Unknown Object (File)
Apr 28 2024, 6:39 AM
Unknown Object (File)
Apr 25 2024, 7:15 AM
Unknown Object (File)
Apr 9 2024, 3:20 PM
Unknown Object (File)
Mar 17 2024, 7:14 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
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.