aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-duovero
Commit message (Collapse)AuthorAgeFilesLines
* Roll forward to u-boot v2017.01. Many thanks to manu@ for cleaning upWarner Losh2017-01-121-3/+0
| | | | | | | | | | our patches to u-boot and getting them upstreamed. Future commits will roll other families over to this as testing on them is completed. Notes: svn path=/head/; revision=431326
* Remove the files added as a stupid workaround for git svn.Warner Losh2016-10-261-1/+0
| | | | Notes: svn path=/head/; revision=424739
* Convert duovero over to u-boot-master.Warner Losh2016-10-269-353/+10
| | | | Notes: svn path=/head/; revision=424736
* Fix hardcoded package description pathPawel Pekala2016-07-241-2/+1
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=419001
* Fix few style violations in u-boot ports:Pawel Pekala2016-07-241-4/+5
| | | | | | | | | | | | | | - GMAKE -> MAKE_CMD, MAKE_CMD is always set to required make implementation - CP -> INSTALL_DATA, INSTALL_DATA makes sure files are always installed with proper permissions - sysutils/u-boot-rpi: include missed files installed in STAGEDIR in PLIST_FILES PR: 210982 Submitted by: myself Approved by: maintainers timeout Notes: svn path=/head/; revision=418996
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* Use gcc 4.9.2 to cross-compile u-boot for duovero.Ian Lepore2015-08-091-1/+4
| | | | | | | Approved by: rpaulo Notes: svn path=/head/; revision=393754
* Add a U-Boot port for the Duovero system.Ian Lepore2015-02-219-0/+375
PR: 196488 Submitted by: Scott Ellis Approved by: bapt Notes: svn path=/head/; revision=379555