Page MenuHomeFreeBSD

[POWERPC] set default kernel config for powerpc64le and powerpcspe variants
ClosedPublic

Authored by alfredo on Nov 17 2020, 5:24 PM.
Referenced Files
Unknown Object (File)
Fri, Dec 13, 2:06 PM
Unknown Object (File)
Dec 2 2024, 1:49 PM
Unknown Object (File)
Dec 2 2024, 1:46 PM
Unknown Object (File)
Nov 20 2024, 6:03 PM
Unknown Object (File)
Oct 20 2024, 10:23 AM
Unknown Object (File)
Oct 7 2024, 9:22 AM
Unknown Object (File)
Sep 30 2024, 5:28 PM
Unknown Object (File)
Sep 30 2024, 10:41 AM
Subscribers

Details

Summary

make buildkernel TARGET=powerpc TARGET_ARCH=powerpc64le currently selects the file GENERIC64 as config file. This makes it select GENERIC64LE instead.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Makefile.inc1
1596 ↗(On Diff #79669)

Should we also select MPC85XXSPE when TARGET_ARCH==powerpcspe ?

Go for it. And yeah, go ahead and add the default powerpcspe kernel too.

This revision is now accepted and ready to land.Nov 17 2020, 5:46 PM
alfredo retitled this revision from [POWERPC64LE] set default kernel config for LE variant to [POWERPC] set default kernel config for powerpc64le and powerpcspe variants.
alfredo added a reviewer: emaste.

added powerpcspe default config

This revision now requires review to proceed.Nov 17 2020, 6:11 PM

@emaste do you also agree with latest change? (powerpcspe default config)

This revision is now accepted and ready to land.Nov 20 2020, 4:49 PM