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)
Wed, Oct 8, 7:27 AM
Unknown Object (File)
Wed, Oct 8, 1:52 AM
Unknown Object (File)
Tue, Oct 7, 12:23 AM
Unknown Object (File)
Fri, Oct 3, 5:15 AM
Unknown Object (File)
Thu, Oct 2, 3:12 AM
Unknown Object (File)
Wed, Oct 1, 11:45 PM
Unknown Object (File)
Sun, Sep 28, 7:39 PM
Unknown Object (File)
Sat, Sep 27, 3:40 PM
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