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, Dec 10, 7:27 AM
Unknown Object (File)
Dec 5 2024, 6:40 AM
Unknown Object (File)
Dec 3 2024, 10:33 PM
Unknown Object (File)
Dec 3 2024, 6:01 PM
Unknown Object (File)
Nov 21 2024, 7:31 AM
Unknown Object (File)
Nov 14 2024, 3:43 PM
Unknown Object (File)
Nov 6 2024, 9:02 PM
Unknown Object (File)
Nov 6 2024, 9:02 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.