Skip to content

Commit

Permalink
Add support for i.MX93
Browse files Browse the repository at this point in the history
Signed-off-by: Indan Zupancic <[email protected]>
  • Loading branch information
Indanz committed Feb 9, 2025
1 parent 2cac3e7 commit 594d4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-tool/helpers/application_settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include_guard(GLOBAL)
function(ApplyData61ElfLoaderSettings kernel_platform kernel_sel4_arch)
set(
binary_list
"tx1;hikey;odroidc2;odroidc4;imx8mq-evk;imx8mm-evk;imx8mp-evk;hifive;tqma8xqp1gb;bcm2711;rocketchip;star64;cheshire"
"tx1;hikey;odroidc2;odroidc4;imx8mq-evk;imx8mm-evk;imx8mp-evk;hifive;tqma8xqp1gb;imx93;bcm2711;rocketchip;star64;cheshire"
)
set(efi_list "tk1;rockpro64;quartz64")
set(uimage_list "tx2;am335x")
Expand Down
1 change: 1 addition & 0 deletions elfloader-tool/src/drivers/uart/imx-lpuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static int imx_lpuart_init(struct elfloader_device *dev, UNUSED void *match_data
}

static const struct dtb_match_table imx_lpuart_matches[] = {
{ .compatible = "fsl,imx7ulp-lpuart" },
{ .compatible = "fsl,imx8qxp-lpuart" },
{ .compatible = NULL /* sentinel */ },
};
Expand Down

0 comments on commit 594d4d1

Please sign in to comment.