From: Michal Simek <michal.simek@amd.com>
To: <u-boot@lists.denx.de>, <git@xilinx.com>
Cc: Algapally Santosh Sagar <santoshsagar.algapally@amd.com>,
"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
Leo <ycliang@andestech.com>,
Masahisa Kojima <masahisa.kojima@linaro.org>,
Padmarao Begari <padmarao.begari@microchip.com>,
Rick Chen <rick@andestech.com>,
Shiji Yang <yangshiji66@outlook.com>,
Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>,
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Subject: [PATCH 0/5] riscv: mbv: Enhance MB-V support with also enabling SPL
Date: Wed, 14 Feb 2024 12:52:28 +0100 [thread overview]
Message-ID: <cover.1707911544.git.michal.simek@amd.com> (raw)
Hi,
enhance MB-V support with SPL configuration to support OpenSBI.
All of that changes are out of generic Risc-V support that's why happy to
take it via my tree. Please let me know if you want this to take via riscv
subtree.
Thanks,
Michal
Michal Simek (5):
riscv: mbv: Align addresses with default DT
riscv: mbv: Enable REMAKE_ELF by default
riscv: mbv: Switch to OF_SEPARATE with fixed address
riscv: mbv: Moving little_endian variable to data section
riscv: mbv: Enable SPL and binman
arch/riscv/dts/xilinx-mbv32.dts | 3 +++
board/xilinx/Kconfig | 1 +
board/xilinx/common/board.c | 8 ++++++++
board/xilinx/mbv/Kconfig | 14 ++++++++++++--
board/xilinx/mbv/board.c | 10 ++++++++++
configs/xilinx_mbv32_defconfig | 23 ++++++++++++++++++-----
configs/xilinx_mbv32_smode_defconfig | 25 ++++++++++++++++++++-----
drivers/serial/serial_xuartlite.c | 2 +-
8 files changed, 73 insertions(+), 13 deletions(-)
--
2.36.1
next reply other threads:[~2024-02-14 11:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-14 11:52 Michal Simek [this message]
2024-02-14 11:52 ` [PATCH 1/5] riscv: mbv: Align addresses with default DT Michal Simek
2024-02-14 11:52 ` [PATCH 2/5] riscv: mbv: Enable REMAKE_ELF by default Michal Simek
2024-02-14 11:52 ` [PATCH 3/5] riscv: mbv: Switch to OF_SEPARATE with fixed address Michal Simek
2024-02-14 11:52 ` [PATCH 4/5] riscv: mbv: Moving little_endian variable to data section Michal Simek
2024-02-14 11:52 ` [PATCH 5/5] riscv: mbv: Enable SPL and binman Michal Simek
2024-03-01 7:42 ` [PATCH 0/5] riscv: mbv: Enhance MB-V support with also enabling SPL Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1707911544.git.michal.simek@amd.com \
--to=michal.simek@amd.com \
--cc=git@xilinx.com \
--cc=masahisa.kojima@linaro.org \
--cc=padmarao.begari@microchip.com \
--cc=rick@andestech.com \
--cc=santoshsagar.algapally@amd.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=venkatesh.abbarapu@amd.com \
--cc=xypron.glpk@gmx.de \
--cc=yangshiji66@outlook.com \
--cc=ycliang@andestech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.