-
Notifications
You must be signed in to change notification settings - Fork 1
rockchip: rk3576: Update evb-rk3576_defconfig with fastboot and networking #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rk3576
Are you sure you want to change the base?
Conversation
| CONFIG_CMD_MEMINFO=y | ||
| CONFIG_CMD_MEMINFO_MAP=y | ||
| CONFIG_CMD_ADC=y | ||
| CONFIG_CMD_CLK=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For clock debugging.
| CONFIG_CLK_SCMI=y | ||
| CONFIG_SPL_CLK_SCMI=y | ||
| CONFIG_CPU=y | ||
| CONFIG_CPU_ARMV8=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SCMI was for ARMV8 driver for accessing cpu clocks. Mostly, informative purpose.
| CONFIG_FASTBOOT_FLASH_BLOCK=y | ||
| CONFIG_FASTBOOT_FLASH_BLOCK_DEVICE_ID=-1 | ||
| CONFIG_FASTBOOT_OEM_RUN=y | ||
| CONFIG_SCMI_FIRMWARE=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit?
| CONFIG_UFS=y | ||
| CONFIG_UFS_ROCKCHIP=y | ||
| CONFIG_ERRNO_STR=y | ||
| CONFIG_UTHREAD=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This required for spawn command to run fastboot tcp/udp alongside of usb mode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's limit this change to Fastboot stuff and its dependencies then (including UTHREAD). I'd rather skip the CLK/SCMI stuff
…rking Update the standard evb-rk3576_defconfig with: - Enable fastboot over USB and UDP/TCP - Enable SCMI clock support in SPL - Enable Android boot method support - Configure fastboot for block device storage - Increase USB_FUNCTION_FASTBOOT_EP_BUFFER_SIZE to 64KB (0x10000) for improved DWC3 SuperSpeed transfer rates (~50 -> 170 MB/s) - Enable uthread support Change-Id: b3124f29-02e2-416d-8e5e-15a6bce0a8e6 Signed-off-by: Anton Burticica <mouse@ya.ru>
26caa6d to
9514eac
Compare
Update the standard evb-rk3576_defconfig with:
Change-Id: b3124f29-02e2-416d-8e5e-15a6bce0a8e6