freebsd-arm Digest, Vol 134, Issue 5

linux_pro sniperpr at gmail.com
Sat Oct 11 13:22:13 UTC 2008


Hi, :)

i have a mss ii, mss ii is arm, ARMv5TE

MSS II have a SATA .

i want install pfsense in my mssii.

2008/10/11, freebsd-arm-request at freebsd.org <freebsd-arm-request at freebsd.org>:
> Send freebsd-arm mailing list submissions to
> 	freebsd-arm at freebsd.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> or, via email, send a message with subject or body 'help' to
> 	freebsd-arm-request at freebsd.org
>
> You can reach the person managing the list at
> 	freebsd-arm-owner at freebsd.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of freebsd-arm digest..."
>
>
> Today's Topics:
>
>    1. Re: FreeBSD/arm support for Marvell chips -- please review
>       (Rafal Jaworowski)
>    2. Re: FreeBSD/arm support for Marvell chips -- please review
>       (Marcel Moolenaar)
>    3. Re: FreeBSD/arm support for Marvell chips -- please review
>       (M. Warner Losh)
>    4. Re: FreeBSD/arm support for Marvell chips -- please review
>       (Marcel Moolenaar)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 10 Oct 2008 18:27:26 +0200
> From: Rafal Jaworowski <raj at semihalf.com>
> Subject: Re: FreeBSD/arm support for Marvell chips -- please review
> To: Marcel Moolenaar <xcllnt at mac.com>
> Cc: freebsd-arm at freebsd.org
> Message-ID: <48EF826E.2050005 at semihalf.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Marcel Moolenaar wrote:
>> Just my $0.02:
>>
>> I personally don't like the deep nesting of directories,
>> but other than that: it looks and works great.
>
> Yea, this dirs hierarchy is best what we could come up with given multiple
> SOCs, cores, and integrated peripherals in play, sharing the
> functionality/code in some N:M fashion depending on revisions :-) I'm all
> for
> making it more clever, if you see a way.
>
>> I have some tweaks to add later. For example:
>> FPA support on little endian ARM (FPA has the words in
>> big-endian, irrespective of the byte order). We have
>> 4 places where we define the IEEE representation and
>> where we need to account for this.
>
> Sure, all improvements and extension more than welcome.
>
> Rafal
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 10 Oct 2008 08:49:21 -0700
> From: Marcel Moolenaar <xcllnt at mac.com>
> Subject: Re: FreeBSD/arm support for Marvell chips -- please review
> To: Rafal Jaworowski <raj at semihalf.com>
> Cc: freebsd-arm at freebsd.org
> Message-ID: <F2854257-4DC0-4812-8D04-F42DC44D8EFC at mac.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
>
> On Oct 10, 2008, at 2:46 AM, Rafal Jaworowski wrote:
>
>> Rafal Jaworowski wrote:
>>> All,
>>> With the recent series of submits in P4's arm-devel branch, I have
>>> completed
>>> import of FreeBSD/arm support for three families of Marvell
>>> integrated
>>> systems-on-chip built on ARMv5TE-compliant core. Orion support has
>>> been around
>>> for a while already, and recently added were extensions for
>>> Kirkwood and
>>> Discovery support, new drivers for integrated peripherals and other
>>> improvements.
>>>
>>> I'd like to merge this with SVN within the coming weeks, so would
>>> like to ask
>>> everyone to review the code and let me know about any comments or
>>> notes:
>>
>> I haven't received much feedback, are people still reviewing this?
>
> Just my $0.02:
>
> I personally don't like the deep nesting of directories,
> but other than that: it looks and works great.
>
> I have some tweaks to add later. For example:
> FPA support on little endian ARM (FPA has the words in
> big-endian, irrespective of the byte order). We have
> 4 places where we define the IEEE representation and
> where we need to account for this.
>
> FYI,
>
> --
> Marcel Moolenaar
> xcllnt at mac.com
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 10 Oct 2008 11:11:20 -0600 (MDT)
> From: "M. Warner Losh" <imp at bsdimp.com>
> Subject: Re: FreeBSD/arm support for Marvell chips -- please review
> To: xcllnt at mac.com
> Cc: freebsd-arm at freebsd.org
> Message-ID: <20081010.111120.-1704377131.imp at bsdimp.com>
> Content-Type: Text/Plain; charset=us-ascii
>
> In message: <F2854257-4DC0-4812-8D04-F42DC44D8EFC at mac.com>
>             Marcel Moolenaar <xcllnt at mac.com> writes:
> :
> : On Oct 10, 2008, at 2:46 AM, Rafal Jaworowski wrote:
> :
> : > Rafal Jaworowski wrote:
> : >> All,
> : >> With the recent series of submits in P4's arm-devel branch, I have
> : >> completed
> : >> import of FreeBSD/arm support for three families of Marvell
> : >> integrated
> : >> systems-on-chip built on ARMv5TE-compliant core. Orion support has
> : >> been around
> : >> for a while already, and recently added were extensions for
> : >> Kirkwood and
> : >> Discovery support, new drivers for integrated peripherals and other
> : >> improvements.
> : >>
> : >> I'd like to merge this with SVN within the coming weeks, so would
> : >> like to ask
> : >> everyone to review the code and let me know about any comments or
> : >> notes:
> : >
> : > I haven't received much feedback, are people still reviewing this?
> :
> : Just my $0.02:
> :
> : I personally don't like the deep nesting of directories,
> : but other than that: it looks and works great.
>
> I don't have a problem with the deep nesting of these directories.  It
> seems a good balance.  The mips32/ extra layer in the mips port,
> however, was just gratuitous.  The xscale stuff isn't too bad either,
> but sometimes feels a little deep.  Each time I've looked at it,
> however, I can't come up with anything better...
>
> : I have some tweaks to add later. For example:
> : FPA support on little endian ARM (FPA has the words in
> : big-endian, irrespective of the byte order). We have
> : 4 places where we define the IEEE representation and
> : where we need to account for this.
>
> FPA?
>
>
> : FYI,
> :
> : --
> : Marcel Moolenaar
> : xcllnt at mac.com
> :
> :
> :
> : _______________________________________________
> : freebsd-arm at freebsd.org mailing list
> : http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> : To unsubscribe, send any mail to "freebsd-arm-unsubscribe at freebsd.org"
> :
> :
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 10 Oct 2008 10:39:16 -0700
> From: Marcel Moolenaar <xcllnt at mac.com>
> Subject: Re: FreeBSD/arm support for Marvell chips -- please review
> To: "M. Warner Losh" <imp at bsdimp.com>
> Cc: freebsd-arm at freebsd.org
> Message-ID: <EE9B72F4-81C9-421B-B06B-CA54760963CF at mac.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
>
> On Oct 10, 2008, at 10:11 AM, M. Warner Losh wrote:
>
>> : I have some tweaks to add later. For example:
>> : FPA support on little endian ARM (FPA has the words in
>> : big-endian, irrespective of the byte order). We have
>> : 4 places where we define the IEEE representation and
>> : where we need to account for this.
>>
>> FPA?
>
> The original FP format used by some ARM processors.
> Obsoleted by VFP AFAICT. VFP is like FPA, except
> that VFP has the words of a double in the native
> byte order. FPA always has the words in big-endian
> order.
>
> --
> Marcel Moolenaar
> xcllnt at mac.com
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> freebsd-arm at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe at freebsd.org"
>
>
> End of freebsd-arm Digest, Vol 134, Issue 5
> *******************************************
>


-- 
for the linux


More information about the freebsd-arm mailing list