- Jan 10, 2020
-
-
Tom Rini authored
All platforms currently use the "MCFTMR" DMA timer rather than the PIT timer, so drop the MCFPIT code. Cc: Huan Wang <alison.wang@nxp.com> Cc: Angelo Dureghello <angelo@sysam.it> Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com> Cc: Wolfgang Wegner <w.wegner@astro-kom.de> Signed-off-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Angelo Dureghello <angelo@sysam.it>
-
Robert Beckett authored
This driver allows the use of i2c eeprom device or partition as backing store for boot counter values with DM enabled. Signed-off-by:
Robert Beckett <bob.beckett@collabora.com>
-
Angelo Durgehello authored
Add specific dm code, but maintaining this driver as is, so more in the shape of a mii library. Can be moved to dm in a further step. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Full conversion to dm for all boards, legacy code removed. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Full conversion to dm for all boards, legacy code removed. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Add ColdFire fec to Kconfig. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Add architecture-related code for dm fec support. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Remove unneeded fec-related defines after fec moved as dm. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Add dm eth config options for all involved ColdFire-based boards. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Add ethernet controller overrides for all involved boards. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
Angelo Durgehello authored
Add basic ethernet controller devicetree nodes for all ColdFire families. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
- Jan 09, 2020
-
-
https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini authored
- A small PR with MC8309 fixes from Rasmus.
-
git://git.denx.de/u-boot-dmTom Rini authored
dm: Increased separation of ofdata_to_platdata() and probe methods
-
-
- Jan 08, 2020
-
-
https://gitlab.denx.de/u-boot/custodians/u-boot-efiTom Rini authored
Pull request for UEFI sub-system for efi-2020-04-rc1 This pull request provides: * support for FIT images for UEFI binaries * drivers for hardware random number generators * an implementation of the EFI_RNG_PROTOCOL * a sub-command for efidebug to display configuration tables
-
https://gitlab.denx.de/u-boot/custodians/u-boot-uniphierTom Rini authored
UniPhier SoC updates for v2020.04 - add pinmux nodes for I2C ch5, ch6 - enable SPI driver and command
-
https://gitlab.denx.de/u-boot/custodians/u-boot-imxTom Rini authored
--------------------------------------------------------------------- Add i.MX8MP SoC and EVK board Update README for i.MX8MN EVK and fix mmc env Add pca9450 driver -------------------------------------------------------------------- Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/634211885
-
git://git.denx.de/u-boot-socfpgaTom Rini authored
-
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogicTom Rini authored
- Khadas VIM3L based on Amlogic S905D3 support - Various fixups for amlogic boards - Unnecessary header includes drop into video/meson
-
Tom Rini authored
- DT overlay support in FIT images in SPL - remoteproc update - Assorted SATA fixes - Other assorted fixes
-
Masahiro Yamada authored
Compile drivers/spi/uniphier_spi.c and cmd/spi.c Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
-
Masahiro Yamada authored
The next generation SoC can connect on-board slave devices via I2C ch5 and ch6. Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
-
Peng Ma authored
In the initialization of sata driver, we want to initialize all port probes, Therefore, any detection failure between of them should continue initialization by skipping the current port instead of exit. Signed-off-by:
Peng Ma <peng.ma@nxp.com>
-
Peng Ma authored
In the initialization of sata driver, we want to initialize all port probes, Therefore, any detection failure between of them should continue initialization by skipping the current port instead of exit. Signed-off-by:
Peng Ma <peng.ma@nxp.com>
-
Patrice Chotard authored
As previous CONFIG_SYS_UBOOT_START is now set by default to CONFIG_SYS_TEXT_BASE when not defined, CONFIG_SYS_UBOOT_START can be removed from include/configs board files. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com> Acked-by:
Lukasz Majewski <lukma@denx.de>
-
Patrice Chotard authored
This patches restores boot on boards which rely on CONFIG_SYS_UBOOT_START equal to CONFIG_SYS_TEXT_BASE when using SPL Fixes: d3e97b53 ("spl: fix entry_point equal to load_addr") Signed-off-by:
Patrice Chotard <patrice.chotard@st.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Tom Rini authored
Per Enea OSE documentation, it supports some classes of ARM, PowerPC and X86. Limit the option to those platforms. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Peng Fan authored
enable CONFIG_CMD_ERASEENV to make it easy to erase env. Use savedefconfig to generate new defconfig. Reviewed-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Add board_mmc_get_env_dev, otherwise, Loading Environment from MMC... MMC Device 0 not found *** Warning - No MMC card found, using default environment Reviewed-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Add a README for users to build a workable image. Reviewed-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Add basic i.MX8MP EVK board support U-Boot SPL 2020.01-rc4-00388-gb1bf40c0ae-dirty (Dec 30 2019 - 17:55:33 +0800) power_pca9450b_init DDRINFO: start DRAM init DDRINFO:ddrphy calibration done DDRINFO: ddrmix config done Normal Boot Failed to find clock node. Check device tree WDT: Not found! Trying to boot from BOOTROM image offset 0x8000, pagesize 0x200, ivt offset 0x0 U-Boot 2020.01-rc4-00388-gb1bf40c0ae-dirty (Dec 30 2019 - 17:55:33 +0800) CPU: Freescale i.MX8MP rev1.0 at 1000 MHz Reset cause: POR Model: NXP i.MX8MPlus EVK board DRAM: 6 GiB MMC: FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... OK In: serial Out: serial Err: serial Net: No ethernet found. Hit any key to stop autoboot: 0 u-boot=> mmc list FSL_SDHC: 1 (SD) FSL_SDHC: 2 Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Add imximage-8mp-lpddr4.cfg for imximage usage, almost same as i.MX8MN ddr4 cfg, but with different ddr firmware Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Add i.MX8MP clk driver for i.MX8MP CLK driver model usage Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Add imx_clk_mux2_flags which will be used by i.MX8MP Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
The drivers/clk/imx/*.c are used for CLK dm case, the clock_imx8mm.c is used for non CLK dm case, let's split it. Sometimes it is hard to enable CLK dm in SPL stage, considering code size, malloc size requirement, the splittion will make it easy to use non CLK dm in SPL stage. Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
i.MX8MP ROM support ROMAPI as i.MX8MN, so make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MP Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
i.MX8MP does not have LVTTL, it has a PE property Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
Add pin header file for i.MX8MP Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Ye Li authored
PCA9450 PMIC series is used to support iMX8MM (PCA9450A) and iMX8MN (PCA9450B). Add the PMIC driver for both PCA9450A and PCA9450B. Signed-off-by:
Robin Gong <yibin.gong@nxp.com> Signed-off-by:
Ye Li <ye.li@nxp.com> Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Peng Fan authored
The i.MX8M Plus Media Applications Processor is part of the growing mScale family targeting the consumer and industrial market. It brings an effective Machine Learning and AI accelerator that enables a new class of applications. It is built in Samsung 14LPP to achieve both high performance and low power consumption and relies on a powerful fully coherent core complex based on a quad core ARM Cortex-A53 cluster and Cortex-M7 low-power coprocessor, audio digital signal processor, machine learning and graphics accelerators. Add the basic dtsi support for i.MX8MP. Patch from Anson Huang for Kernel https://patchwork.kernel.org/patch/11310915/ Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-