Skip to content

board:aspeed:ast2700: Add SP8 Hornbill MPS#51

Open
modolaty wants to merge 1 commit intointeg_sp8from
v080c_uboot
Open

board:aspeed:ast2700: Add SP8 Hornbill MPS#51
modolaty wants to merge 1 commit intointeg_sp8from
v080c_uboot

Conversation

@modolaty
Copy link
Copy Markdown
Collaborator

Add special SP8 Hornbill MPS base on the new Board Rev (0x4A)

Tested:

  • Verified in Hornbill MPS

Please do not submit a Pull Request via github. Our project makes use of
mailing lists for patch submission and review. For more details please
see https://u-boot.readthedocs.io/en/latest/develop/sending_patches.html

The only exception to this is in order to trigger a CI loop on Azure prior
to posting of patches.

Add special SP8 Hornbill MPS base on the new Board Rev (0x4A)

Tested:
- Verified in Hornbill MPS

Signed-off-by: modolaty <mohsen.dolaty@amd.com>
strlcpy(dtsname, "eagle", buf_len);
} else if (boards[i].type == AMD_SP8_SLT_2P) {
strlcpy(dtsname, "hornbill", buf_len);
if (board_rev == 0x4A)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use define #define BOARD_REV_MPS 0x4A
if (board_rev == BOARD_REV_MPS)

} else {
strlcpy(dtsname, boards[i].name, buf_len);
if (strcmp(boards[i].name, "hornbill") == 0) {
if (board_rev == 0x4A)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants