index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
distrib
/
armv7
/
miniroot
Age
Commit message (
Expand
)
Author
2024-04-09
Remove the "cubie" miniroot. There are far more popular armv7 boards
Mark Kettenis
2023-09-25
adapt to new dir layout in dtb packages; ok deraadt
Stuart Henderson
2023-04-24
Change variable 'DISKTYPE' to 'FSDISKTYPE' like every other arch.
Kenneth R Westerback
2023-02-10
Use "echo '/ *' | disklabel -wAT-" to put all free space into the
Kenneth R Westerback
2022-02-07
Use fdisk's -b to create boot partitions instead of -e scripts.
Kenneth R Westerback
2021-10-12
make armv7 fit again after bootblock growth; discussed with jsg
Theo de Raadt
2020-05-18
Make ffs2 the default for newfs; change all calls to create e.g. floppy
Otto Moerbeek
2020-05-17
Change install images called *.fs to *.img. These are UFS filesystem images,
Theo de Raadt
2019-10-31
When writing to a raw vnd device with dd if the input file size is not a
Jonathan Gray
2019-09-25
Change the offset filesystems start on disk for armv7 from 1MB to 16MB.
Jonathan Gray
2019-05-03
Further removal of differences (using install instead of cp, sorting
Theo de Raadt
2019-04-30
Every Makefile on every architecture had deviated in unique ways.
Theo de Raadt
2019-04-29
remove the abstraction REV on top of abstraction OSrev which is always
Theo de Raadt
2019-04-28
Use new vnconfig vnd-auto-allocate mode. Resolve some variation between
Theo de Raadt
2019-02-09
The am335x_boneblack U-Boot target has been removed in the U-Boot
Jonathan Gray
2018-09-21
U-Boot 2018.05 and later will attempt to load a dtb for PocketBeagle if
Jonathan Gray
2018-03-20
include hummingboard2 (Hummingboard Gate and Edge) and som rev 1.5 dtbs
Jonathan Gray
2017-12-03
Include dtbs for Wandboard rev D1 including the i.MX 6QuadPlus variant.
Jonathan Gray
2017-09-15
Add dtbs the am335x_boneblack U-Boot image may use if a matching model
Jonathan Gray
2017-09-01
Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB and
Jonathan Gray
2017-01-24
There are two u-boot targets which should work with the sabre lite
Jonathan Gray
2017-01-19
Mainline u-boot on SABRE Lite/BD-SL-i.MX6 does not have the generic
Jonathan Gray
2016-09-04
Switch the cubie miniroot from the Allwinner A10 based Cubieboard1
Jonathan Gray
2016-06-10
list dtbs in DTBS not DTB
Jonathan Gray
2016-06-05
Previously armv7 ramdisk creation would tar up the mdec directory on the
Jonathan Gray
2016-06-05
specify the u-boot target name and dtbs used for each miniroot
Jonathan Gray
2016-05-29
Add back the fdisk command to flag the fat fs as active.
Jonathan Gray
2016-05-28
Assume sabrelite/nitrogen has a bootefi enabled u-boot in flash and just
Jonathan Gray
2016-05-28
use efiboot in armv7 miniroot images
Jonathan Gray
2016-05-26
Use a fat16 partition starting at sector 2048/1MB everywhere to simplify
Jonathan Gray
2016-05-22
Remove LOADADDR definitions, the default ${loadaddr} set by u-boot is
Jonathan Gray
2016-05-22
use a simple u-boot script for all the miniroots that loads with fdt
Jonathan Gray
2016-05-21
Copy dtb files to miniroots and install disk. Increase the ramdisk size
Jonathan Gray
2016-03-27
Switch from the solidrun i.mx6 u-boot to mainline u-boot on cubox i.
Jonathan Gray
2016-03-27
use MLO not mlo to match the names generated by u-boot builds
Jonathan Gray
2015-08-01
Make use of u-boot 2015.07's unified wandboard config to provide a
Jonathan Gray
2015-06-02
Rename the imx miniroot to nitrogen as it creates "6x_bootscript".
Jonathan Gray
2015-05-20
Now all the socs use the same va entry point and don't have any
Jonathan Gray
2015-01-26
Rename miniroot-sunxi to miniroot-cubie as the u-boot included
Jonathan Gray
2014-02-26
Fix script to allow it to work on both SD and eMMC. -moj ok deraadt@ nick@
Mats O Jansson
2013-11-01
hookup sunxi bits for miniroot and ramdisk, tested on pcduino.
Jasper Lievisse Adriaanse
2013-10-28
Revamp ARMv7 ramdisk and miniroot creation process.
Patrick Wildt
2013-09-07
Update ARMv7's release build process to build kernels and ramdisks
Patrick Wildt
2013-09-04
Beagle has been replaced by armv7.
Patrick Wildt