aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.arm.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts/mkimg.arm.sh: fix boot config for armv7 rpi4Natanael Copa2019-12-181-3/+3
| | | | We dont have rpi4 kernel for armhf but we have it for armv7.
* scripts/mkimg.arm.sh: fix boot config for 64bit rpiNatanael Copa2019-12-161-2/+5
| | | | fixes #11031
* scripts/mkimg.arm.sh: add rpi4 supportNatanael Copa2019-12-131-3/+13
| | | | ref #10789
* scripts: drop armhf uboot imageNatanael Copa2019-12-061-2/+2
| | | | we dont ship an armv6 kernel.
* scripts: replace -vanilla kernel with -ltsNatanael Copa2019-12-061-1/+1
| | | | also add doas to extended image
* scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64Natanael Copa2019-06-191-1/+1
| | | | | | | fix the sed extression that filters out version number sot it does not strip out the `-pine64` part of string. apk fetch --simulate --root --recursive u-boot-all
* scripts/mkimg.arm.sh: cleanup rpi config and update initramfsCarlo Landmeter2019-05-061-2/+2
| | | | | | | - config: remove dwc_otg.lpm_enable as 0 is default - initramfs: remove ext4 f2fs as boot partition needs to be fat32 - initramfs: remove raid and scsi - initramfs: add dhcp and https for netboot when drivers are buildin
* scripts/mkimg.arm.sh: fix rpi config.txtCarlo Landmeter2019-05-061-9/+17
| | | | | - remove custom entries - fix armhf to include all boards
* scripts: add back rpi kernel to armhfCarlo Landmeter2019-04-231-1/+2
|
* scripts: add rpi2 kernel to armhf releaseCarlo Landmeter2019-04-031-1/+1
| | | | ref #10155
* scripts/mkimg.arm.sh: remove manual (now redundant) clm_blob specTimo Teräs2019-03-221-1/+0
| | | | the scripts have been updated to pick up clm_blobs automatically
* scripts: generate grub efi for arm except rpiNatanael Copa2019-02-261-0/+1
| | | | add all_video
* scripts/mkimg.arm.sh: create rpi image for armv7Natanael Copa2019-02-261-2/+2
|
* scripts: add armv7 support to imagesOlliver Schinagl2019-02-261-0/+6
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* scripts: add modloopfw supportCarlo Landmeter2019-02-151-0/+1
| | | | this is needed for firware which is not automatically detected.
* scripts: typo fixesSascha Paunovic2018-07-101-1/+1
|
* scripts/mkimg.arm.sh: fix regressionNatanael Copa2018-06-251-0/+1
|
* scripts: use aports rpi bootloaderCarlo Landmeter2018-06-251-10/+3
|
* scripts/mkimg.arm.sh: fix typoNatanael Copa2018-06-251-1/+1
|
* scripts/mkimg.arm.sh: cleanupNatanael Copa2018-06-211-7/+5
| | | | no functional difference but make it clearer what the intention is
* scripts: add aarch64 support to rpi profileCarlo Landmeter2018-06-191-24/+47
| | | | | | - removed serial from cmdline. rpi3 has a limited serial interface (used for bluetooth now) and when enabled (enable_uart=1) it will lock the cpu speed to 250Mhz.
* scripts/mkimg.arm.sh: update firmware commitNatanael Copa2018-06-131-1/+2
|
* scripts/mkimg: remove ext2 and ext3 featuresNatanael Copa2018-06-121-2/+2
| | | | ext4 module can handle it.
* scripts/mkimg: remove -hardened kernel and vanilla isoNatanael Copa2018-03-051-11/+3
| | | | | | | standard iso is now vanilla kernel so it does not make any sense to have a separata vanilla iso. Also update xen to use vanilla kernel instead of hardened
* scripts/mkimg.arm: update rpi firmwareTimo Teräs2017-11-211-1/+1
|
* scripts/mkimg.arm: update rpi bootloader, remove unneeded initrd load addressTimo Teräs2017-05-301-5/+5
|
* scripts/mkimg.*: add title and descriptionNatanael Copa2017-05-301-0/+8
|
* scripts/mkimg.arm: fix ubootNatanael Copa2017-05-191-2/+3
| | | | ref #7181
* scripts: pull in hardened image, not grsec imageWilliam Pitcock2017-04-271-1/+1
|
* scripts/mkimg: raspberry pi bootloader 2017-01-25Timo Teräs2017-01-271-1/+1
|
* scripts: add aarch64 release imageNatanael Copa2016-12-161-3/+11
|
* scripts: set execute permissions on scriptsNatanael Copa2016-11-141-0/+0
|
* scripts/mkimage.sh: scripts to build bootable alpine imagesTimo Teräs2016-11-141-0/+86