Page MenuHomeFreeBSD

Convert BERI to use 64-bit FICL
ClosedPublic

Authored by Sgalabov_gmail.com on Feb 17 2016, 1:55 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Apr 10, 3:17 AM
Unknown Object (File)
Fri, Apr 10, 12:13 AM
Unknown Object (File)
Mon, Apr 6, 8:43 AM
Unknown Object (File)
Sun, Apr 5, 2:25 PM
Unknown Object (File)
Sun, Apr 5, 1:21 PM
Unknown Object (File)
Sat, Apr 4, 10:16 AM
Unknown Object (File)
Fri, Apr 3, 3:24 AM
Unknown Object (File)
Wed, Apr 1, 5:46 AM
Subscribers
None

Details

Summary

Currently BERI's loader is including the 32-bit version of the FICL MIPS sysdep.h (sys/boot/ficl/mips/sysdep.h) instead of the 64-bit version (sys/boot/ficl/mips64/sysdep.h).

Although this may not be an issue in practice, it would be more correct if the 64-bit version was used. Also, using the 64-bit version would make it easier to add support for 64-bit ubldr on MIPS.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Sgalabov_gmail.com retitled this revision from to Convert BERI to use 64-bit FICL.
Sgalabov_gmail.com updated this object.
Sgalabov_gmail.com edited the test plan for this revision. (Show Details)
Sgalabov_gmail.com set the repository for this revision to rS FreeBSD src repository - subversion.
Sgalabov_gmail.com added a project: MIPS.
adrian edited edge metadata.
This revision is now accepted and ready to land.Feb 25 2016, 9:15 PM