Re: Pull request: u-boot-sunxi/master for 2023.04

2023-01-25 Thread Tom Rini
On Wed, Jan 25, 2023 at 01:59:40AM +, Andre Przywara wrote:

> Hi Tom,
> 
> please pull the first part of the sunxi pull request for this cycle.
> This contains some fixes, and the first bunch of some clean up patches
> to get rid of legacy GPIO and PMIC code.
> Highlight is the DM AXP PMIC driver, which is required to convert some
> drivers over to use DM regulators, and also is required to get rid
> of some less optimal PMIC setup code in Trusted Firmware. This isn't
> enabled by any defconfig yet, but can be enabled manually and works. For
> the full glory some patches are still missing, and this requires more
> testing, which would be simpler if the core code is upstream.
> 
> I couldn't get the gitlab CI to pass, it seemed to time out in the last
> step, when building all ARM(32) boards. I built all sunxi boards with
> buildman locally, without issues, so this should be fine.
> Tested on an H3, A64, R40, A20 and H6 board.

Note that you likely need to change the default timeout from 1h to
something like 4h, in case you get one of the slower runners.

> If everything goes well, I will send a second part later this week, some
> patches still need some review and testing.

OK.

> Thanks,
> Andre
> 
> 
> The following changes since commit dd31cd58b02729807934cb699b164b1f8736620f:
> 
>   Merge tag 'efi-2023-04-rc1-2' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-01-20 14:23:20 
> -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master
> 
> for you to fetch changes up to cd108f2795777d3cca1d0f00c50bb92f766f6591:
> 
>   video: sunxi: dw-hdmi: Read address from DT node (2023-01-23 01:18:31 +)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request: u-boot-sunxi/master for 2023.04

2023-01-24 Thread Andre Przywara
Hi Tom,

please pull the first part of the sunxi pull request for this cycle.
This contains some fixes, and the first bunch of some clean up patches
to get rid of legacy GPIO and PMIC code.
Highlight is the DM AXP PMIC driver, which is required to convert some
drivers over to use DM regulators, and also is required to get rid
of some less optimal PMIC setup code in Trusted Firmware. This isn't
enabled by any defconfig yet, but can be enabled manually and works. For
the full glory some patches are still missing, and this requires more
testing, which would be simpler if the core code is upstream.

I couldn't get the gitlab CI to pass, it seemed to time out in the last
step, when building all ARM(32) boards. I built all sunxi boards with
buildman locally, without issues, so this should be fine.
Tested on an H3, A64, R40, A20 and H6 board.

If everything goes well, I will send a second part later this week, some
patches still need some review and testing.

Thanks,
Andre


The following changes since commit dd31cd58b02729807934cb699b164b1f8736620f:

  Merge tag 'efi-2023-04-rc1-2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-01-20 14:23:20 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master

for you to fetch changes up to cd108f2795777d3cca1d0f00c50bb92f766f6591:

  video: sunxi: dw-hdmi: Read address from DT node (2023-01-23 01:18:31 +)


Andre Przywara (9):
  sunxi: f1c100s: re-enable SYSRESET
  sunxi: f1c100s: Drop no-MMC hack
  sunxi: armv8: fel: load only 32-bit values
  sunxi: h616: lower SPL stack address to avoid BROM data
  sunxi: fel: drop redundant "control register" save/restore
  sunxi: mmc: ignore card detect in SPL
  sunxi: mmc: group non-DM specific functions
  sunxi: remove CONFIG_MMC?_CD_PIN
  sunxi: eMMC: support TOC0 on boot partitions

Jernej Skrabec (2):
  video: sunxi: dw-hdmi: Probe driver by compatible
  video: sunxi: dw-hdmi: Read address from DT node

Samuel Holland (4):
  power: pmic: axp: Provide a variant ID in the driver data
  power: regulator: Add a driver for AXP PMIC regulators
  power: pmic: axp: Bind regulators from the DT
  clk: sunxi: Add DE2 display-related clocks/resets

 arch/arm/cpu/armv7/sunxi/fel_utils.S |   4 -
 arch/arm/cpu/armv8/fel_utils.S   |   8 +-
 arch/arm/dts/sunxi-u-boot.dtsi   |   2 -
 arch/arm/mach-sunxi/Kconfig  |  27 ---
 arch/arm/mach-sunxi/board.c  |  12 +-
 configs/A10-OLinuXino-Lime_defconfig |   1 -
 configs/A10s-OLinuXino-M_defconfig   |   2 -
 configs/A13-OLinuXinoM_defconfig |   1 -
 configs/A13-OLinuXino_defconfig  |   1 -
 configs/A20-OLinuXino-Lime2-eMMC_defconfig   |   1 -
 configs/A20-OLinuXino-Lime2_defconfig|   1 -
 configs/A20-OLinuXino-Lime_defconfig |   1 -
 configs/A20-OLinuXino_MICRO-eMMC_defconfig   |   1 -
 configs/A20-OLinuXino_MICRO_defconfig|   2 -
 configs/A20-Olimex-SOM-EVB_defconfig |   2 -
 configs/A20-Olimex-SOM204-EVB-eMMC_defconfig |   1 -
 configs/A20-Olimex-SOM204-EVB_defconfig  |   1 -
 configs/A33-OLinuXino_defconfig  |   1 -
 configs/Ainol_AW1_defconfig  |   1 -
 configs/Ampe_A76_defconfig   |   1 -
 configs/Bananapi_M2_Ultra_defconfig  |   1 -
 configs/Bananapi_m2m_defconfig   |   1 -
 configs/Cubieboard2_defconfig|   1 -
 configs/Cubieboard4_defconfig|   1 -
 configs/Cubieboard_defconfig |   1 -
 configs/Cubietruck_defconfig |   1 -
 configs/Empire_electronix_d709_defconfig |   1 -
 configs/Empire_electronix_m712_defconfig |   1 -
 configs/Itead_Ibox_A20_defconfig |   1 -
 configs/Lamobo_R1_defconfig  |   1 -
 configs/Mele_M3_defconfig|   1 -
 configs/Mele_M5_defconfig|   1 -
 configs/Merrii_A80_Optimus_defconfig |   1 -
 configs/Orangepi_mini_defconfig  |   2 -
 configs/Sinlinx_SinA31s_defconfig|   1 -
 configs/Sinlinx_SinA33_defconfig |   1 -
 configs/Sunchip_CX-A99_defconfig |   1 -
 configs/UTOO_P66_defconfig   |   1 -
 configs/Wobo_i5_defconfig|   1 -
 configs/Yones_Toptech_BD1078_defconfig   |   2 -
 configs/Yones_Toptech_BS1078_V2_defconfig|   1 -
 configs/bananapi_m2_berry_defconfig  |   1 -
 configs/bananapi_m2_zero_defconfig   |   1 -
 configs/bananapi_m64_defconfig   |   1 -
 configs/beelink_gs1_defconfig|   1 -
 configs/colorfly_e708_q1_defconfig   |   1 -
 configs/difrnce_dit4350_defconfig|   1 -
 configs/dserve_dsrv9703c_defconfig   |   1 -