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
F157786318: D27257.id79669.diff
Mon, May 25, 4:27 AM
F157785954: D27257.id79669.diff
Mon, May 25, 4:21 AM
Unknown Object (File)
Tue, May 19, 8:22 AM
Unknown Object (File)
Tue, May 19, 8:17 AM
Unknown Object (File)
Mon, May 18, 5:00 PM
Unknown Object (File)
Mon, May 18, 5:00 PM
Unknown Object (File)
Sun, May 17, 6:36 PM
Unknown Object (File)
Sun, May 17, 3:22 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34860
Build 31884: arc lint + arc unit

Event Timeline

Makefile.inc1
1596

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