Age | Commit message (Collapse) | Author |
|
U-Boot has been built with CONFIG_OF_BOARD for a year now
ok patrick@
|
|
more empty space before the MS-DOS and OpenBSD partitions.
Also make sure we don't overwrite the firmware with the Pine64 on anything
but the Pine64 and Pine64+.
With help from jsg@
ok deraadt@, jsg@, patrick@
|
|
possible, and remove the failed previous attempts at sharing
in ./miniroot and ./ramdisk. maybe now that differences are
eliminated we can start a new sharing effort? i dunno..
|
|
moving progress bar during auto upgrade/install and a clean log
afterwards. ok deraadt@
|
|
chunks in a specified order, using a few variables, performing bsd.rd
to bsd.gz conversion as similar as possible)
|
|
|
|
|
|
Eliminate many more differences. When it makes sense, build bsd.rd
and miniroot/ramdisk.fs and cd.iso in the same directory. More steps
coming after this..
|
|
|
|
the sme.
|
|
|
|
|
|
having two mysterious names, let's settle on one.
|
|
|
|
architectures, and start removing some crazy junk that has collected
over the years. Being tested on all architectures...
ok various people.
|
|
|
|
tracked that permission. Make the copy in $RELEASEDIR a+r
ok deraadt@
|
|
u-boot by setting device_tree_address to the right value in config.txt.
Also switch to setting arm_64bit instead of arm_control since the latter
is deprecated. Based on a diff from bmercer@.
ok jsg@, bmercer@, deraadt@
|
|
adjust the speed of the 'console' ttys entry to reflect the speed of the
console being used to install.
Makes for a smoother install on Rockchip devices for which the SoC vendor
had the not so brilliant idea that 1500000 is a suitable default speed.
ok benno@, tb@
|
|
script doesn't need support for the 3rd choice.
|
|
DESTDIR rather than reaching around in src. ok deraadt
|
|
requires raspberrypi-firmware 1.20180317 or later
|
|
ok kettenis@
|
|
Some resizing scenarios can be done from within single user mode, but
resizing the root partition required you to bring your own growfs(8)
binary into the ramdisk environment. This commit adds growfs(8) to the
ramdisks (the ones that don't have space constraints) to simplify such
operations.
OK deraadt@
|
|
Tested by abieber@
|
|
according to the same logic for all architectures but sgi.
Consolidate setting them in one place in install.sub and incorporate
the sgi specific MDSETS and MDSANESETS.
Introduce MDSANESETS complementing MDSETS which makes the construction
of DEFAULTSETS, THESETS and SANESETS clearer in install.sub.
While here, adjust the comment about how MDSETS used now.
OK deraadt@
|
|
|
|
move forward deraadt@
|
|
from sector 2048/1MB to sector 8192/4MB.
This gives enough space for a combined U-Boot and ATF FIT image for the
Firefly-RK3399.
Requested by and ok kettenis@
|
|
file on the ESP to explicitly load bootaa64.efi so it will load without
manual intervention.
Suggested by patrick@ verified by deraadt@ ok kettenis@
The partition type of the ESP remains 0x0c rather than 0xef as it
should be as otherwise the rpi3 won't boot. The AMI EDK2 based UEFI
on the other hand can handle the ESP partition type being 0x0c or 0xef.
|
|
Even though this can't be the SD card at the moment, it is possible to
boot off USB if an OTP bit has been set.
|
|
Unlike the TI boot ROM the Broadcom one doesn't understand FAT12, only
FAT16 or FAT32.
The u-boot-aarch64 and raspberrypi-firmware packages are now required to
run make release on arm64.
ok patrick@
|
|
|
|
the armv7 code, but with the u-boot, device tree and mkuboot
bits stripped out.
ok deraadt@
|