From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liang Date: Mon, 10 May 2021 14:57:58 +0800 Subject: [PULL] u-boot-riscv/master In-Reply-To: <47cbdd4b-a56d-996a-8a8b-e965579174a5@gmail.com> References: <20210507010633.GB12714@andestech.com> <47cbdd4b-a56d-996a-8a8b-e965579174a5@gmail.com> Message-ID: <20210510065758.GA24362@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, May 07, 2021 at 09:49:08AM +0800, Sean Anderson wrote: > Hi Leo, > > Are you maintaining RISC-V now? Should I be CC-ing you on my series? > Can you update MAINTAINERS with this information? Thanks. > > --Sean > Hi Sean, Yes, I am now co-maintaining RISC-V tree with Rick. I will update the information as soon as possible, thanks for the reminder. And yes, please do CC your work to me, thanks again! Best regards, Leo > On 5/6/21 9:06 PM, Leo Liang wrote: > > Hi Tom, > > > > CI result: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/7400 > > > > The following changes since commit 8ddaf943589756442bba21e5be645cd47526d82b: > > > > Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boot-dm (2021-04-29 21:03:38 -0400) > > > > are available in the Git repository at: > > > > https://source.denx.de/u-boot/custodians/u-boot-riscv.git > > > > for you to fetch changes up to 91e4b7516d84cefab7324765b3c8d6a909185ce2: > > > > cmd/exception: support ebreak exception on RISC-V (2021-05-05 16:13:12 +0800) > > > > ---------------------------------------------------------------- > > Dylan Jhong (1): > > atcspi200: Add timeout mechanism in spi_xfer() > > > > Green Wan (2): > > riscv: cpu: Add callback to init each core > > riscv: cpu: fu740: clear feature disable CSR > > > > Heinrich Schuchardt (1): > > cmd/exception: support ebreak exception on RISC-V > > > > arch/riscv/cpu/cpu.c | 11 +++++++++++ > > arch/riscv/cpu/fu540/spl.c | 15 +++++++++++++++ > > arch/riscv/cpu/start.S | 4 ++++ > > cmd/riscv/exception.c | 10 ++++++++++ > > doc/usage/exception.rst | 3 +++ > > drivers/spi/atcspi200_spi.c | 10 ++++++++-- > > 6 files changed, 51 insertions(+), 2 deletions(-) > > > > Best regards, > > Leo > >