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, Mar 17, 7:14 PM
Unknown Object (File)
Sun, Mar 17, 7:14 PM
Unknown Object (File)
Sun, Mar 17, 7:14 PM
Unknown Object (File)
Sun, Mar 17, 7:14 PM
Unknown Object (File)
Sun, Mar 17, 7:02 PM
Unknown Object (File)
Feb 14 2024, 11:15 PM
Unknown Object (File)
Jan 4 2024, 7:14 PM
Unknown Object (File)
Dec 22 2023, 5:49 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.