Straight from NXP's SCFWKIT 1.2.2 (imx-scfw-porting-kit-1.2.2.tar.gz).
Straight from NXP's SCFWKIT 1.2.2 (imx-scfw-porting-kit-1.2.2.tar.gz).
View ArticleRevert "Update .gitlab-ci.yml"
Revert "Update .gitlab-ci.yml" This reverts commit 4cbe531552c36cf88c21c26308f17125e4034a77
View ArticleCI/CD pipeline & builder Dockerfile initial commit
CI/CD pipeline & builder Dockerfile initial commit
View Articlescfw: add additional controls for pmic i2c access
scfw: add additional controls for pmic i2c access Just re-apply header file changes. These can be used as follows: int pmic_i2c_read(unsigned reg, unsigned *val) { sc_err_t err; err =...
View Articlemx8qx_colibri: 8dx lpddr4 cbt enablement
mx8qx_colibri: 8dx lpddr4 cbt enablement Finally, do i.MX 8DX LPDDR4 Command Bus Training (CBT) enablement after NXP fixed their side of things in the SCFW 1.2.5. Note: While at it also fix an 8QXP...
View Articlemx8qm_apalis: move reset_moci#_drv handling to linux
mx8qm_apalis: move reset_moci#_drv handling to linux Move RESET_MOCI#_DRV handling to Linux kernel like on any and all other Apalis modules. Signed-off-by: Marcel Ziswiler...
View ArticlePublish Apalis IMX8 customization. Changes in binaries naming convention
Publish Apalis IMX8 customization. Changes in binaries naming convention
View Articleapalis-imx8x: board.c: change PCIe clock to internal
apalis-imx8x: board.c: change PCIe clock to internal This is safe to do so we are prepared when hardware is ready. Add the compile options in a comment for what has to be changed in order to get some...
View Articlecreate_and_deploy.sh: fix initial path
create_and_deploy.sh: fix initial path - the script changed the cwd to a specific user. It is now modified to use the script folder itself. Signed-off-by: Andy Kiser <andy.kiser@toradex.com>
View Articlemx8qx_apalis/colibri: add resume from ks1 ramps VDD_MAIN
mx8qx_apalis/colibri: add resume from ks1 ramps VDD_MAIN This "Silicon Workaround" got introduced by NXP in version 1.2.8 of the SCFW and is referred as follows: SCF-490: Add support for i.MX8DX KS1...
View Articlecreate_and_deploy.sh: clean header files
create_and_deploy.sh: clean header files Make sure header files are generated on every build. This is necessary because `make clean` does not clean those files. This should prevent errors to occur when...
View Articleapalis-imx8: implement board power zone for ethernet phy
apalis-imx8: implement board power zone for ethernet phy Related-to: ELB-2368 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
View Articleapalis-imx8: implement external RGMII power zones
apalis-imx8: implement external RGMII power zones As power-domains do not support different voltages there were two power zones implemented BRD_R_BOARD_R1 and BRD_R_BOARD_R2 that can be mutually...
View Articleboard: apalis-imx8x: Add necessary code for ramid2
board: apalis-imx8x: Add necessary code for ramid2 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
View Articleplatform: makefile: do not generate ifndef define in ram headers
platform: makefile: do not generate ifndef define in ram headers The RAM header files are containing no definitions and only code. So the usual structure to make one header file only include once is...
View Articleget rid of obsolete generated binaries
get rid of obsolete generated binaries Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
View Articlemx8qx_colibri: allow building with M=1
mx8qx_colibri: allow building with M=1 One of the precompiled binaries used for the debug monitor is linked against pmic.c. So add pmic.c and the pf0100 driver in that case. Signed-off-by: Max...
View Article