Santhosh Kumar K | 25d150f | 2025-01-06 14:37:08 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright (C) 2024, Texas Instruments Incorporated - https://www.ti.com/ |
| 4 | */ |
| 5 | |
| 6 | #ifndef _K3_DDR_H_ |
| 7 | #define _K3_DDR_H_ |
| 8 | |
Neha Malcom Francis | 3d3fcb1 | 2025-03-20 11:57:33 +0530 | [diff] [blame^] | 9 | #include <spl.h> |
| 10 | |
Santhosh Kumar K | 25d150f | 2025-01-06 14:37:08 +0530 | [diff] [blame] | 11 | int dram_init(void); |
| 12 | int dram_init_banksize(void); |
| 13 | |
| 14 | void fixup_ddr_driver_for_ecc(struct spl_image_info *spl_image); |
| 15 | void fixup_memory_node(struct spl_image_info *spl_image); |
| 16 | |
| 17 | #endif /* _K3_DDR_H_ */ |