
Quoting Jagan Teki (2019-04-18 18:57:59)
On Thu, Apr 18, 2019 at 9:02 PM Jonas Smedegaard dr@jones.dk wrote:
Known broken:
- USB
what is broken? any information?
Below is the console output - neither builtin USB1 keyboard nor an external USB USB2 hub with a USB1 keyboard attached are detected:
U-Boot 2019.04-00502-g3a85a96182-dirty (Apr 18 2019 - 17:12:25 +0200) Allwinner Technology
CPU: Allwinner A64 (SUN50I) Model: Olimex A64 Teres-I DRAM: 2 GiB MMC: Device 'mmc@1c11000': seq 1 is in use by 'mmc@1c10000' mmc@1c0f000: 0, mmc@1c10000: 2, mmc@1c11000: 1 Loading Environment from FAT... OK In: serial Out: vidconsole Err: vidconsole Net: No ethernet found. starting USB... Bus usb@1c1b000: USB EHCI 1.00 scanning bus usb@1c1b000 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 => usb tree USB device tree: 1 Hub (480 Mb/s, 0mA) u-boot EHCI Host Controller
Company page: https://linux-sunxi.org/Olimex_Teres-A64 Community page: https://linux-sunxi.org/Olimex_Teres-A64 hardware sources: https://github.com/OLIMEX/DIY-LAPTOP/tree/master/HARDWARE/A64-TERES/TERES-PC...
I usually won't prefer these links in commit message.
Ok, I'll remove those.
diff --git a/MAINTAINERS b/MAINTAINERS index c77abba1e5..d6ba87a0ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -319,6 +319,14 @@ F: arch/arm/include/asm/arch-sunxi/ F: arch/arm/mach-sunxi/ F: board/sunxi/
+ARM SUNXI OLIMEX TERES-I +M: Jonas Smedegaard dr@jones.dk +M: Icenowy Zheng icenowy@aosc.io +S: Maintained +T: git https://salsa.debian.org/js/u-boot
Is there any relation to this tree to Mainline. usually the git tree which are preparing PR's can list like this otherwise no need.
Ok. Probably best I remove that line, then.
- Jonas