[PATCH 00/10] clk: imx: Use Clock frameworkt to register UART clocks
Adam Ford
aford173 at gmail.com
Sun Mar 16 23:17:56 CET 2025
On Sat, Mar 15, 2025 at 11:17 AM Fabio Estevam <festevam at gmail.com> wrote:
>
> Hi Adam,
>
> On Sat, Mar 15, 2025 at 12:37 PM Adam Ford <aford173 at gmail.com> wrote:
>
> > I ran the config that failed on my V3, and it passes that build test,
> > but I don't want to waste your time if it fails on others I don't know
> > about. Can you point me to documentation on how to test this across
> > multiple boards/platforms before I resubmit it?
>
> Please check doc/develop/ci_testing.rst
>
> "The second way is to use GitHub. This requires a GitHub account
> and to fork the repository at https://github.com/u-boot/u-boot and to then
> submit a pull request as this will trigger an Azure pipeline run. Clicking on
> your pull request on the list at https://github.com/u-boot/u-boot/pulls and
> then the "Checks" tab will show the results."
The doc you referred me to states: Currently, we support running
GitLab CI pipelines only for custodians, due to the resources the
project has available
I tried pushing my branch to Github, but I don't have permission. I
tried pushing it to my own github account, but it doesn't appear the
CI/CD stuff work. I looked at the log provided from the pipeline, and
I have been able to successfully build for that machine along with a
couple others that I have manually tested. Are you OK if I submit, or
is there something you want me to try before I do it? I have a second
series I would like to submit soon which reduce my SPL size when
enabling CLK and CCF from:
text data bss dec hex filename
95988 22668 80 118736 1cfd0 spl/u-boot-spl
to
91898 22668 80 114646 1bfd6 spl/u-boot-spl
It requires this series in order to accomplish some of these goals.
adam
More information about the U-Boot
mailing list