Skip to content

Commit

Permalink
[t113]update t113 ddr payload, using GPIOE2 and GPIOE3 for debug uart0
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Feb 16, 2022
1 parent 7102ff7 commit c5c2cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chips/r528_t113.c
Original file line number Diff line number Diff line change
Expand Up @@ -2145,7 +2145,7 @@ static int chip_ddr(struct xfel_ctx_t * ctx, const char * type)
};
static const uint8_t t113_ddr_payload[] = {
0xf0, 0x00, 0x00, 0xea, 0x65, 0x47, 0x4f, 0x4e, 0x2e, 0x42, 0x54, 0x30,
0x85, 0xb7, 0xae, 0x1a, 0x00, 0x5e, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00,
0xa8, 0x76, 0x15, 0xc6, 0xc0, 0x4b, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00,
0x33, 0x30, 0x30, 0x30, 0x40, 0x83, 0x02, 0x00, 0x00, 0x80, 0x02, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x33, 0x2e, 0x30, 0x2e, 0x30, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x03, 0x00, 0x00,
Expand All @@ -2159,8 +2159,8 @@ static int chip_ddr(struct xfel_ctx_t * ctx, const char * type)
0x46, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x34, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x08, 0x06, 0x01,
0xff, 0xff, 0x00, 0x00, 0x02, 0x09, 0x06, 0x01, 0xff, 0xff, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x02, 0x06, 0x01,
0xff, 0xff, 0x00, 0x00, 0x05, 0x03, 0x06, 0x01, 0xff, 0xff, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0x08, 0x09, 0x03, 0xff, 0xff, 0xff, 0x00, 0x00,
0x08, 0x0a, 0x03, 0xff, 0xff, 0xff, 0x00, 0x00, 0x08, 0x0b, 0x03, 0xff,
0xff, 0xff, 0x00, 0x00, 0x08, 0x0c, 0x03, 0xff, 0xff, 0xff, 0x00, 0x00,
Expand Down

0 comments on commit c5c2cd0

Please sign in to comment.