- Jan 14, 2020
-
-
Giulio Benetti authored
This commit adds board support for i.MXRT1050-EVK from NXP. This board is an evaluation kit provided by NXP for i.MXRT105x processor family. More information about this board can be found here: https://www.nxp.com/design/development-boards/i.mx-evaluation-and-development-boards/i.mx-rt1050-evaluation-kit:MIMXRT1050-EVK The initial supported/tested devices include: - Debug serial - SD Signed-off-by:
Giulio Benetti <giulio.benetti@benettiengineering.com>
-
Joris Offouga authored
Signed-off-by:
Joris Offouga <offougajoris@gmail.com> Reviewed-by:
Stefano Babic <sbabic@denx.de>
-
Joris Offouga authored
For DM_ETH support , it's require to disable this config. When this config is enable, This generate a error with spl in linker script Signed-off-by:
Joris Offouga <offougajoris@gmail.com> Reviewed-by:
Stefano Babic <sbabic@denx.de>
-
Fabio Estevam authored
Some i.MX8QXP MEK boards do not have MAC address stored and hang during eth driver probe: Error: ethernet@5b040000 address not set. (Board hangs) To fix this problem select CONFIG_NET_RANDOM_ETHADDR so that a valid MAC address can be used in such case. Signed-off-by:
Fabio Estevam <festevam@gmail.com>
-
Anatolij Gustschin authored
Add support for Capricorn Deneb SoM variant. Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
Anatolij Gustschin authored
Add support for i.MX8X based Capricorn Giedi SoM. Supported interfaces: GPIO, ENET, eMMC, I2C, UART. Console output: U-Boot SPL 2020.01-00003-gfd1c98f (Jan 07 2020 - 15:51:25 +0100) Trying to boot from MMC1 Load image from MMC/SD 0x3e400 U-Boot 2020.01-00003-gfd1c98f (Jan 07 2020 - 15:51:25 +0100) ##v01.07 CPU: NXP i.MX8QXP RevB A35 at 1200 MHz at 30C Model: Siemens Giedi Board: Capricorn Boot: MMC0 DRAM: 1022 MiB MMC: FSL_SDHC: 0 Loading Environment from MMC... OK In: serial@5a080000 Out: serial@5a080000 Err: serial@5a080000 Net: eth1: ethernet@5b050000 [PRIME] Autobooting in 1 seconds, press "<Esc><Esc>" to stop Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
- Jan 10, 2020
-
-
Eugeniu Rosca authored
Rename the existing 'dtimg' command to 'adtimg', in order to: - Suggest the Android origins and scope - Be consistent with the upcoming 'abootimg' command (naming suggested by Simon [*]) The change in _not_ backward compatible, but its benefits outweigh its downsides, given that we don't expect active users of 'dtimg' today. Perform the rename in several steps: 1. Rename *.c file and Kconfig symbol. This should allow 'git log --follow' to properly track the history of 'adtimg.c' 2. 's/dtimg/adtimg/g' in the internal namespace of 'adtimg.c' ELF comparison [**] before and after shows no functional change. [*] https://patchwork.ozlabs.org/patch/1182212/#2291600 [**] diff -u <(objdump -d cmd/dtimg.o) <(objdump -d cmd/adtimg.o) Cc: Tom Rini <trini@konsulko.com> Signed-off-by:
Eugeniu Rosca <erosca@de.adit-jv.com> Reviewed-by:
Simon <Glass<sjg@chromium.org> Reviewed-by:
Sam Protsenko <semen.protsenko@linaro.org>
-
Holger Brunck authored
The M25P80 and M25P32 SPI flashes from Numonix/Micron will be replaced by Marconix MX25L80 and MX25L32 flashes. Signed-off-by:
Holger Brunck <holger.brunck@ch.abb.com> CC: Stefan Roese <sr@denx.de> CC: Valentin Longchamp <valentin.longchamp@ch.abb.com> Reviewed-by:
Stefan Roese <sr@denx.de>
-
Holger Brunck authored
This target is out of maintenance and can be removed. Signed-off-by:
Holger Brunck <holger.brunck@ch.abb.com> CC: Stefan Roese <sr@denx.de> CC: Valentin Longchamp <valentin.longchamp@ch.abb.com> Reviewed-by:
Stefan Roese <sr@denx.de>
-
Holger Brunck authored
This patch only fixes a typo. Signed-off-by:
Holger Brunck <holger.brunck@ch.abb.com> CC: Stefan Roese <sr@denx.de> CC: Valentin Longchamp <valentin.longchamp@ch.abb.com> Reviewed-by:
Stefan Roese <sr@denx.de>
-
Angelo Durgehello authored
Add dm eth config options for all involved ColdFire-based boards. Signed-off-by:
Angelo Durgehello <angelo.dureghello@timesys.com>
-
- Jan 08, 2020
-
-
Masahiro Yamada authored
Compile drivers/spi/uniphier_spi.c and cmd/spi.c Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.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 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>
-
- Jan 07, 2020
-
-
Sughosh Ganu authored
Enable support for random number generator on sandbox configs. This is aimed primarily at adding unit test support for rng uclass. Signed-off-by:
Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by:
Patrice Chotard <patrice.chotard@st.com> Reviewed-by:
Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Sughosh Ganu authored
Enable support for the rng device on the stm32mp15 configs. Signed-off-by:
Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by:
Patrice Chotard <patrice.chotard@st.com> Acked-by:
Patrick Delaunay <patrick.delaunay@st.com>
-
Heinrich Schuchardt authored
For testing UEFI FIT images we need FIT image support on QEMU. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Christian Hewitt authored
Khadas VIM3L uses the same board layout as VIM3, but with an S905D3 chip instead of A311D. Board config is derived from khadas-vim3_defconfig and sei610_defconfig. README is based on README.khadas-vim3; the difference is that VIM3L uses FIP files from the g12a folder in vendor sources not the g12b folder. Signed-off-by:
Christian Hewitt <christianshewitt@gmail.com> Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com> [narmstrong: added vim3l readme into w400 MAINTAINERS]
-
Ley Foon Tan authored
Add build support for Agilex SoC. Signed-off-by:
Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by:
Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-
Andy Shevchenko authored
The stock U-Boot on Intel Edison has timeout parameter for DFU command. Enable it here to be compatible with the original U-Boot configuration. Signed-off-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-
Fabio Estevam authored
Adjust the environment for booting a mainline kernel by default. Signed-off-by:
Fabio Estevam <festevam@gmail.com> Reviewed-by:
Peng Fan <peng.fan@nxp.com>
-
Igor Opaniuk authored
Migrate to DM_ETH and remove hardcoded pinmux configuration. Signed-off-by:
Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by:
Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-
Igor Opaniuk authored
Migrate to DM_ETH and remove hardcoded pinmux configuration. Signed-off-by:
Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by:
Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-
Igor Opaniuk authored
Migrate to DM_ETH and remove hardcoded pinmux configuration. Signed-off-by:
Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by:
Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-
Joris Offouga authored
This defconfig doesn't need it. Signed-off-by:
Joris Offouga <offougajoris@gmail.com>
-
Joris Offouga authored
Signed-off-by:
Joris Offouga <offougajoris@gmail.com>
-
Joris Offouga authored
Also sync device tree with v5.5-rc1 Signed-off-by:
Joris Offouga <offougajoris@gmail.com>
-
Fabio Estevam authored
The Embedded Artists COM board is based on NXP i.MX7ULP. It has a BD70528 PMIC from Rohm with discrete DCDC powering option and improved current observability (compared to the existing NXP i.MX7ULP EVK). Add the initial support for the board. Signed-off-by:
Fabio Estevam <festevam@gmail.com>
-
Steffen Dirkwinkel authored
We switch from custom boot commands relying on uEnv.txt to distro boot. This removes the automatic fpga bitstream loading in favor of loading bitstreams via custom bootscripts (boot.scr) or after booting the kernel. Acked-by:
Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by:
Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
-
Steffen Dirkwinkel authored
Acked-by:
Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by:
Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
-
Steffen Dirkwinkel authored
Note: gpio7_8 was never used for usb power regulator so we remove it here Acked-by:
Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by:
Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
-
Steffen Dirkwinkel authored
Acked-by:
Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by:
Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
-
Parthiban Nallathambi authored
Sync the Linux Kernel 5.4-rc6 device tree for Phytec Phycore SoM and Segin board based on imx6UL and imx6ULL. Changes includes Phytec naming convention for the devicetree files. Signed-off-by:
Parthiban Nallathambi <parthitce@gmail.com> Acked-by:
Peng Fan <peng.fan@nxp.com>
-
Suniel Mahesh authored
Enable driver model for SPI and SPI_FLASH to remove the following compile warning on CM-FX6 SOM: ===================== WARNING ====================== This board does not use CONFIG_DM_SPI_FLASH. Please update the board to use CONFIG_SPI_FLASH before the v2019.07 release. ==================================================== This change introduced SPL build error as shown: In file included from include/common.h:47:0, from drivers/mtd/spi/sf_probe.c:10: drivers/mtd/spi/sf_probe.c: In function 'spi_flash_std_probe': drivers/mtd/spi/sf_probe.c:149:54: error: dereferencing pointer to incomplete type 'struct dm_spi_slave_platdata' scripts/Makefile.build:278: recipe for target 'spl/drivers/mtd/spi/sf_probe.o' failed make[3]: *** [spl/drivers/mtd/spi/sf_probe.o] Error 1 scripts/Makefile.build:432: recipe for target 'spl/drivers/mtd/spi' failed make[2]: *** [spl/drivers/mtd/spi] Error 2 Disabling DM for SPI support(SPI and SF) in SPL resolves the issue. Target was compile tested, build was clean. Signed-off-by:
Suniel Mahesh <sunil.m@techveda.org>
-
Suniel Mahesh authored
Enable CONFIG_DM_ETH to remove compile warning on CM-FX6 SOM based target: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. ==================================================== Signed-off-by:
Suniel Mahesh <sunil.m@techveda.org>
-
Suniel Mahesh authored
Enable driver model for Video to remove the following compile warning on CM-FX6 SOM based target: ===================== WARNING ====================== This board does not use CONFIG_DM_VIDEO Please update the board to use CONFIG_DM_VIDEO before the v2019.07 release. ==================================================== This change introduced build error as shown: LD u-boot drivers/built-in.o: In function ipu_displays_init' arm-linux-ld.bfd: BFD (GNU Binutils) 2.29.1 assertion fail elf32-arm.c:9509 Makefile:1621: recipe for target 'u-boot' failed make: *** [u-boot] Error 1 The DM converted video driver calls ipu_displays_init in its probe, which inturn calls relevant board_video_skip. Defining ipu_displays_init in the board file fixes build error. Target was compile tested, build was clean. Signed-off-by:
Suniel Mahesh <sunil.m@techveda.org>
-
Claudius Heine authored
The SPL does not have DM enabled and therefor still needs to use the hardware watchdog interface provided by the imx-watchdog driver. Fixes: broken reset command after f2929d11 ("watchdog: imx: Use immediate reset bits for expire_now") Signed-off-by:
Claudius Heine <ch@denx.de>
-
Baruch Siach authored
Make first step in DT/DM migration. Enable OF_CONTROL only for the main U-Boot image for now. Remove mmc_init_main() because board_mmc_init() is not called when DM_MMC is enabled. DM_MMC requires DM_GPIO for card-detect to work. That in turn makes gpio request mandatory. Add code to request/free gpios in platform code. MMC devices are now numbered according to DT. The SD card is 1, and eMMC is 2. Account for that in board_mmc_get_env_dev(), BOOT_TARGET_DEVICES, and has_emmc(). DM_MMC requires BLK. However, the (BLK && !DM_USB) combination disables USB_STORAGE. Enable DM_USB to preserve USB functionality. Add also DM_REGULATORS for the USB power controller. This allows us to drop board_ehci_hcd_init() and setup_usb(). Runtime selection of DT is necessary because of the i.MX6QD vs i.MX6SDL incompatibility. DT selection does not rely on GPIOs, since DM_GPIO depends on DT. Instead, we take one "fully featured" DT of each variant. That should be enough to boot from both SD card and eMMC. Since we don't select the exact DT, override the generic show_board_info() that shows the selected DT 'model' field. Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Reviewed-by:
Fabio Estevam <festevam@gmail.com>
-
Robert Beckett authored
Enable DM imx WDT Enable SYSRESET_WATCHDOG to maintain WDT based reset ability Signed-off-by:
Robert Beckett <bob.beckett@collabora.com>
-
Robert Beckett authored
Enable DM imx WDT Enable SYSRESET_WATCHDOG to maintain WDT based reset ability Signed-off-by:
Robert Beckett <bob.beckett@collabora.com>
-