atom feed11 messages in org.freebsd.freebsd-armRe: FreeBSD/arm support for Marvell c...
FromSent OnAttachments
Rafal JaworowskiSep 24, 2008 5:24 am 
Rafal JaworowskiOct 10, 2008 2:46 am 
Stanislav SedovOct 10, 2008 2:56 am 
Marcel MoolenaarOct 10, 2008 8:48 am 
Rafal JaworowskiOct 10, 2008 9:27 am 
M. Warner LoshOct 10, 2008 10:10 am 
Marcel MoolenaarOct 10, 2008 10:38 am 
Vincent BarusOct 13, 2008 6:13 pm 
Rafal JaworowskiOct 14, 2008 5:15 am 
M. Warner LoshOct 14, 2008 7:51 am 
luasi dubayOct 14, 2008 1:50 pm 
Subject:Re: FreeBSD/arm support for Marvell chips -- please review
From:Rafal Jaworowski (ra@semihalf.com)
Date:Oct 10, 2008 9:27:03 am
List:org.freebsd.freebsd-arm

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