- Feb 20, 2024
-
-
We now can provide a map and have the standard fdtfile variable set from code itself. This allows for bootstd to "just work". While at this, replace findfdt in environment with a warning as it is no longer needed. Reviewed-by:
Jonathan Humphreys <j-humphreys@ti.com> Reviewed-by:
Roger Quadros <rogerq@kernel.org> Signed-off-by:
Nishanth Menon <nm@ti.com>
-
Stop using the findfdt script and switch to setting the fdtfile from C code. While at this, replace findfdt in environment with a warning as it is no longer needed Reviewed-by:
Jonathan Humphreys <j-humphreys@ti.com> Reviewed-by:
Roger Quadros <rogerq@kernel.org> Signed-off-by:
Nishanth Menon <nm@ti.com>
-
Stop using the findfdt script and switch to setting the fdtfile from C code. While at this, replace findfdt in environment with a warning as it is no longer needed Reviewed-by:
Jonathan Humphreys <j-humphreys@ti.com> Reviewed-by:
Roger Quadros <rogerq@kernel.org> Signed-off-by:
Nishanth Menon <nm@ti.com>
-
Introduce a common fdt operations library for basic device tree operations that are common between various boards. The first library to introduce here is the capability to set up fdtfile as a standard variable as part of board identification rather than depend on scripted ifdeffery. Reviewed-by:
Jonathan Humphreys <j-humphreys@ti.com> Reviewed-by:
Roger Quadros <rogerq@kernel.org> Signed-off-by:
Nishanth Menon <nm@ti.com>
-
Add missing board/ti/common/Kconfig references for the platforms that missed it. The intent is for the common Kconfig to be usable across TI reference boards as required. Reported-by:
Tom Rini <trini@konsulko.com> Signed-off-by:
Nishanth Menon <nm@ti.com>
-
- Feb 11, 2024
-
- Feb 10, 2024
-
-
Hai Pham authored
Add board code for the Renesas R8A779H0 V4M Gray Hawk board. Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Hai Pham authored
Initial support for the Renesas Gray Hawk CPU and BreakOut boards. The arch/arm/dts/r8a779h0-gray-hawk-cpu.dtsi is extended version of: https://lore.kernel.org/linux-renesas-soc/b657402113267acd57aece0b4c681b707e704455.1706194617.git.geert+renesas@glider.be/ The version currenty submitted upstream lacks functionality which is present in this series. Once the upstream support implements that missing functionality, these DTs will be updated to match. Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Hai Pham authored
Add Renesas R8A779H0 V4M DT extras for U-Boot. Until the RPC node becomes part of main DT, keep it here as an extension so that board code can enable and use the RPC to access SPI NOR. Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Hai Pham authored
Add initial support for the Renesas R8A779H0 (R-Car V4M) SoC. The current version is imported and modified from: https://lore.kernel.org/linux-renesas-soc/4107bc3d7c31932da29e671ddf4b1564ba38a84c.1706194617.git.geert+renesas@glider.be/ The modifications contain nodes from previous version which are useful in U-Boot and not part of the Linux kernel DT yet. The following nodes were added: - pfc - gpio0..gpio7 - i2c0..i2c3 - avb0..avb2 - mmc0 Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Hai Pham authored
Support RPC SPI on R8A779H0 V4M SoC. Reviewed-by:
Paul Barker <paul.barker.ct@bp.renesas.com> Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com> Reviewed-by:
Jagan Teki <jagan@amarulasolutions.com>
-
Hai Pham authored
Add Kconfig entry and PRR ID to support R8A779H0 V4M SoC. Reviewed-by:
Paul Barker <paul.barker.ct@bp.renesas.com> Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Hai Pham authored
Add pinctrl tables for R8A779H0 V4M SoC. The current version of these PFC tables is imported and squashed from: https://lore.kernel.org/linux-renesas-soc/cover.1706264667.git.geert+renesas@glider.be/ Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Marek Vasut authored
Add PLL7 support to Gen3/Gen4 common clock driver. Add initial PLL7 multiplier and divider values into table in R8A779H0 V4M clock driver. The PLL7 is new PLL added in R8A779H0 V4M SoC. Only integer multiplication mode is supported by PLL7. The PLL reference clock are either 16.66 MHz or 20 MHz on R8A779H0 V4M SoC, and the output frequency must be 2000 MHz. The multiplier values fitting this requirement are calculated to 120 or 100. Signed-off-by:
Marek Vasut <marek.vasut+renesas@mailbox.org>
-
Hai Pham authored
Add clock tables for R8A779H0 V4M SoC. The current version is imported from: https://lore.kernel.org/linux-renesas-soc/c678ef7164e3777fa91572f72e47ef385cea64b8.1706194617.git.geert+renesas@glider.be/ The current version still contains PLL7 extras from the previous version to provide ethernet support in U-Boot. Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Duy Nguyen authored
Add power domain indices for R-Car V4M (R8A779H0). The current version is imported from: https://lore.kernel.org/linux-renesas-soc/c5cbef71178cada761e9da7bcbb6f21334f93ef8.1706194617.git.geert+renesas@glider.be/ Signed-off-by:
Duy Nguyen <duy.nguyen.rh@renesas.com> Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
Duy Nguyen authored
Add all Clock Pulse Generator Core Clock Outputs for the Renesas R-Car V4M (R8A779H0) SoC. The current version is imported from: https://lore.kernel.org/linux-renesas-soc/11acbd2a30b58607474e9c32eb798b3a00e85e73.1706194617.git.geert+renesas@glider.be/ Signed-off-by:
Duy Nguyen <duy.nguyen.rh@renesas.com> Signed-off-by:
Hai Pham <hai.pham.ud@renesas.com>
-
- Feb 09, 2024
-
-
https://source.denx.de/u-boot/custodians/u-boot-dfuTom Rini authored
u-boot-dfu-20240209 - sparse error checking fix when using raw chunks - 2 new additions (AVB, AB) of myself to the MAINTAINERS file
-
The return value of write_sparse_chunk_raw is unsigned, so the existing check has no effect. Use IS_ERR_VALUE to detect error instead, which is what write_sparse_chunk_raw does itself. Fixes: 62649165 ("lib: sparse: Make CHUNK_TYPE_RAW buffer aligned") Reported-by:
Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/u-boot/1b323ec3-59b0-490b-a2f0-fd961dafcf49@moroto.mountain/ Signed-off-by:
Sean Anderson <sean.anderson@seco.com> Reviewed-by:
Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by:
Mattijs Korpershoek <mkorpershoek@baylibre.com> Link: https://lore.kernel.org/r/20240201181851.221701-1-sean.anderson@seco.com Signed-off-by:
Mattijs Korpershoek <mkorpershoek@baylibre.com>
-
Mattijs Korpershoek authored
Igor has not been active for quite some time on lore: https://lore.kernel.org/all/?q=igor.opaniuk@gmail.com I'm interested in helping with maintaining the android_avb command. I'm a long time android/aosp developer and my daily job is still doing android work. Add myself as maintainer for Android AVB. Reviewed-by:
Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@foundries.io> Acked-by:
Igor Opaniuk <igor.opaniuk@foundries.io> Reviewed-by:
Sam Protsenko <semen.protsenko@linaro.org> Link: https://lore.kernel.org/r/20240112-maintainers-ab-v1-2-f2a538eab18a@baylibre.com Signed-off-by:
Mattijs Korpershoek <mkorpershoek@baylibre.com>
-
Mattijs Korpershoek authored
Igor has not been active for quite some time on lore: https://lore.kernel.org/all/?q=igor.opaniuk@gmail.com I'm interested in helping with maintaining the android_ab command. I'm a long time android/aosp developer and my daily job is still doing android work. Add myself as maintainer for Android AB. Reviewed-by:
Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by:
Sam Protsenko <semen.protsenko@linaro.org> Acked-by:
Igor Opaniuk <igor.opaniuk@foundries.io> Link: https://lore.kernel.org/r/20240112-maintainers-ab-v1-1-f2a538eab18a@baylibre.com Signed-off-by:
Mattijs Korpershoek <mkorpershoek@baylibre.com>
-
- Feb 08, 2024
-
-
These select/imply settings are common to the whole architecture not just these boards, move these settings to the architecture config. Signed-off-by:
Andrew Davis <afd@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
TI KS2 boards have the nfs command in their common environment boot configuration, enable this command. Signed-off-by:
Andrew Davis <afd@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
https://gitlab.denx.de/u-boot/custodians/u-boot-imxTom Rini authored
- Add USB support for phycore-imx8mp - Fix environment corruption, reset on mx6sabresd - Print reset cause on imx8 - Extend mkimage to support generating an image for i.MXRT FlexSPI - Add new apalis and colibri variants - Add support for phyBOARD-Segin-i.MX93 support - Fix when FEC is primarily used instead of EQOS on i.MX93.
-
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini authored
Add TJA1120 driver support fsl-layerscape/soc.c: do not destroy bootcmd environment
-
add support for Serial Downloader Boot via UUU as well as flashing emmc via UUU on USB0 Port of phyBOARD Pollux. Reviewed-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Benjamin Hahn <B.Hahn@phytec.de>
-
add support for USB mass storage to USB0 port of phyBOARD Pollux. tested with "ums 0 mmc 2" Signed-off-by:
Benjamin Hahn <B.Hahn@phytec.de>
-
The phyBOARD Pollux has two USB ports. Add support for USB host and USB storage for the USB1 port. Signed-off-by:
Benjamin Hahn <B.Hahn@phytec.de>
-
sync devicetree with kernel v6.8-rc2. New commits on kernel v6.8-rc2: 4a58fcdb1818 arm64: dts: imx8mp-phyboard-pollux: Add support for RS232/RS485 3bd7fdcc359e arm64: dts: imx8mp-phyboard-pollux: Add gpio-line-names f5faa633daf8 arm64: dts: imx8mp-phyboard-pollux: Enable USB support 27c0dc128d04 arm64: dts: imx8mp-phyboard-pollux: Add flexcan support fa2a1ec50456 arm64: dts: imx8mp-phyboard-pollux: Add missing usdhc clocks assignment 055e38c76388 arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names Signed-off-by:
Benjamin Hahn <B.Hahn@phytec.de>
-
Fabio Estevam authored
With Ethernet DM in place, there is no longer the need for having the board_phy_config() anymore. Remove it. Confirmed that TFTP transfer still works fine without board_phy_config(). Signed-off-by:
Fabio Estevam <festevam@denx.de> Reviewed-by:
Igor Opaniuk <igor.opaniuk@foundries.io>
-
Fabio Estevam authored
Commit 68dcbdd5 ("ARM: imx: Add weak default reset_cpu()") caused the 'reset' command in U-Boot to not cause a board reset. Fix it by switching to the watchdog driver model via sysreset, which is the preferred method for implementing the watchdog reset. Signed-off-by:
Fabio Estevam <festevam@denx.de>
-
Fabio Estevam authored
U-Boot binary has grown in such a way that it goes beyond the reserved area for the environment variables. Running "saveenv" and rebooting the board causes U-Boot to hang because of this overlap. Fix this problem by selecting CONFIG_LTO so that the U-Boot proper size can be reduced. Also, to prevent this same problem to happen in the future, use CONFIG_BOARD_SIZE_LIMIT, which can detect the overlap in build-time. CONFIG_BOARD_SIZE_LIMIT is calculated as follows: CONFIG_BOARD_SIZE_LIMIT = CONFIG_ENV_OFFSET - u-boot-img.dtb offset CONFIG_BOARD_SIZE_LIMIT = 0xc000 - 69 * 1024 CONFIG_BOARD_SIZE_LIMIT = 715766 Signed-off-by:
Fabio Estevam <festevam@denx.de> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Igor Opaniuk <igor.opaniuk@foundries.io>
-
Add new product id 0086 Verdin iMX8M Mini DualLite 2GB IT. Signed-off-by:
Joao Paulo Goncalves <joao.goncalves@toradex.com> Reviewed-by:
Igor Opaniuk <igor.opaniuk@foundries.io>
-
Add support for printing reset cause during boot. Signed-off-by:
Igor Opaniuk <igor.opaniuk@foundries.io>
-
Add implementation of sc_pm_reset_reason() call for obtaining reset reason. Signed-off-by:
Igor Opaniuk <igor.opaniuk@foundries.io>
-
Add initial support for the PHYTEC phyBOARD-Segin-i.MX93 board based on the PHYTEC phyCORE-i.MX93 SoM. Supported features: - 1GB LPDDR4 RAM - eMMC - external SD - FEC Ethernet - debug UART - watchdog Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org> Tested-by:
Primoz Fiser <primoz.fiser@norik.com> Reviewed-by:
Yannic Moog <y.moog@phytec.de>
-
Commit d5eae216 ("net: dwc_eth_qos: Add board_interface_eth_init() for i.MX93") implemented board_interface_eth_init for i.MX9 platforms. However it only accounted for the EQOS interface while any board using FEC as primary Ethernet interface was left out as return value -EINVAL is always returned from the function in such case. Fix this by returning 0 (success) when FEC interface is primarily used instead of EQOS interface on i.MX93. Fixes: d5eae216 ("net: dwc_eth_qos: Add board_interface_eth_init() for i.MX93") Signed-off-by:
Primoz Fiser <primoz.fiser@norik.com> Tested-by:
Mathieu Othacehe <m.othacehe@gmail.com>
-
Modify imx8m Flex SPI Configuration Block to work with imxrt. Add more Flex SPI configuration options to Kconfig. Signed-off-by:
Jesse Taube <Mr.Bossman075@gmail.com> Tested-by: Adam Ford <aford173@gmail.com> #imx8mn-beacon
-
Linux 6.6.y with KASLR enabled would print the following message on boot: " KASLR disabled due to lack of seed " Enable the 'kaslrseed' command so a random number seed can be pulled from CAAM and inserted into the /chosen node 'kaslr-seed' property of Linux kernel DT before boot, thus letting KASLR work properly. Signed-off-by:
Marek Vasut <marex@denx.de>
-
Add new apalis imx6 and colibri imx6/imx7 products IDs. Signed-off-by:
Joao Paulo Goncalves <joao.goncalves@toradex.com> Acked-by:
Marcel Ziswiler <marcel.ziswiler@toradex.com>
-