- Jan 17, 2020
-
-
Simon Glass authored
These functions are not used in U-Boot. Drop them. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
This function belongs more in flash.h than common.h so move it. Also remove the space before the bracket in some calls. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Move this function out of common.h and into a better place. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-
Simon Glass authored
This is not used in U-Boot. Drop it. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-
Tom Rini authored
- Add support and tests for AES192 and AES256
-
Philippe Reynes authored
This commit add to u-boot the support to decrypt fit image encrypted with aes. The FIT image contains the key name and the IV name. Then u-boot look for the key and IV in his device tree and decrypt images before moving to the next stage. Signed-off-by:
Philippe Reynes <philippe.reynes@softathome.com>
-
Philippe Reynes authored
This commit add the support of encrypting image with aes in mkimage. To enable the ciphering, a node cipher with a reference to a key and IV (Initialization Vector) must be added to the its file. Then mkimage add the encrypted image to the FIT and add the key and IV to the u-boot device tree. Signed-off-by:
Philippe Reynes <philippe.reynes@softathome.com>
-
Philippe Reynes authored
This commit add test unit for aes196 and aes256. Signed-off-by:
Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Philippe Reynes authored
This commit add test unit for aes128. Signed-off-by:
Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Philippe Reynes authored
Until now, we only support aes128. This commit add the support of aes192 and aes256. Signed-off-by:
Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Philippe Reynes authored
In the code, we use the size of the key for the size of the block. It's true when the key is 128 bits, but it become false for key of 192 bits and 256 bits. So to prepare the support of aes192 and 256, we introduce a constant for the iaes block size. Signed-off-by:
Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Jan 16, 2020
-
-
https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini authored
- Cleanup of fsl_esdhc driver together with arch/defconfig change - Add quirk for APP_CMD retry
-
https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini authored
- Clearfog: Fix SD booting (Baruch) - Misc updates to MMC handling in SPL to support booting from main data partition (vs hardware boot partition) on MVEBU (Baruch)
-
https://gitlab.denx.de/u-boot/custodians/u-boot-microblazeTom Rini authored
Xilinx/FPGA changes for v2020.04 ARM64: - Add INIT_SPL_RELATIVE dependency SPL: - FIT image fix - Enable customization of bl2_plat_get_bl31_params() Pytest: - Add test for octal/hex conversions Microblaze: - Fix manual relocation for one SPI instance Nand: - Convert zynq/zynqmp drivers to DM Xilinx: - Enable boot script location via Kconfig - Support OF_SEPARATE in board FDT selection - Remove low level uart setup it is done later by code - Add support for DEVICE_TREE variable passing for SPL Zynq: - Enable jtag boot mode via distro boot - Removing unused baseaddresses from hardware.h - DT fixups ZynqMP: - Fix emmc boot sequence - Simplify spl logic around bss and board_init_r() - Support psu_post_config_data() calling - Tune mini-nand DTS - Fix psu wiring for a2197 boards - Add runtime MMC device boot order filling in spl - Clear ATF handoff handling with custom bl2_plat_get_bl31_params() - Add support u-boot.its generation - Use single image configuration for all platforms - Enable PANIC_HANG via Kconfig - DT fixups - Firmware fixes - Add support for zcu208 and zcu1285 Versal: - Fix emmc boot sequence - Enable board_late_init() by default
-
Tom Rini authored
- MediaTek improvements - Some generic clk improvements - A few assorted bugfixes
-
Sam Shih authored
This patch add CONFIG_TARGET_MT7623 into mt7623n_bpir2_defconfig to fix the mt7623 compile error after building others mediatek target platform Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Sam Shih authored
This patch move u-boot properties to -u-boot.dtsi file. Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Sam Shih authored
This adds a general board file based on MT7622 SoCs from MediaTek. This commit is adding the basic boot support for the MT7622 rfb. Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com> Tested-by:
Frank Wunderlich <frank-w@public-files.de>
-
Sam Shih authored
This patch add mmc and sd support for Mediatek MT7622 SoCs Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Sam Shih authored
This patch add power domain support for Mediatek MT7622 SoCs Signed-off-by:
Ryder Lee <ryder.lee@mediatek.com> Signed-off-by:
Sam Shih <sam.shih@mediatek.com>
-
Sam Shih authored
This patch fix clock-rate overflow problem in mediatek clock driver common part. Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Sam Shih authored
This patch add clock driver for MediaTek MT7622 SoC. Signed-off-by:
Ryder Lee <ryder.lee@mediatek.com> Signed-off-by:
Sam Shih <sam.shih@mediatek.com>
-
Sam Shih authored
Due to the pinctrl hardware of MT7622 is difference from others SoC which using the common part of mediatek pinctrl. So we need to modify the common part of mediatek pinctrl. Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Sam Shih authored
This patch add Pinctrl driver for MediaTek MT7622 SoC. Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Sam Shih authored
Add support for MediaTek MT7622 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by:
Sam Shih <sam.shih@mediatek.com> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Chunfeng Yun authored
If make the ref clock optional, no need refer to fixed-clock when the ref clock is always on or comes from oscillator directly. Signed-off-by:
Chunfeng Yun <chunfeng.yun@mediatek.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Chunfeng Yun authored
No need check -ENOSYS anymore after add dummy_enable() for fixed-clock. Signed-off-by:
Chunfeng Yun <chunfeng.yun@mediatek.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Chunfeng Yun authored
This is used to avoid clk_enable() return -ENOSYS. Signed-off-by:
Chunfeng Yun <chunfeng.yun@mediatek.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Chunfeng Yun authored
Sometimes we may need get (optional) clock without a device, that means use ofnode. e.g. when the phy node has subnode, and there is no device created for subnode, in this case, we need these new APIs to get subnode's clock. Signed-off-by:
Chunfeng Yun <chunfeng.yun@mediatek.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Chunfeng Yun authored
Add valid check for clk->dev, it's useful when get optional clock even when the clk point is valid, but its dev will be NULL. Signed-off-by:
Chunfeng Yun <chunfeng.yun@mediatek.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Chunfeng Yun authored
If skip all return error number, it may skip some real error cases, so only skip the error when the clock is not provided in DTS Signed-off-by:
Chunfeng Yun <chunfeng.yun@mediatek.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
Chunfeng Yun authored
The SSUSB IP's clocks come from ssusbsys module on mt7629, so add its driver Signed-off-by:
Chunfeng Yun <chunfeng.yun@mediatek.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Ryder Lee <ryder.lee@mediatek.com>
-
mingming lee authored
This adds a general board file based on MT8512 SoCs from MediaTek. Apart from the generic parts (cpu) we add some low level init codes and initialize the early clocks. This commit is adding the basic boot support for the MT8512 eMMC board. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-
mingming lee authored
For CMD21 tuning data, the 128/64 bytes data may coming in very short time, before msdc_start_data(), the read data has already come, in this case, clear MSDC_INT will cause the interrupt disappear and lead to the thread hang. the solution is just clear all interrupts before command was sent. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-
mingming lee authored
This patch adds mmc support for MediaTek MT8512/MT8110 SoCs. MT8512/MT8110 SoCs puts the tune register at top layer, so need add new code to support it. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-
mingming lee authored
Add Pinctrl driver for MediaTek MT8512 SoC. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-
mingming lee authored
Add configurable pcw_chg_reg/ibits/fmin to mtk_pll to support mt8512
-
mingming lee authored
Add new set_clr_upd mux type and related operation to mtk common clock driver to support mt8512
-
mingming lee authored
Add clock driver for MediaTek MT8512 SoC, include topckgen, apmixedsys and infracfg support. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-
mingming lee authored
Add support for MediaTek MT8512 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by:
mingming lee <mingming.lee@mediatek.com>
-