This commit is contained in:
刘可亮
2025-01-08 19:12:06 +08:00
parent 3b8c04c942
commit 724d6bf65e
4315 changed files with 214394 additions and 1235797 deletions

View File

@@ -203,7 +203,7 @@ const struct dfs_mount_tbl mount_table[] = {
#if (defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_0) || defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1))
{"blk_rodata", "/rodata", "elm", 0, 0, 0},
#endif
#if (defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_0) || defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1))
#if (defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1))
{"blk_data", "/data", "elm", 0, 0, 1},
#endif
#endif

View File

@@ -9,7 +9,7 @@
"os": { "size": "2m" },
"os_r": { "size": "2m" },
"rodata": { "size": "14m" },
"rodata_r": { "size": "6m" },
"rodata_r": { "size": "14m" },
"data": {
"size": "40m",
"nftl": { // Volume in NFTL device

View File

@@ -9,8 +9,6 @@
#include <aic_core.h>
#include <aic_hal.h>
#include "board.h"
#include <libfdt.h>
#include <of.h>
#include <aic_utils.h>
struct aic_pinmux aic_pinmux_config[] = {
@@ -28,8 +26,23 @@ struct aic_pinmux aic_pinmux_config[] = {
/* can0 */
{4, PIN_PULL_DIS, 3, "PA.4"},
{4, PIN_PULL_DIS, 3, "PA.5"},
#else
#endif
#ifdef AIC_USING_GPAI0
{2, PIN_PULL_DIS, 3, "PA.0"},
#endif
#ifdef AIC_USING_GPAI1
{2, PIN_PULL_DIS, 3, "PA.1"},
#endif
#ifdef AIC_USING_GPAI2
{2, PIN_PULL_DIS, 3, "PA.2"},
#endif
#ifdef AIC_USING_GPAI3
{2, PIN_PULL_DIS, 3, "PA.3"},
#endif
#ifdef AIC_USING_GPAI4
{2, PIN_PULL_DIS, 3, "PA.4"},
#endif
#ifdef AIC_USING_GPAI5
{2, PIN_PULL_DIS, 3, "PA.5"},
#endif
#ifdef AIC_USING_RTP