| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy the rpi.dtb file to the FAT partition, preventing the | Glen Barber | 2015-05-07 | 1 | -0/+2 |
* | Reorder / and /boot/msdos mount to avoid the following error: | Glen Barber | 2015-05-07 | 1 | -2/+2 |
* | Create the /boot/msdos directory so the FAT partition is mounted | Glen Barber | 2015-05-07 | 1 | -0/+1 |
* | Remove the ZEDBOARD configuration file, as it does not | Glen Barber | 2015-05-07 | 1 | -10/+0 |
* | Spell 'u-boot.img' correctly. | Glen Barber | 2015-05-07 | 1 | -1/+1 |
* | Remove the arm/ROADMAP file. | Glen Barber | 2015-05-07 | 1 | -18/+0 |
* | Remove arm/Makefile.{KERNEL} files, as this project | Glen Barber | 2015-05-07 | 7 | -183/+0 |
* | Fix creating directories within DESTDIR. | Glen Barber | 2015-05-07 | 2 | -2/+2 |
* | Fix a copy/paste mistake. | Glen Barber | 2015-05-07 | 1 | -1/+1 |
* | Add entries to uenv.txt. | Glen Barber | 2015-05-07 | 1 | -0/+4 |
* | Enable the growfs rc(8) script. | Glen Barber | 2015-05-07 | 1 | -0/+1 |
* | Set NODOC=1 to avoid building the reldoc target. | Glen Barber | 2015-05-07 | 6 | -0/+6 |
* | Add initial native suppor for RPI-B: | Glen Barber | 2015-05-07 | 1 | -0/+29 |
* | Remove FDT_DIR definition, which is no longer needed. | Glen Barber | 2015-05-07 | 1 | -1/+0 |
* | Reduce the number of files copied onto the FAT partition. | Glen Barber | 2015-05-07 | 1 | -5/+0 |
* | In arm_install_uboot(), mount both FAT and UFS partitions | Glen Barber | 2015-05-07 | 1 | -9/+19 |
* | Set UBLDR_LOADADDR for the BEAGLEBONE image. | Glen Barber | 2015-05-07 | 1 | -0/+1 |
* | Do not rename u-boot.img file when copying to the FAT partition. | Glen Barber | 2015-05-07 | 1 | -1/+1 |
* | Fix paths. | Glen Barber | 2015-05-07 | 1 | -3/+5 |
* | In arm_create_disk(), chroot(8) to the build environment | Glen Barber | 2015-05-07 | 1 | -29/+29 |
* | Fix file/directory paths. | Glen Barber | 2015-05-07 | 1 | -11/+11 |
* | In release.sh, create the /dev directory within the chroot | Glen Barber | 2015-05-07 | 2 | -2/+4 |
* | Use the correct variable for the tools/TARGET.conf file. | Glen Barber | 2015-05-06 | 1 | -2/+2 |
* | Add tools/arm.subr to contain common subroutines used for | Glen Barber | 2015-05-06 | 3 | -0/+153 |
* | Evaluage chroot_build_release_cmd based on the TARGET/TARGET_ARCH | Glen Barber | 2015-05-06 | 1 | -14/+24 |
* | buildenv_setup(), if overridden in the configuration file, | Glen Barber | 2015-05-06 | 1 | -2/+2 |
* | Remove Crochet invocation. | Glen Barber | 2015-05-06 | 1 | -20/+2 |
* | Remove crochet configuration files and tools/arm/ directory. | Glen Barber | 2015-05-06 | 6 | -185/+0 |
* | Update the arm/*.conf configuration files to only set | Glen Barber | 2015-05-06 | 7 | -196/+37 |
* | In extra_chroot_setup(), use 'uname -U' to determine OSVERSION. | Glen Barber | 2015-05-06 | 2 | -152/+8 |
* | Add a return to chroot_build_target(). | Glen Barber | 2015-05-06 | 1 | -18/+18 |
* | Wrap long lines in comments after previous commits that indented | Glen Barber | 2015-05-06 | 1 | -20/+22 |
* | Ensure resolv.conf exists on the build host before attempting | Glen Barber | 2015-05-06 | 1 | -6/+8 |
* | Move where the configuration file is sourced if '-c' | Glen Barber | 2015-05-06 | 1 | -6/+8 |
* | Move the trap after env_check(), since CHROOTDIR may be | Glen Barber | 2015-05-06 | 1 | -1/+1 |
* | Shorten long lines. | Glen Barber | 2015-05-06 | 1 | -5/+9 |
* | Move PATH and export to the same line. | Glen Barber | 2015-05-06 | 1 | -3/+8 |
* | Add documentation for newly-added functions. | Glen Barber | 2015-05-06 | 1 | -10/+23 |
* | Add the following functions to release.sh to organize and make | Glen Barber | 2015-05-06 | 1 | -235/+273 |
* | MFH: r282315-r282534 | Glen Barber | 2015-05-06 | 544 | -16205/+25531 |
|\ |
|
| * | Correctly print valtype for empty bitmask. | Alexander V. Chernikov | 2015-05-06 | 1 | -0/+1 |
| * | Corrected indentation on conflicted source files. | Kashyap D Desai | 2015-05-06 | 6 | -307/+319 |
| * | Configured the mrsas(4) driver to support UNMAPPED I/O and updated driver ver... | Kashyap D Desai | 2015-05-06 | 2 | -14/+38 |
| * | 1. All LSI namings are converted to AVAGO Tech. | Kashyap D Desai | 2015-05-06 | 7 | -37/+50 |
| * | Bug fixes found internally as detailed below: | Kashyap D Desai | 2015-05-06 | 3 | -6/+13 |
| * | Driver calls mrsas_complete_cmd() to call mrsas_wakeup() for each MFI frame t... | Kashyap D Desai | 2015-05-06 | 1 | -2/+31 |
| * | In OCR(Online Controller Reset) path, driver sets adapter state to | Kashyap D Desai | 2015-05-06 | 2 | -62/+74 |
| * | Current driver does fast path read load balancing between arm and mirror disk | Kashyap D Desai | 2015-05-06 | 4 | -73/+113 |
| * | Now Driver expose Secure Jbod Support via driver_operations in MFI INIT Frame. | Kashyap D Desai | 2015-05-06 | 3 | -39/+93 |
| * | This patch adds the feature to provide PCI information via IOCTL query. | Kashyap D Desai | 2015-05-06 | 3 | -11/+217 |