1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
Commit graph

46 commits

Author SHA1 Message Date
Sertonix
9b6b83166b scripts/mkimg.*.sh: remove executable bit
They are can only be sourced by other scripts.
2025-05-13 11:10:00 +00:00
Natanael Copa
8ebe0876ec scripts: move uboot image to separate file 2024-12-26 21:05:11 +00:00
Natanael Copa
5fb72a8cbd scripts/mkimg.arm.sh: include phy drivers
fixes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16366
ref: https://gitlab.alpinelinux.org/alpine/mkinitfs/-/issues/76
2024-12-02 17:39:04 +01:00
Sertonix
5147450891 scripts/mkimage.sh: fix cross creating 2024-09-06 12:19:56 +00:00
Natanael Copa
50a7c81b9b scripts/mkimg.arm.sh: improve description for Pi images
Give better clues which image is for which Pi

fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/15595
2023-12-27 12:13:40 +00:00
Natanael Copa
e74f5c9847 scripts: add profile for alpine-rpi .img.gz disk images
ref: https://gitlab.alpinelinux.org/alpine/infra/alpine-mksite/-/issues/14
ref: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/52993
2023-12-04 21:01:51 +00:00
Natanael Copa
20337e2064 scripts: only a single kernel flavor for all rpi models. 2023-11-29 20:56:57 +00:00
psykose
82a5d47920 scripts/mkimg.arm.sh: remove linux-firmware-brcm from rpi
was already pulled in via linux-rpi
2022-11-08 17:49:28 +01:00
psykose
106fdd11ff
scripts/mkimg.arm.sh: add linux-firmware-brcm for rpi
see #13302
2022-08-13 16:07:34 +02:00
Natanael Copa
960b71b825 scripts/mkimg.{arm,base}: enable nvme by default
nvme is common nowadays so enable it by default
ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/11589
2022-05-02 11:04:26 +02:00
Joonas Kuorilehto
1ac9cc261e scripts/mkimg.arm.sh: add support for Raspberry Zero 2 W
https://www.raspberrypi.com/documentation/computers/config_txt.html#model-filters
2022-04-01 23:15:18 +00:00
Natanael Copa
9a78244068 main/raspberrypi-bootloader: split common bootcode.bin
Move common bootcode.bin to a separate subpackage and make it a
dependency for the packages that needs it.

Also adjust the script that generates the release tarball.

Fixes https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/15723
2022-01-18 15:08:01 +00:00
Nick Hanley
75b67ff7c6 scripts/mkimg.arm.sh: update rpi config.txt documentation url 2022-01-13 05:57:30 +00:00
Natanael Copa
099aea877d scripts/mkimg.arm.sh: fix boot config for armv7 rpi4
We dont have rpi4 kernel for armhf but we have it for armv7.
2019-12-18 13:23:41 +00:00
Natanael Copa
f7c1786cd7 scripts/mkimg.arm.sh: fix boot config for 64bit rpi
fixes #11031
2019-12-16 18:36:13 +00:00
Natanael Copa
0d1e402c59 scripts/mkimg.arm.sh: add rpi4 support
ref #10789
2019-12-13 18:56:15 +00:00
Natanael Copa
b4a50a4bde scripts: drop armhf uboot image
we dont ship an armv6 kernel.
2019-12-06 18:21:14 +00:00
Natanael Copa
46f4244a08 scripts: replace -vanilla kernel with -lts
also add doas to extended image
2019-12-06 17:48:38 +00:00
Natanael Copa
ee517c9da8 scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64
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
2019-06-19 09:34:26 +00:00
Carlo Landmeter
3cd896ee10 scripts/mkimg.arm.sh: cleanup rpi config and update initramfs
- 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
2019-05-06 07:45:03 +00:00
Carlo Landmeter
59bb1ba251 scripts/mkimg.arm.sh: fix rpi config.txt
- remove custom entries
- fix armhf to include all boards
2019-05-06 07:45:03 +00:00
Carlo Landmeter
a9871bd0b7 scripts: add back rpi kernel to armhf 2019-04-23 08:55:11 +00:00
Carlo Landmeter
4f1a9af5c7 scripts: add rpi2 kernel to armhf release
ref #10155
2019-04-03 07:20:20 +00:00
Timo Teräs
3ff0721652 scripts/mkimg.arm.sh: remove manual (now redundant) clm_blob spec
the scripts have been updated to pick up clm_blobs automatically
2019-03-22 21:26:15 +02:00
Natanael Copa
dd59175033 scripts: generate grub efi for arm except rpi
add all_video
2019-02-26 16:56:06 +00:00
Natanael Copa
4dfaaf8987 scripts/mkimg.arm.sh: create rpi image for armv7 2019-02-26 13:28:22 +00:00
Olliver Schinagl
bf993f3f64 scripts: add armv7 support to images
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2019-02-26 13:28:22 +00:00
Carlo Landmeter
680b40d3d2 scripts: add modloopfw support
this is needed for firware which is not automatically detected.
2019-02-15 10:33:47 +00:00
Sascha Paunovic
2394d057c3 scripts: typo fixes 2018-07-10 14:07:07 +00:00
Natanael Copa
85263ce182 scripts/mkimg.arm.sh: fix regression 2018-06-25 17:00:08 +00:00
Carlo Landmeter
ba003e927b scripts: use aports rpi bootloader 2018-06-25 16:16:53 +00:00
Natanael Copa
bd4bb5a347 scripts/mkimg.arm.sh: fix typo 2018-06-25 15:03:47 +00:00
Natanael Copa
69907fcb13 scripts/mkimg.arm.sh: cleanup
no functional difference but make it clearer what the intention is
2018-06-21 10:35:37 +00:00
Carlo Landmeter
e8239a2221 scripts: add aarch64 support to rpi profile
- 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.
2018-06-19 07:50:50 +00:00
Natanael Copa
1729d4a89c scripts/mkimg.arm.sh: update firmware commit 2018-06-13 16:10:44 +00:00
Natanael Copa
e2dd173bdf scripts/mkimg: remove ext2 and ext3 features
ext4 module can handle it.
2018-06-12 09:00:39 +00:00
Natanael Copa
71a193e96f scripts/mkimg: remove -hardened kernel and vanilla iso
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
2018-03-05 11:41:56 +00:00
Timo Teräs
5faa024740 scripts/mkimg.arm: update rpi firmware 2017-11-21 08:37:28 +02:00
Timo Teräs
e88b188c74 scripts/mkimg.arm: update rpi bootloader, remove unneeded initrd load address 2017-05-30 11:55:38 +00:00
Natanael Copa
21c35028cd scripts/mkimg.*: add title and description 2017-05-30 13:28:57 +02:00
Natanael Copa
091c5e930d scripts/mkimg.arm: fix uboot
ref #7181
2017-05-19 16:05:31 +02:00
William Pitcock
e7288f5035 scripts: pull in hardened image, not grsec image 2017-04-27 05:46:23 +00:00
Timo Teräs
5164608aab scripts/mkimg: raspberry pi bootloader 2017-01-25 2017-01-27 13:43:57 +02:00
Natanael Copa
3eb10d34b8 scripts: add aarch64 release image 2016-12-16 10:26:15 +00:00
Natanael Copa
0869439499 scripts: set execute permissions on scripts 2016-11-14 20:10:40 +00:00
Timo Teräs
46f65fad4c scripts/mkimage.sh: scripts to build bootable alpine images 2016-11-14 20:10:39 +00:00