[Nexthop] Add new ast2600-based target nexthopbmc#266
Open
nate-nexthop wants to merge 6 commits into
Open
Conversation
Summary: The patch adds the initial machine layer of the BMC-Lite FBOSS OpenBMC platform nexthopbmc. DO NOT EDIT: THE PATCH IS GENERATED BY AUTOMATION TOOLS. Test Plan: 1) "bitbake nexthopbmc-image" succeeded. 2) booted up nexthopbmc-image on physical hardware: - "u-boot" loads and hands off control to kernel successfully. - Linux kernel boots up successfully. - BMC "eth0" is functional (with random MAC address) after boot up. - Flash "data0" partition is mounted under /mnt/data as UBIFS.
Test plan: bitbake nexthopbmc-image completes successfully. Signed-off-by: Nate White <nate@nexthop.ai>
Add eeprom.json to fix the build and describe the IDPROMs in the system Signed-off-by: Nate White <nate@nexthop.ai>
nexthopbmc has the console port on UART5 which is ttyS4 rather than uart1 which is ttyS0 as the reference layer assumes. With this change, the console port works correctly. Signed-off-by: Nate White <nate@nexthop.ai>
The COME is connected to ASPEED UART3 which is ttyS2 in Linux, update the device tree to enable this port and fix mTerm config to use it. Signed-off-by: Nate White <nate@nexthop.ai>
For eth0 on nexthopbmc which is using mac3 with an RGMII connection, we need to ensure the default RX and TX delay for 1000 Mbps is set to 0, this requires programming 0x1a into the mac3-clk-delay entry for 1000 Mbps. 100 and 10 Mbps entries are provided as the device tree node takes 6 entries, but those link modes will never be used so it doesn't matter. Signed-off-by: Nate White <nate@nexthop.ai>
|
This pull request has been imported. If you are a Meta employee, you can view this in D107271032. (Because this pull request was imported automatically, there will not be any future comments.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add support for a new BMC system, nexthopbmc. Run the new-fblite.py script, then fix the build. Add in support for the correct UARTs for this platform. Fix the RGMII timing for the ASPEED mac4 which is used here.
Motivation
Need to have nexthopbmc be a supported platform in OpenBMC.
Test Plan
bitbake nexthopbmc-image completes locally.
Running the image on real hardware, we can see the u-boot output, then the kernel output as it boots up.