mx6: Add board mx6memcal for use in validating DDR
This is a virtual "board" that uses configuration files and Kconfig to define the memory layout used by a real board during the board bring-up process. It generates an SPL image that can be loaded using imx_usb or SB_LOADER.exe. When run, it will generate a set of calibration constants for use in either or both a DCD configuration file for boards that use u-boot.imx or struct mx6_mmdc_calibration for boards that boot via SPL. In essence, it is a configurable, open-source variant of the Freescale ddr-stress tool. https://community.nxp.com/docs/DOC-105652 File mx6memcal_defconfig configures the board for use with mx6sabresd or mx6qsabreauto. Signed-off-by:Eric Nelson <eric@nelint.com> Signed-off-by:
Fabio Estevam <fabio.estevam@nxp.com>
Showing
- arch/arm/mach-imx/mx6/Kconfig 9 additions, 0 deletionsarch/arm/mach-imx/mx6/Kconfig
- board/freescale/mx6memcal/Kconfig 235 additions, 0 deletionsboard/freescale/mx6memcal/Kconfig
- board/freescale/mx6memcal/MAINTAINERS 7 additions, 0 deletionsboard/freescale/mx6memcal/MAINTAINERS
- board/freescale/mx6memcal/Makefile 13 additions, 0 deletionsboard/freescale/mx6memcal/Makefile
- board/freescale/mx6memcal/README 49 additions, 0 deletionsboard/freescale/mx6memcal/README
- board/freescale/mx6memcal/mx6memcal.c 32 additions, 0 deletionsboard/freescale/mx6memcal/mx6memcal.c
- board/freescale/mx6memcal/spl.c 456 additions, 0 deletionsboard/freescale/mx6memcal/spl.c
- configs/mx6memcal_defconfig 33 additions, 0 deletionsconfigs/mx6memcal_defconfig
- include/configs/mx6memcal.h 59 additions, 0 deletionsinclude/configs/mx6memcal.h
- scripts/config_whitelist.txt 1 addition, 0 deletionsscripts/config_whitelist.txt
Loading
Please register or sign in to comment