From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jun Nie Date: Thu, 8 Aug 2019 12:04:00 +0800 Subject: [U-Boot] [PATCH 0/3] Support distro boot in pico-imx7d BL33 case In-Reply-To: <1563262978-6855-1-git-send-email-jun.nie@linaro.org> References: <1563262978-6855-1-git-send-email-jun.nie@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Jun Nie 于2019年7月16日周二 下午3:43写道: > > Support distro boot in pico-imx7d BL33 case with changing the enviroment > variables. While the other two patches are for polishing clock code and > for feature enablement. > > Jun Nie (3): > pico-imx7d: add config to enable CAAM > pico-imx7d: Support distro boot for FIT image case > pico-imx7d: polish uart clock id definition > > arch/arm/include/asm/arch-mx7/clock.h | 18 +---------------- > configs/pico-imx7d_bl33_defconfig | 1 + > include/configs/pico-imx7d.h | 37 +++++++++++------------------------ > 3 files changed, 13 insertions(+), 43 deletions(-) > > -- Hi Vanessa, Do you have any comments on these 3 patches? Or we can merge it now? Thanks! Best Regards Jun