Stefan Agner
5662a6230f
RaspberryPi: Update kernel 5.4.83 - 76c49e60e742d0bebd798be972d67dd3fd007691 ( #1187 )
2021-01-31 00:27:32 +01:00
Stefan Agner
6b51d5a8ab
Fix 64-bit image to boot on Raspberry Pi 400 ( #1134 ) ( #1143 )
...
Add the missing PCIe node to make U-Boot's PCIe driver happy on
Raspberry Pi 400 as well.
2020-12-30 16:58:38 +01:00
Stefan Agner
78b456d05c
Fix U-Boot crash seen on RPi400 ( #1057 ) ( #1058 )
2020-12-04 20:54:49 +01:00
Stefan Agner
bf1eaf44d5
Raspberry Pi: Add RPi400 and CM4 support ( #1025 )
...
Backport patches for RPi400 and CM4 support. Tested on a RPi400 which
seems to successfully boot and run Home Assistant OS with this.
2020-11-26 23:13:57 +01:00
Stefan Agner
01475a8c45
Fix boot from USB for Raspberry Pi 32-bit installations ( #987 ) ( #1022 )
2020-11-26 23:04:24 +01:00
Stefan Agner
e8c2bacae6
Use upstream fix for zram on 32-bit ARM with LPAE (RPi4) ( #996 )
2020-11-16 15:09:12 +01:00
Stefan Agner
92541b7280
Move patch for the RPi Linux kernel to the correct location ( #978 )
2020-11-10 21:30:32 +01:00
Stefan Agner
f5ff224358
Bump Raspberry Pis to 5.4 kernel ( #956 )
...
* Bump Raspberry Pi kernel to 5.4
Bump kernel to the downstream Raspberry Pi 5.4 kernel. Drop patches
already merged upstream and use rebased patches for USB reset
controller (required for U-Boot 2020.10 for USB SSD boot).
* Add compatible node for upstream U-Boot
Add brcm,bcm2835-pl011 to make upstream U-Boot bind with the
bcm283x_pl011 driver. This allows to boot with the device tree provided
by the Raspberry Pi Linux kernel 5.4 even without enable_uart=1.
2020-11-10 18:25:51 +01:00
Stefan Agner
502ef82b80
Bump U-Boot to 2020.10 for all boards using U-Boot ( #889 )
2020-10-10 12:27:47 +02:00
Stefan Agner
ebc93692f5
Drop UART write retry patch from U-Boot ( #873 )
...
The patch causes U-Boot freezes in some configurations. The root cause
is that U-Boot does not allow to use the bss section in pre-relocation
code (which is where the UART is used). Drop the patch as it is not
required currently.
See also:
http://u-boot.10912.n7.nabble.com/RPi4-U-Boot-freeze-td424432.html#a427198
2020-09-24 13:37:44 +02:00
Stefan Agner
4d6246be4d
RPi4 fix WiFi with 802.11r fast roaming enabled ( #733 ) ( #830 )
...
Add brcmfmac patch which adds 802.11r fast roaming support.
2020-08-22 15:08:14 +02:00
Stefan Agner
78152db78f
Add boot from USB mass storage device support for RPi 4 ( #746 ) ( #776 )
...
* Backport USB PCIe/XHCI patches to U-Boot 2020.07
Backport relevant patches required to make PCIe/USB XHCI work.
* Backport/integrate PCIe device tree changes from upstream Linux
U-Boot uses the device tree provided by upstream Linux. Make sure the
device tree has the relevant chanages to make VL805 USB controller
reset work.
* Document RPi 4 USB mass storage support (#746 )
2020-07-19 13:59:10 +02:00
Pascal Vizeli
f66fbda032
RaspberryPi move back to 4.19 Kernel ( #723 )
...
* RaspberryPi: Update kernel 4.19.126 - f6b3ac28f0a9137d4c24c0b8832e693bbd16f5b7
* RaspberryPi: Update firmware 7caead9416f64b2d33361c703fb243b8e157eba4
* Remove kernel for 5.4
2020-06-05 16:08:50 +02:00
Pascal Vizeli
afe39c279b
Fix RPi4 uart 2-5 ( #706 )
2020-06-02 23:32:49 +02:00
Pascal Vizeli
34b7bbd68d
New approach for uboot and rpi 5.4 ( #635 )
...
* New approach for uboot and rpi 5.4
* fix dts
* Update firmware to next
2020-04-25 11:17:03 +02:00
Pascal Vizeli
98f13d9282
RPi 5.4 ( #631 )
...
* RaspberryPi: Update kernel 68fd7d52c9fc7c40b996d6b91acaf3e03b2c3ea0
* update kernel config
* update bootloader
* Fix boot
* work
* fix boot
* Fix script
* optimize script
2020-04-23 23:05:28 +02:00
Pascal Vizeli
d340e79bea
Fix RPI issues with u-boot / firmware ( #503 )
...
* Fix RPI issues with u-boot / firmware
* Cleanup bluetooth handling
* Use RC4 for u-boot on rpi4
2019-12-10 19:07:16 +01:00
Ryan Bray
960e11dc4f
Uboot bootstate ( #215 )
...
* Uboot: cleaning up bootstate env import/export.
* Tinker: Add potential eMMC boot support.
2018-10-26 11:36:29 +02:00
Pascal Vizeli
12b5731e20
os: fix u-boot env size ( #153 )
...
* os: fix u-boot env size
* Delete fw_env.config
2018-08-08 12:48:07 +02:00
Pascal Vizeli
9ef96373a9
Update buildroot 2018.05.1 / u-boot ( #150 )
...
* Update buildroot 2018.05.1 / u-boot
* Cleanup
* Fix bl
2018-08-07 16:45:12 +02:00
Pascal Vizeli
fbb45e1544
tinker: Initial support ( #140 )
...
* tinker: initial support
* Fix info
* Fix uboot defconfig
* Split kernel config
* Fix name
* Add post-image
* Init different boot
* Add SPL images
* Dynamic rauc config
* Support SPL for OTA
* Fix expand script style
* Fix SPL
* Bump build u-boot
* Cleanup
* Add cmd for scritps
* Use kernel from armbian
* Fix u-boot
* Add bluetooth support
* Fix bt
* Fix env
* Change uart debug like rpi
* move config
2018-08-03 13:21:55 +02:00
Pascal Vizeli
a426046bcc
Support dual bootloader ( #27 )
...
* Support dual bootloader
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* Make ova running
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* fix uboot
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* Update supervisor
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
* Support all rpi
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-11 11:34:31 +00:00
Pascal Vizeli
c13d403c8d
Cleanup patches for rpi
2018-06-11 11:34:31 +00:00
Pascal Vizeli
a57864c199
Better group boards like rpi
...
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch >
2018-06-11 11:34:31 +00:00