Commit Graph

23 Commits

Author SHA1 Message Date
spycat88
4b8fd4c160 mpg123: use upstream package 2025-11-16 14:52:14 +00:00
spycat88
711356a27d grub: bump version to v2.14-rc1 (fixes gcc15) 2025-11-16 13:37:56 +00:00
Philippe Simons
4615819c3f Grub efi refactor (#2000)
* grub: move files to /boot/grub

* add rocknix-u-boot-dt-id dts property

* Delete LinuxLoader.cfg

* install u-boot dtb

* use rocknix-u-boot-dt-id to update dtb.img

* update config.xml and mkimage

* tools/rocknix-abl: add package

install in mk_image

* sm8650/sm8550: fix update.sh

* fix S922X

* rocknix-abl: dont depend on toolchain

* fix update.sh

* Qualcomm: copy dtb with mkimage_dtb
2025-11-12 21:31:15 +01:00
Danil Zagoskin
343a1475dc RK3326: use mainline u-boot with extlinux 2025-11-09 07:23:23 +00:00
Philippe Simons
c7a94296a2 Revert "grub: move files to /boot/grub"
This reverts commit 132329ace3.
2025-11-05 23:37:45 +01:00
Philippe Simons
21583f7732 Merge pull request #1961 from loki666/grub
grub: move files to /boot/grub
2025-11-05 22:26:14 +01:00
Philippe Simons
132329ace3 grub: move files to /boot/grub 2025-11-05 20:55:46 +01:00
John Williams
18ad9053e6 Revert "Merge pull request #1947 from ROCKNIX/rockbox"
This reverts commit 4906fc11c3, reversing
changes made to a6cf28f016.
2025-11-05 21:23:02 +11:00
John Williams
e7c4ab28c4 Revert "rockbox: bump version"
This reverts commit 649e9a7f38.
2025-11-05 21:22:14 +11:00
spycat88
649e9a7f38 rockbox: bump version 2025-11-02 23:27:06 +00:00
spycat88
487f62ca2d tools: introduce rockbox 2025-11-02 22:53:09 +00:00
Marshall Ward
6f393933be qemu: Update to 10.0.2, meson to autoconf
The current 7.x version of qemu has build issues with newer
compilers, and using the updated package.mk in packages/tools/qemu seems
to fix these problems.

* Seems that meson is traded for autoconf.

* --target flags for arm and aarch64 are now explicit.

* DONT_BUILD_LEGACY_PYC=1 is used to prevent some issues with pip and
  other env setup.
2025-11-01 10:05:57 -04:00
Marshall Ward
4b5c41a22f grub: Disable string-null-termination copy warning
GCC15 raises a warning if a string is copied without its null
terminator, e.g. the literal "abcd" includes a NUL character which does
not fit in the four-character array `a`:

  char a[4] = "abcd"

GRUB includes a literal token of this form, and raises a warning, which
ROCKNIX converts to an error.

This patch disables the error in GRUB.  As with all `-W-no-*` disabled
warnings, this has no effect on older GCC compilers, and is safe to use.
2025-11-01 10:05:57 -04:00
Philippe Simons
90b2423a66 Merge pull request #1926 from tjstyle/ayn-update
Ayn QCS8550 update
2025-10-28 22:44:03 +01:00
Teguh Sobirin
d19325a3ec Patch grub for upcoming direct EFI boot
Signed-off-by: Teguh Sobirin <teguh@sobir.in>
2025-10-28 17:52:08 +08:00
spycat88
c44fa36fb6 projects: cleanup bootloader files 2025-10-27 21:03:42 +00:00
spycat88
76aaeecef1 Revert "rocknix-splash: move from initramfs to system"
This reverts commit 5b10ba1bc1.
2025-10-08 00:50:10 +01:00
spycat88
5b10ba1bc1 rocknix-splash: move from initramfs to system 2025-10-05 01:04:11 +01:00
spycat88
017ff2b973 grub: refactor 2025-08-25 13:35:48 +01:00
spycat88
3335fc7b76 entware: add new package 2025-08-17 07:32:22 +01:00
spycat88
8fcacef9ff vim: drop package 2025-08-16 18:15:36 +01:00
spycat88
36ab9a369f packages: remove unused packages 2025-07-29 22:26:45 +01:00
ROCKNIX Team
9f1fab30f6 projects: add modifications for ROCKNIX 2025-07-13 19:02:44 +01:00