aboutsummaryrefslogtreecommitdiff
path: root/release/arm/CUBIEBOARD2.conf
Commit message (Collapse)AuthorAgeFilesLines
* release: Uniform release arm image sizeEmmanuel Vadot2018-07-221-1/+1
| | | | | | | | | | Create a 50m fat16 for all boards. Reviewed by: gjb Differential Revision: https://reviews.freebsd.org/D16238 Notes: svn path=/head/; revision=336598
* release: arm: Copy boot.scr from portsEmmanuel Vadot2018-03-261-0/+1
| | | | | | | | | | | Latest u-boot update need u-boot script to load and start ubldr. (See D14230 for more details) Copy this file for our arm release on the fat partition. Approved by: gjb Notes: svn path=/head/; revision=331562
* Sort variables for consistency.Glen Barber2017-11-171-5/+5
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=325950
* release/arm: Do not install ubldrEmmanuel Vadot2017-11-031-2/+0
| | | | | | | | | | | | ubldr is the non-pie version of ubldr.bin, do not install two copies of the same binary. This will allow us to remove ubldr in the future. All the u-boot ports know how to load ubldr.bin Reviewed by: gjb (earlier version) Notes: svn path=/head/; revision=325373
* Increase the arm/armv6 and arm/armv7 images from 2.5GB to 3GB,Glen Barber2017-10-131-1/+1
| | | | | | | | | | | since the RPI2 (at least) does not fit in 2.5GB. While here, add a missing BOARDNAME to RPI2.conf. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=324599
* Catch up with r324340, switching relevant arm SoCs from armv6Glen Barber2017-10-061-1/+1
| | | | | | | | | to armv7. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=324370
* Bump armv6 SoC images to 2.25GB. RPI-B is full, so increase allGlen Barber2017-10-021-1/+1
| | | | | | | | | | image sizes for consistency. Submitted by: manu Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=324209
* Bump the image size for BANANAPI and CUBIEBOARD2 to 1.5G, asGlen Barber2017-07-271-1/+1
| | | | | | | | | | 1G is no longer large enough. Reported by: manu Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=321619
* Revert r319603, r319608, and r319609. Creating a hard link to theGlen Barber2017-06-261-2/+0
| | | | | | | | | dtb file for the cubieboard2 is no longer needed in 12-CURRENT. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=320373
* Revert r319608, the dtb path was correct the first time. Sigh.Glen Barber2017-06-051-1/+1
| | | | | | | | | MFC after: 3 days MFC with: r319603, r319608 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=319609
* Fix the source path for the cubieboard2 dtb hard link.Glen Barber2017-06-051-1/+1
| | | | | | | | | MFC after: 3 days MFC with: r319603 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=319608
* Create a hard link for sun7i-a20-cubieboard2.dtb to allow theGlen Barber2017-06-051-0/+2
| | | | | | | | | | cubieboard2 to find the correct dtb file. MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=319603
* Use the armv6 GENERIC kernel in the release images on hardware this kernelAndrew Turner2016-10-121-1/+1
| | | | | | | | | | | config supports. Approved by: gjb Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D8147 Notes: svn path=/head/; revision=307149
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatJared McNeill2016-04-211-1/+1
| | | | | | | | | | | supports A20, A31, and A31S. Adds support for the BananaPi M2 (A31S) board. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed by: jmcneill Differential Revision: https://reviews.freebsd.org/D5580 Notes: svn path=/head/; revision=298422
* Use UBOOT_FILES in the dd(1) input file, as intended.Glen Barber2015-10-061-2/+2
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=288908
* Fix the path to the correct u-boot.bin file to write toGlen Barber2015-10-011-4/+2
| | | | | | | | | | the disk image, which fixes boot issues. Tested on: BananaPi Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=288459
* Partially revert r288433, with a minor change:Glen Barber2015-10-011-3/+3
| | | | | | | | | | Spell 'k' correctly. Spotted by: loos (thank you!) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=288436
* Fix FAT_SIZE by removing '-b' argument passing, which wasGlen Barber2015-10-011-1/+1
| | | | | | | | | | a result of my misunderstanding on what Crochet was doing in this case for these boards. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=288433
* Initial attempt to add support for building images forGlen Barber2015-09-301-0/+43
BANANAPI, CUBIEBOARD, and CUBIEBOARD2 SoCs. Obtained from: Crochet, FreeBSD/arm/Allwinner Wiki page Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=288421