mips: clean up empty lines in .c and .h files
Fix a write-only variable warning from external GCC.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D22032
Don't set the OUTPUT_FORMAT explicitly but let ld derive it.This fixes an error with modern ld.bfd and is inline with the changes inr215251 and r217612.Reviewed by: impDifferential Revision: ht
Don't set the OUTPUT_FORMAT explicitly but let ld derive it.This fixes an error with modern ld.bfd and is inline with the changes inr215251 and r217612.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D22031
show more ...
sys/mips: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - erro
sys/mips: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.
Whitespace fixes for sys/mips/nlm/devClean up whitespace issues under sys/mips/nlm/dev. No functionalchange in this commit.
Remove unnecessary assembly code.The compiler should generate lw/sw corresponding to registeroperations.
xlpge : driver for XLP network acceleratorFeatures:- network driver for the four 10G interfaces and two management ports on XLP 8xx.- Support 4xx and 3xx variants of the processor.- Source cod
xlpge : driver for XLP network acceleratorFeatures:- network driver for the four 10G interfaces and two management ports on XLP 8xx.- Support 4xx and 3xx variants of the processor.- Source code and firmware building for the 16 mips32r2 micro-code engines in the Network Accelerator.- Basic initialization code for Packet ordering Engine.Submitted by: Prabhath Raman (prabhath at netlogicmicro com) [refactored and fixed up for style by jchandra]