- Feb 13, 2022
-
-
Angus Ainslie authored
Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Nov 27, 2021
-
-
Angus Ainslie authored
Enabling these causes USB errors on the host and device side. On the L5 we see SDP: initialize... SDP: handle requests... Status: -108 Status: -108 Status: -108 And on the host side there are messages about failing to negotiate and address. Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Sep 10, 2021
-
-
Sebastian Krzyszkowiak authored
Closes #23
-
Fixes OS-issues#217 and design#24
-
-
The datasheet says that it can take up to 1 second for conversion to be finished, so there's no point in waiting for longer.
-
Also, disable HVDCP and MaxCharge to not negotiate high voltages behind TPS65982's back.
-
Although the bit is called STAT_DIS (STAT Pin Disable), we're setting it to 0, making the comment a bit confusing.
-
The charger is disabled anyway, and once it gets re-enabled the value is already overwritten.
-
-
We don't use them.
-
-
-
read_vbat does additional stuff like disabling the charger and enabling BAT_LOADEN to get more accurate reading, so use it to read the VBAT value.
-
According to the datasheet, the conversion is not finished until CONV_START gets cleared, which can take up to 1 second (8.2.8 Battery Monitor).
-
Not sure what was the intention behind the old code, it doesn't look right.
-
The next line is supposed to restore register 0x03 to the old value, which has no chance to work if we had just stored its current value into reg03.
-
- Aug 24, 2021
-
-
Guido Gunther authored
debian: Bump firmware to 8.12 See merge request !42
-
- Aug 23, 2021
-
-
Sebastian Krzyszkowiak authored
-
- May 07, 2021
-
-
Angus Ainslie authored
Enable WiFi SW kill switch See merge request !40
-
- Apr 27, 2021
-
-
Angus Ainslie authored
Due to probe ordering in the kernel the SW kill switch might not get enabled before the wifi driver is probed. Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Feb 17, 2021
-
-
Sebastian Krzyszkowiak authored
configs: librem5: set BOOTDELAY=0 Closes #18 See merge request !24
-
Sebastian Krzyszkowiak authored
add the u-boot version to the command line See merge request !41
-
- Feb 16, 2021
-
-
Angus Ainslie authored
Pass the u-boot version to the kernel Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Feb 11, 2021
-
-
Guido Gunther authored
Update firmware 8.10 See merge request !39
-
- Jan 27, 2021
-
-
Guido Gunther authored
arm-trusted-firmware#1
-
Guido Gunther authored
This bumps the DP firmware version to 50d385ab: [ 65.342684] cdns-mhdp-imx 32c00000.hdmi: [drm:cdns_mhdp_read_fw_version [cdns_mhdp_drmcore]] firmware version: 50d385ab
-
- Nov 20, 2020
-
-
Angus Ainslie authored
imx8mq_pins: fix configuration for UART4 on ECSPI2 pads See merge request !38
-
- Nov 09, 2020
-
-
Angus Ainslie authored
Move the board rev to the MAC address fuses See merge request !37
-
Arnaud Ferraris authored
When routing UART4 using the ECSPI2 pads, register IOMUXC_UART4_RXD_SELECT_INPUT (offset 0x050C) should be changed only when dealing with RX, as its name suggests.
-
- Oct 04, 2020
-
-
Angus Ainslie authored
NXP has changed the layout of the OTP fuses and the user area is no longer writable so we'll overload the MAC address as a board revision number. Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- Sep 04, 2020
-
-
Angus Ainslie authored
imx8: Use 8.8 firmware See merge request !36
-
- Aug 19, 2020
-
-
Guido Gunther authored
-
- Aug 12, 2020
-
-
Guido Gunther authored
Use DisplayPort on phone and HDMI on Devkit See merge request !35
-
- Aug 03, 2020
-
-
Guido Gunther authored
Also support model names that carry revision number at the end.
-
- Jul 30, 2020
-
-
Guido Gunther authored
-
- Jul 17, 2020
-
-
Sebastian Krzyszkowiak authored
Remove redundant YYLOC global declaration See merge request !33
-
- Jul 14, 2020
-
-
Guido Gunther authored
Add Debian packaging Closes #20 and image-builder#3 See merge request !34
-
- Jul 08, 2020
-
-
Guido Gunther authored
-
Guido Gunther authored
Can be removed once we switch to bullseye
-