svn commit: r269957 - in head/sys: arm/at91 conf

Warner Losh imp at bsdimp.com
Fri Aug 15 15:36:18 UTC 2014


On Aug 15, 2014, at 8:10 AM, Andrew Turner <andrew at fubar.geek.nz> wrote:

> On Thu, 14 Aug 2014 04:21:15 +0000 (UTC)
> Warner Losh <imp at FreeBSD.org> wrote:
> 
>> Author: imp
>> Date: Thu Aug 14 04:21:14 2014
>> New Revision: 269957
>> URL: http://svnweb.freebsd.org/changeset/base/269957
>> 
>> Log:
>>  Add support for FDT and !FDT configs on Atmel, though FDT isn't
>>  working yet.
>>  Bump rev on arm Makefile since files.at91 uses new '!' operator.
>> 
>> Modified:
>>  head/sys/arm/at91/files.at91
>>  head/sys/conf/Makefile.arm
>> 
>> Modified: head/sys/arm/at91/files.at91
>> ==============================================================================
>> --- head/sys/arm/at91/files.at91	Thu Aug 14 04:20:13
>> 2014	(r269956) +++ head/sys/arm/at91/files.at91	Thu Aug
>> 14 04:21:14 2014	(r269957) @@ -3,28 +3,34 @@
>> arm/arm/cpufunc_asm_arm9.S	standard
>> arm/at91/at91_machdep.c		standard
>> arm/at91/at91_aic.c		standard
>> arm/at91/at91.c			standard
>> -arm/at91/at91_cfata.c		optional	at91_cfata
>> -arm/at91/at91_mci.c		optional	at91_mci
>> -dev/nand/nfc_at91.c		optional	nand
>> +arm/at91/at91_aic.c		standard
>> arm/at91/at91_pio.c		standard
>> arm/at91/at91_pmc.c		standard
>> +arm/at91/at91_smc.c		standard
>> +arm/at91/at91_cfata.c		optional	at91_cfata
>> +arm/at91/at91_common.c		optional	fdt
>> +arm/at91/at91_mci.c		optional	at91_mci
>> +arm/at91/at91_pinctrl.c		optional	fdt
> 
> This file is missing from the repo breaking LINT.

I have it locally and wanted to work on it a bit more, but I’ll go ahead and push it in. I didn’t think it would active w/o FDT, but didn’t think of the LINT case.

Warner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140815/06a84997/attachment.sig>


More information about the svn-src-all mailing list