From: "Minkyu Kang" <mk7.kang@samsung.com>
To: <trini@konsulko.com>, <u-boot@lists.denx.de>
Subject: Please pull u-boot-samung master
Date: Thu, 25 Jul 2024 16:48:23 +0900 [thread overview]
Message-ID: <005a01dade67$06c766e0$145634a0$@samsung.com> (raw)
In-Reply-To: CGME20240725074823epcas1p322c0dce4e14b4c5379d6a703a40ad56a@epcas1p3.samsung.com
Dear Tom,
The following changes since commit b182816c1fb436916661949213c543bf4d42250b:
turris_1x: Normalize Kconfig usage (2024-07-13 10:42:15 -0600)
are available in the git repository at:
git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
for you to fetch changes up to 2269217bbddb3d729f6129dceda8da5b1c73ba05:
arm: exynos: Enable TRNG on E850-96 board (2024-07-24 16:37:09 +0900)
----------------------------------------------------------------
Anand Moon (2):
dm: exynos: Correct CONFIG_SYS_BOARD setting for Odroid XU3 boards
odroid: Fix target platform compilation issue on Odroid-XU3
Sam Protsenko (5):
board: samsung: e850-96: Add default partitions
board: samsung: e850-96: Load LDFW firmware on board init
clk: exynos: Add SSS clocks for Exynos850
rng: Add Exynos TRNG driver
arm: exynos: Enable TRNG on E850-96 board
arch/arm/dts/exynos850-e850-96-u-boot.dtsi | 11 +++
arch/arm/mach-exynos/Kconfig | 2 +
board/samsung/e850-96/Makefile | 4 +-
board/samsung/e850-96/e850-96.c | 6 +-
board/samsung/e850-96/e850-96.env | 26 +++++++
board/samsung/e850-96/fw.c | 131
+++++++++++++++++++++++++++++++++
board/samsung/e850-96/fw.h | 12 +++
board/samsung/odroid/Makefile | 2 +-
board/samsung/smdk5420/Kconfig | 2 +-
configs/e850-96_defconfig | 1 +
drivers/clk/exynos/clk-exynos850.c | 10 +++
drivers/rng/Kconfig | 13 ++++
drivers/rng/Makefile | 1 +
drivers/rng/exynos-trng.c | 291
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14 files changed, 506 insertions(+), 6 deletions(-)
create mode 100644 board/samsung/e850-96/e850-96.env
create mode 100644 board/samsung/e850-96/fw.c
create mode 100644 board/samsung/e850-96/fw.h
create mode 100644 drivers/rng/exynos-trng.c
Thanks,
Minkyu Kang.
next parent reply other threads:[~2024-07-25 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20240725074823epcas1p322c0dce4e14b4c5379d6a703a40ad56a@epcas1p3.samsung.com>
2024-07-25 7:48 ` Minkyu Kang [this message]
2024-07-25 17:16 ` Please pull u-boot-samung master Tom Rini
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='005a01dade67$06c766e0$145634a0$@samsung.com' \
--to=mk7.kang@samsung.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox