Page MenuHomeFreeBSD

Use the correct cpu option for rt305x hardware
ClosedPublic

Authored by Sgalabov_gmail.com on Jan 26 2016, 10:50 AM.
Tags
Referenced Files
Unknown Object (File)
Dec 29 2023, 4:28 PM
Unknown Object (File)
Dec 29 2023, 4:28 PM
Unknown Object (File)
Dec 27 2023, 8:28 PM
Unknown Object (File)
Dec 27 2023, 8:23 PM
Unknown Object (File)
Dec 20 2023, 2:17 AM
Unknown Object (File)
Dec 4 2023, 8:46 AM
Unknown Object (File)
Aug 26 2023, 11:27 AM
Unknown Object (File)
Jul 30 2023, 4:06 AM

Details

Reviewers
imp
adrian
Group Reviewers
MIPS
Commits
rS295152: Use MIPS24K now.
Summary

All currently supported CPUs in sys/mips/rt305x are MIPS 24KEc, but std.rt305x has the cpu option specified as CPU_MIPS4KC. Change it so it uses CPU_MIPS24KE.

Diff Detail

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

Event Timeline

Sgalabov_gmail.com retitled this revision from to Use the correct cpu option for rt305x hardware.
Sgalabov_gmail.com updated this object.
Sgalabov_gmail.com edited the test plan for this revision. (Show Details)
Sgalabov_gmail.com added reviewers: MIPS, adrian, imp.
Sgalabov_gmail.com set the repository for this revision to rS FreeBSD src repository - subversion.
Sgalabov_gmail.com added a project: MIPS.
imp edited edge metadata.
This revision is now accepted and ready to land.Jan 27 2016, 6:03 AM
Sgalabov_gmail.com edited edge metadata.

After discussion with imp@, removed the CPU_MIPS24KE option, as 24KE is not really different than 24K, apart from having DSP ASE, which can be detected dynamically via Config3 register.

This revision now requires review to proceed.Jan 27 2016, 7:49 AM
This revision was automatically updated to reflect the committed changes.