- 10 Nov, 2021 1 commit
-
-
Sebastian Krzyszkowiak authored
-
- 10 Sep, 2021 15 commits
-
-
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.
-
- 24 Aug, 2021 1 commit
-
-
Guido Gunther authored
debian: Bump firmware to 8.12 See merge request Librem5/uboot-imx!42
-
- 23 Aug, 2021 1 commit
-
-
Sebastian Krzyszkowiak authored
-
- 07 May, 2021 1 commit
-
-
Angus Ainslie authored
Enable WiFi SW kill switch See merge request !40
-
- 27 Apr, 2021 1 commit
-
-
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>
-
- 17 Feb, 2021 2 commits
-
-
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 Librem5/uboot-imx!41
-
- 16 Feb, 2021 1 commit
-
-
Angus Ainslie authored
Pass the u-boot version to the kernel Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- 11 Feb, 2021 1 commit
-
-
Guido Gunther authored
Update firmware 8.10 See merge request Librem5/uboot-imx!39
-
- 27 Jan, 2021 2 commits
-
-
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
-
- 20 Nov, 2020 1 commit
-
-
Angus Ainslie authored
imx8mq_pins: fix configuration for UART4 on ECSPI2 pads See merge request Librem5/uboot-imx!38
-
- 09 Nov, 2020 2 commits
-
-
Angus Ainslie authored
Move the board rev to the MAC address fuses See merge request Librem5/uboot-imx!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.
-
- 04 Oct, 2020 1 commit
-
-
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>
-
- 04 Sep, 2020 1 commit
-
-
Angus Ainslie authored
imx8: Use 8.8 firmware See merge request Librem5/uboot-imx!36
-
- 19 Aug, 2020 1 commit
-
-
Guido Gunther authored
-
- 12 Aug, 2020 1 commit
-
-
Guido Gunther authored
Use DisplayPort on phone and HDMI on Devkit See merge request Librem5/uboot-imx!35
-
- 03 Aug, 2020 1 commit
-
-
Guido Gunther authored
Also support model names that carry revision number at the end.
-
- 30 Jul, 2020 1 commit
-
-
Guido Gunther authored
-
- 17 Jul, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
Remove redundant YYLOC global declaration See merge request Librem5/uboot-imx!33
-
- 14 Jul, 2020 1 commit
-
-
Guido Gunther authored
Add Debian packaging Closes #20 and image-builder#3 See merge request Librem5/uboot-imx!34
-
- 08 Jul, 2020 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
Can be removed once we switch to bullseye
-
Guido Gunther authored
-