summaryrefslogtreecommitdiff
path: root/sys/boot/arm/ixp425
Commit message (Collapse)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Fix ixp425 boot2 with ARM EABI:Andrew Turner2013-09-291-0/+5
| | | | | | | | | | | - libkern is missing __aeabi_llsl, implement this by calling __ashldi3. - Because of how the asm entry macros are defined the boot2 code requires the unwind symbols to exist, include them in boot2. Approved by: re (marius) Notes: svn path=/head/; revision=255939
* Convert old make variable modifiers :U and :L to bmake :tu and :tl.Tijl Coosemans2013-06-022-2/+2
| | | | | | | Reviewed by: sjg Notes: svn path=/head/; revision=251250
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventGleb Kurtsou2012-05-251-4/+3
| | | | | | | | | unnecessary 64-bit math on 32-bit machines. Sponsored by: Google Summer of Code 2011 Notes: svn path=/head/; revision=235988
* Look for /boot/config in addition to /boot.config, with the former takingDag-Erling Smørgrav2011-10-181-2/+4
| | | | | | | | | precedence over the latter if it exists. MFC after: 3 weeks Notes: svn path=/head/; revision=226506
* Allow ixp425 boot2 to compile after r219452Andrew Thompson2011-10-041-1/+1
| | | | Notes: svn path=/head/; revision=225955
* Fix typos.Rebecca Cran2010-11-091-2/+2
| | | | | | | | PR: bin/148894 Submitted by: olgeni Notes: svn path=/head/; revision=215034
* MFtbemd:Warner Losh2010-08-231-1/+1
| | | | | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. Notes: svn path=/head/; revision=211725
* add delays around 16-bit enable/disable a la the driver; w/o thisSam Leffler2008-12-191-0/+2
| | | | | | | operation on my ixp435 Cambria board is unreliable Notes: svn path=/projects/cambria/; revision=186307
* merge WIP multi-board support; tested on Avila and Cambria, stillSam Leffler2008-12-134-75/+154
| | | | | | | needs Proghorn testing Notes: svn path=/projects/cambria/; revision=186013
* Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statementWarner Losh2008-10-071-1/+1
| | | | | | | correctly. Notes: svn path=/head/; revision=183671
* don't hardcode ccSam Leffler2008-10-071-3/+3
| | | | | | | Submitted by: Andrey Eltsov Notes: svn path=/head/; revision=183669
* Add a boot loader for ixp425 based boards like the Gateworks AvilaJohn Hay2008-10-067-0/+1473
and ADI Pronghorn Metro with Redboot on them. Notes: svn path=/head/; revision=183651