Commit graph

1499 commits

Author SHA1 Message Date
Matthias Reichl
666aeb7559 slice-firmware: drop dependency on dtc:host
dt-blob.bin is built with dtc from kernel, host dtc is not needed.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-21 11:49:11 +02:00
Matthias Reichl
5f7f7e68e0 Slice,Slice3: drop pcf8523 patch
Setting the xtal load capacitance is possible since kernel 5.1

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-19 23:40:31 +02:00
Matthias Reichl
31ca766f53 Slice, Slice3: drop devicetree overlays in DEVICE config dir
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-19 23:34:50 +02:00
MilhouseVH
98301d972e
Merge pull request #3542 from CvH/10.0/dvb_bump
dvb-update
2019-06-13 23:00:17 +01:00
MilhouseVH
cdca8bb940 linux (RPi): config options for 5.1.7 2019-06-13 17:37:18 +01:00
Christian Hewitt
4ff3ef1dcf
Merge pull request #3534 from MilhouseVH/le10_drop_amremote_atvclient
amremote/atvclient: cleanup
2019-06-13 16:45:50 +04:00
MilhouseVH
6bf4af6b61
Merge pull request #3522 from antonlacon/rpi-bootloader
bcm2835-bootloader: cleanup update.sh
2019-06-11 03:40:22 +01:00
MilhouseVH
17cda55c9f
Merge pull request #3523 from HiassofT/le10-initramfs-cleanup
cleanup initramfs build, drop support for kernel modules in initramfs
2019-06-05 15:46:53 +01:00
CvH
4f47722613 Generic/RPi: enable crazycat, dvb-latest 2019-06-02 23:27:06 +02:00
Jernej Škrabec
47ba37aa70
Merge pull request #3507 from MilhouseVH/linux5.1.1+
linux (RPi/Generic/Allwinner): update to linux-5.1.5
2019-05-31 22:49:23 +02:00
MilhouseVH
27f23f4de3 linux (RPi): config options for 5.1.5 (64BIT_TIME) 2019-05-28 17:09:10 +01:00
MilhouseVH
24dbf72842 atvclient: used by macmini hw, should be other support in kernel now 2019-05-25 12:32:23 +01:00
Matthias Reichl
9e9657981a drop UVESAFB_SUPPORT option
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-05-24 16:22:48 +02:00
Matthias Reichl
317667558c drop INITRAMFS_MODULES option
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-05-24 16:22:48 +02:00
MilhouseVH
16507b3590 linux (RPi): config options for 5.1.3 2019-05-23 16:22:03 +01:00
Ian Leonard
4541c33588 rpi: update.sh: drop code commented 5+ years
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-17 06:34:49 +00:00
Ian Leonard
abd510639d rpi: update.sh: drop leading spaces and misplaced comment
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-17 06:34:49 +00:00
Ian Leonard
7f76e6f73d rpi: make update.sh and canupdate.sh part of project or device files
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-17 06:34:49 +00:00
Jernej Skrabec
4d1699cb1e Drop KERNEL_UBOOT_EXTRA_TARGET, it's never used 2019-05-15 19:24:43 +02:00
Jernej Skrabec
e2e3c37896 Drop UBOOT_CONFIGFILE, it's never used 2019-05-15 19:02:56 +02:00
Jernej Skrabec
dd41eed8b9 Drop UBOOT_CONFIG, it's never used 2019-05-15 18:59:53 +02:00
Jernej Škrabec
7e4975e93e
Merge pull request #3376 from MilhouseVH/linux5.1.0
linux (RPi/Generic): update to linux-5.1
2019-05-12 21:21:47 +02:00
MilhouseVH
b48622994b
Merge pull request #3212 from antonlacon/rpi-zstd-img
rpi: switch to zstd squashfs images
2019-05-10 00:43:43 +01:00
MilhouseVH
0d14bf5d8b linux (RPi): config options for 5.1-rc7 2019-05-09 19:43:30 +01:00
MilhouseVH
1818e61e9b linux (RPi): config options for 5.1-rc5 2019-05-09 19:43:30 +01:00
MilhouseVH
dd2298b677 Generic/RPi: disable crazycat, dvb-latest (incompatible) 2019-05-09 18:32:09 +01:00
Lukas Rusak
ec17cea5e6
systemd: enable switch debug-tty to provide a debug console
This allows us to use the default debug-shell.service provided
by systemd and cut down on custom made services. This will also
always provide a debug shell as there is no reason we shouldn't
have access to one.
2019-05-08 11:54:58 -07:00
MilhouseVH
a555d72e9a linux (RPi/Generic): config options fixup after #3485 2019-05-04 15:06:06 +01:00
MilhouseVH
37b905d192 linux (RPi): config options for 5.0.8 2019-05-04 15:06:06 +01:00
Ian Leonard
a11b1fd4cf rpi: switch to zstd squashfs images
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-05-03 23:49:08 +00:00
kszaq
ef346f244b RPi: don't use initramfs compression
Kernel image is already compressed with gzip,
there is no point in having compressed initramfs
inside a compressed image.

Initramfs compression is discouraged:
https://github.com/torvalds/linux/blob/v5.0/usr/Kconfig#L137-L143
2019-05-02 21:18:41 +02:00
5schatten
27bac4252b RPi: remove deprecated softfp TARGET_FLOAT option -> use either hard or soft 2019-04-16 23:28:20 +02:00
MilhouseVH
33ba606e1a
Merge pull request #3402 from nicolaspernoud/master
Enable uvcvideo driver as kernel module
2019-04-10 21:39:57 +01:00
Jernej Škrabec
13bd9b8829
Merge pull request #3375 from MilhouseVH/linux5.0.2+
linux (RPi/Generic): update to linux-5.0.7
2019-04-10 22:30:36 +02:00
MilhouseVH
dc6a4140f4 linux (RPi): config options for 5.0.7 2019-04-08 21:27:59 +01:00
Nicolas PERNOUD
ac6c3cba39 Applied patch 2019-04-04 19:03:58 +02:00
Nicolas Pernoud
c94c91e8c0 Enable uvcvideo driver as kernel module 2019-04-04 13:29:27 +02:00
Christian Hewitt
bd69cfddad
Merge pull request #3379 from HiassofT/le10-xbox-dvd
[le10] improve Xbox DVD remote response
2019-04-03 15:41:18 +04:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
Matthias Reichl
98b3112bdb linux (RPi/Generic): enable RCMM IR decoder
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-24 10:46:01 +01:00
MilhouseVH
fcc8f30723 linux (RPi): config options for 5.0 2019-03-12 02:58:49 +00:00
MilhouseVH
6717b1d9f7 linux (RPi): config options for 5.0-rc7 2019-03-12 02:38:12 +00:00
MilhouseVH
5d29793a49 linux (RPi): config options for 5.0-rc6 2019-03-12 02:38:11 +00:00
MilhouseVH
075d42195d linux (RPi): config options for 5.0-rc3 2019-03-12 02:38:11 +00:00
MilhouseVH
a84f603973 linux (RPi): config options for 5.0-rc1 2019-03-12 02:38:11 +00:00
MilhouseVH
72f5d8f92e linux (RPi): config options for 4.19.20 2019-02-12 16:24:46 +00:00
MilhouseVH
1fca4404f3 linux (RPi): config options for 4.19.16 2019-01-22 13:48:58 +00:00
MilhouseVH
42986c8eed linux (RPi/Generic): config options for 4.19.14 2019-01-09 21:13:11 +00:00
MilhouseVH
d408f62c83
Merge pull request #3174 from HiassofT/le9-rpi-add-miniuart
linux (RPi) config: enable bcm2835 miniuart
2018-12-22 21:36:42 +00:00
Matthias Reichl
4eb95e7dc7 linux (RPi) config: enable bcm2835 miniuart
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-12-17 15:54:52 +01:00