diff options
author | Tom Rini <trini@konsulko.com> | 2025-07-24 15:31:17 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-07-24 15:31:17 -0600 |
commit | 021783860f7e628f7c4e0c101707cd4250e6d61f (patch) | |
tree | 1c9cc3b56d1238a442b07299879dcabcea8e4fb4 /arch/arm/include/asm/arch-imx9/ddr.h | |
parent | 896f570d567cbc5526225c1303132f24b299df8b (diff) | |
parent | b40c9b0c22773c23322423e6206f049d8f82c25d (diff) |
Merge tag 'u-boot-imx-master-20250724' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27149
- Add support for the NXP imx93 frdm board.
- imx93_evk and phycore-imx93 cleanups.
- Convert imx6dl-sielaff to OF_UPSTREAM and fix serial download mode boot.
- Fix crash in imx power-domain.
- Migrate Phytec imx8mm boards to standard boot.
- Fix smatch warnings.
Diffstat (limited to 'arch/arm/include/asm/arch-imx9/ddr.h')
-rw-r--r-- | arch/arm/include/asm/arch-imx9/ddr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx9/ddr.h b/arch/arm/include/asm/arch-imx9/ddr.h index 0dd2d62b9ef..a8e3f7354c7 100644 --- a/arch/arm/include/asm/arch-imx9/ddr.h +++ b/arch/arm/include/asm/arch-imx9/ddr.h @@ -118,6 +118,7 @@ void ddrphy_init_set_dfi_clk(unsigned int drate); void ddrphy_init_read_msg_block(enum fw_type type); void get_trained_CDD(unsigned int fsp); +u32 lpddr4_mr_read(u32 mr_rank, u32 mr_addr); ulong ddrphy_addr_remap(u32 paddr_apb_from_ctlr); |