Commit Graph

916 Commits

Author SHA1 Message Date
MilhouseVH
a7df1089e2 u-boot: fix build failure when DEBUG is set
Avoid this failure:

  LD      u-boot
  OBJCOPY u-boot.srec
  OBJCOPY u-boot.bin
  OBJCOPY u-boot.hex
Makefile:156: *** DEBUG must be boolean. Stop.
make[2]: *** [/home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-KVIM.arm-9.0-devel-next/u-boot-ffc14fc/Makefile:920: acs.bin] Error 2
make[1]: *** [Makefile:147: sub-make] Error 2
2018-06-16 18:28:22 +01:00
Matthias Reichl
ba3ac20c48 Merge pull request #2729 from MilhouseVH/linux41448+
linux: update to linux-4.14.48
2018-06-08 17:28:25 +02:00
MilhouseVH
d210667bf1 RPi: update to firmware 7884178 2018-06-08 05:23:40 +01:00
Sascha Kuehndel (InuSasha)
2c47bfbb0e grub: fix build with gcc8 with upstream patch 2018-06-04 20:17:29 +02:00
Matthias Reichl
937d13313e grub: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Tomas Kelemen (vudiq)
c2792f5dbb redefine variable names for partition labels 2018-05-30 08:31:04 +02:00
Tomas Kelemen (vudiq)
e0c8006ae0 bootloader: use labels defined by distro options 2018-05-29 22:33:35 +02:00
CvH
7613733280 syslinux: removed not working script 2018-05-28 19:58:19 +02:00
MilhouseVH
777b5ce1c5 RPi: update to firmware 784fe6c 2018-05-26 03:05:03 +01:00
MilhouseVH
a53d7ad476 RPi: update to firmware 6a3ac30 2018-05-26 03:05:03 +01:00
MilhouseVH
a8fae9943a RPi: update to firmware a46b1f9 2018-05-26 03:05:03 +01:00
MilhouseVH
25e9bbb902 RPi: update to firmware 287af2a 2018-05-26 03:05:03 +01:00
MilhouseVH
ab60ac71fc installer: add option to save installation log in /flash/logs; include extra system info 2018-05-16 05:44:02 +01:00
MilhouseVH
d2ab6680a7 installer: remove unused functions, pointless case, recursive calls and faulty breaks
I suspect the recursive calls were to work around the error caused by break
being called in a case statement which itself is within a while loop - the break
causes the while loop to terminate, bringing the installer to a grinding halt... whoops.

Now, menu_main() is called only from the main process loop, which we don't exit accidentally.

I've removed an entire case statement from do_install_quick() as this function either
performs an installation, or it doesn't - the case statement is pointless.

Due to the removal of whitespace, add ?w=1 in github.com when reviewing.
2018-05-16 03:29:20 +01:00
MilhouseVH
c1167e0bcb installer: switch to using UUIDs 2018-05-15 22:14:42 +01:00
MilhouseVH
517330f9fe installer: drop extlinux support, not needed - use syslinux 2018-05-15 22:14:42 +01:00
MilhouseVH
918ea3219f installer: use HERE doc 2018-05-15 22:14:42 +01:00
MilhouseVH
cdb7daba21 grub: drop /flash/grub.cfg 2018-05-15 22:14:42 +01:00
MilhouseVH
20992919e1 init: update copyright 2018-05-15 22:14:42 +01:00
MilhouseVH
2c281d13d9 syslinux.cfg/init/etc: unify syslinux.cfg 2018-05-15 22:14:42 +01:00
CvH
a010156a64 qemu: update to 2.12.0 2018-04-29 23:59:46 +02:00
MilhouseVH
6fc9e35b10 RPi: fix sha256 for firmware 983b091 2018-04-28 16:14:39 +01:00
Alex Deryskyba
156b5fb2c5 Merge pull request #2674 from CvH/9.0-uboot-deps
add u-boot-tools package dependency for WC & WP
2018-04-28 14:33:12 +03:00
Matthias Reichl
45dd79bff4 u-boot-tools-aml: move to packages/tools
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-27 17:23:37 +02:00
MilhouseVH
c7eed1e367 RPi: update firmware to 983b091 2018-04-26 23:48:06 +01:00