| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip the KERNEL from the mount paths, working around the following | gjb | 2015-05-08 | 7 | -14/+14 |
* | Fix path to the u-boot.imx file, which is relative to the root of | gjb | 2015-05-08 | 3 | -3/+3 |
* | Touch '/firstboot' so the growfs rc(8) script runs. | gjb | 2015-05-08 | 7 | -0/+7 |
* | Fix the starting block of the partition. | gjb | 2015-05-08 | 3 | -6/+6 |
* | Initial support for building the PANDABOARD image. | gjb | 2015-05-08 | 1 | -0/+26 |
* | Add a file missed in the previous commit. | gjb | 2015-05-08 | 1 | -0/+41 |
* | Copy arm/WANDBOARD-QUAD.conf to arm/WANDBOARD-{SOLO,DUAL}.conf. | gjb | 2015-05-08 | 1 | -0/+41 |
* | Fix FAT partition size. | gjb | 2015-05-08 | 1 | -1/+1 |
* | Sigh. Really fix CHECKSUM file creation. | gjb | 2015-05-08 | 1 | -4/+4 |
* | Fix CHECKSUM file creation. | gjb | 2015-05-08 | 1 | -4/+4 |
* | Initial support for building WANDBOARD-QUAD images. | gjb | 2015-05-08 | 1 | -0/+30 |
* | Initial commit to support building RPI2 images, based on information | gjb | 2015-05-08 | 1 | -0/+31 |
* | Do not include '/R' in the path when generating checksums, since | gjb | 2015-05-08 | 1 | -2/+2 |
* | Move the finished image build to the '/R' directory (the | gjb | 2015-05-08 | 1 | -0/+8 |
* | Fix the name of the final image. | gjb | 2015-05-08 | 1 | -1/+1 |
* | Rename KERNEL.img -> OSRELEASE-KERNEL.img when complete. | gjb | 2015-05-08 | 1 | -0/+4 |
* | Do not create the uenv.txt file for RPI-B. It is not needed. | gjb | 2015-05-08 | 1 | -4/+0 |
* | Fix path to /boot/msdos for the target image. | gjb | 2015-05-08 | 1 | -1/+1 |
* | Copy the rpi.dtb file to the FAT partition, preventing the | gjb | 2015-05-07 | 1 | -0/+2 |
* | Reorder / and /boot/msdos mount to avoid the following error: | gjb | 2015-05-07 | 1 | -2/+2 |
* | Create the /boot/msdos directory so the FAT partition is mounted | gjb | 2015-05-07 | 1 | -0/+1 |
* | Remove the ZEDBOARD configuration file, as it does not | gjb | 2015-05-07 | 1 | -10/+0 |
* | Spell 'u-boot.img' correctly. | gjb | 2015-05-07 | 1 | -1/+1 |
* | Remove the arm/ROADMAP file. | gjb | 2015-05-07 | 1 | -18/+0 |
* | Remove arm/Makefile.{KERNEL} files, as this project | gjb | 2015-05-07 | 7 | -183/+0 |
* | Fix creating directories within DESTDIR. | gjb | 2015-05-07 | 2 | -2/+2 |
* | Fix a copy/paste mistake. | gjb | 2015-05-07 | 1 | -1/+1 |
* | Add entries to uenv.txt. | gjb | 2015-05-07 | 1 | -0/+4 |
* | Enable the growfs rc(8) script. | gjb | 2015-05-07 | 1 | -0/+1 |
* | Set NODOC=1 to avoid building the reldoc target. | gjb | 2015-05-07 | 6 | -0/+6 |
* | Add initial native suppor for RPI-B: | gjb | 2015-05-07 | 1 | -0/+29 |
* | Remove FDT_DIR definition, which is no longer needed. | gjb | 2015-05-07 | 1 | -1/+0 |
* | Reduce the number of files copied onto the FAT partition. | gjb | 2015-05-07 | 1 | -5/+0 |
* | In arm_install_uboot(), mount both FAT and UFS partitions | gjb | 2015-05-07 | 1 | -9/+19 |
* | Set UBLDR_LOADADDR for the BEAGLEBONE image. | gjb | 2015-05-07 | 1 | -0/+1 |
* | Do not rename u-boot.img file when copying to the FAT partition. | gjb | 2015-05-07 | 1 | -1/+1 |
* | Fix paths. | gjb | 2015-05-07 | 1 | -3/+5 |
* | In arm_create_disk(), chroot(8) to the build environment | gjb | 2015-05-07 | 1 | -29/+29 |
* | Fix file/directory paths. | gjb | 2015-05-07 | 1 | -11/+11 |
* | In release.sh, create the /dev directory within the chroot | gjb | 2015-05-07 | 2 | -2/+4 |
* | Use the correct variable for the tools/TARGET.conf file. | gjb | 2015-05-06 | 1 | -2/+2 |
* | Add tools/arm.subr to contain common subroutines used for | gjb | 2015-05-06 | 3 | -0/+153 |
* | Evaluage chroot_build_release_cmd based on the TARGET/TARGET_ARCH | gjb | 2015-05-06 | 1 | -14/+24 |
* | buildenv_setup(), if overridden in the configuration file, | gjb | 2015-05-06 | 1 | -2/+2 |
* | Remove Crochet invocation. | gjb | 2015-05-06 | 1 | -20/+2 |
* | Remove crochet configuration files and tools/arm/ directory. | gjb | 2015-05-06 | 6 | -185/+0 |
* | Update the arm/*.conf configuration files to only set | gjb | 2015-05-06 | 7 | -196/+37 |
* | In extra_chroot_setup(), use 'uname -U' to determine OSVERSION. | gjb | 2015-05-06 | 2 | -152/+8 |
* | Add a return to chroot_build_target(). | gjb | 2015-05-06 | 1 | -18/+18 |
* | Wrap long lines in comments after previous commits that indented | gjb | 2015-05-06 | 1 | -20/+22 |