mirror of
https://github.com/xboot/xfel.git
synced 2024-11-23 01:33:26 +08:00
[a523]rename some files
This commit is contained in:
parent
1383b836cb
commit
9728d78cad
2933
chips/a523.c
2933
chips/a523.c
File diff suppressed because it is too large
Load Diff
2934
chips/a523_a527_t527.c
Normal file
2934
chips/a523_a527_t527.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -86,8 +86,8 @@ usage:
|
||||
| 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 | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ |
|
||||
| MR527 | 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
|
||||
|
||||
|
@ -87,9 +87,8 @@ usage:
|
||||
| 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 | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ |
|
||||
| MR527 | 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 | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ |
|
||||
|
||||
# 编译安装
|
||||
|
||||
|
4
fel.c
4
fel.c
@ -8,6 +8,7 @@ extern struct chip_t a31;
|
||||
extern struct chip_t a33_r16;
|
||||
extern struct chip_t a40i_r40;
|
||||
extern struct chip_t a50;
|
||||
extern struct chip_t a523_a527_t527;
|
||||
extern struct chip_t a64;
|
||||
extern struct chip_t a80;
|
||||
extern struct chip_t a83t;
|
||||
@ -26,7 +27,6 @@ extern struct chip_t v3s_s3;
|
||||
extern struct chip_t v536;
|
||||
extern struct chip_t v831;
|
||||
extern struct chip_t v851_v853;
|
||||
extern struct chip_t a523;
|
||||
|
||||
static struct chip_t * chips[] = {
|
||||
&a10,
|
||||
@ -37,6 +37,7 @@ static struct chip_t * chips[] = {
|
||||
&a33_r16,
|
||||
&a40i_r40,
|
||||
&a50,
|
||||
&a523_a527_t527,
|
||||
&a64,
|
||||
&a80,
|
||||
&a83t,
|
||||
@ -55,7 +56,6 @@ static struct chip_t * chips[] = {
|
||||
&v536,
|
||||
&v831,
|
||||
&v851_v853,
|
||||
&a523,
|
||||
};
|
||||
|
||||
struct usb_request_t {
|
||||
|
Loading…
Reference in New Issue
Block a user