Skip to content

Commit

Permalink
[t527]add reset support for t527 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Aug 1, 2024
1 parent 3725936 commit eb524b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion chips/a523_a527_t527.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ static void payload_jmp_to_arm64(struct xfel_ctx_t * ctx, uint32_t addr)

static int chip_reset(struct xfel_ctx_t * ctx)
{
return 0;
payload_write32(ctx, 0x02050000 + 0x08, (0x16aa << 16) | (0x1 << 0));
return 1;
}

static int chip_sid(struct xfel_ctx_t * ctx, char * sid)
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ usage:
| V831 | Single-core Cortex-A7 800Mhz | 0x00181700 ||||||||
| V851 | Single-core Cortex-A7 1Ghz + E907 RISC-V | 0x00188600 ||||||||
| V853 | Single-core Cortex-A7 1Ghz + E907 RISC-V | 0x00188600 ||||||||
| A523 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| A527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| T527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| MR527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| A523 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| A527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| T527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| MR527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||

# Build from source

Expand Down
8 changes: 4 additions & 4 deletions docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ usage:
| V831 | Single-core Cortex-A7 800Mhz | 0x00181700 ||||||||
| V851 | Single-core Cortex-A7 1Ghz + E907 RISC-V | 0x00188600 ||||||||
| V853 | Single-core Cortex-A7 1Ghz + E907 RISC-V | 0x00188600 ||||||||
| A523 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| A527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| T527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| MR527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| A523 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| A527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| T527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||
| MR527 | Octa-core Cortex-A55 2.0Ghz + E906 RISC-V + HIFI4 DSP | 0x00189000 || ||||||

# 编译安装

Expand Down

0 comments on commit eb524b5

Please sign in to comment.