- 28 Jul, 2020 3 commits
-
-
Tom Rini authored
Rsync all defconfig files using moveconfig.py Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
Signed-off-by:
Tom Rini <trini@konsulko.com>
-
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogicTom Rini authored
- Handle errors in Meson serial driver - Enable HDMI, keyboard and ADC for Odroid-C2
-
- 27 Jul, 2020 37 commits
-
-
https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini authored
- Bug fixes and updates on ls2088a,ls1028a, ls1046a, ls1043a, ls1012a - lx2-watchdog support - layerscape: pci-endpoint support, spin table relocation fixes and cleanups - fsl-crypto: RNG support and bug fixes
-
Tom Rini authored
With the migration to python3 for all of our tests, we need to install pyelftools via pip now rather than the system tools as they will otherwise not be present in our virtualenv. Signed-off-by:
Tom Rini <trini@konsulko.com> --- Changes in v2: Switch to pip
-
https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini authored
binman support for FIT new UCLASS_SOC patman switch 'test' command minor fdt fixes patman usability improvements
-
Enable options to permit HDMI output on Odroid-C2 GXBB boards. Enable VPU Power Domain. Enable ADC and USB_KERBOARD. Reviewed-by:
Neil Armstrong <narmstrong@baylibre.com> Signed-off-by:
Anand Moon <linux.amoon@gmail.com>
-
Neil Armstrong authored
This checks and handles RX errors on the Amlogic UART controller after experiencing errors on the Khadas VIM3 & VIM3L when UART AO A lines are not connected. When the RX line is not connected, the first byte is erroneous and breaks the U-Boot autoboot, breaking automatic boot. This checks and drops any erroneous RX byte on pending and getc callbacks to avoid returning true to pending when an error byte is in the FIFO. Fixes: bfcef28a ("arm: add initial support for Amlogic Meson and ODROID-C2") Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com> Tested-by:
Guillaume La Roque <glaroque@baylibre.com>
-
https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini authored
- R8A774A1 / Beacon EmbeddedWorks RZG2M Dev Kit support
-
https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini authored
- Convert dc2114x driver to DM.
-
Tom Rini authored
- Assorted environment fixes. - Enhance environment in MMC and controlled via OF_CONTROL - Allow for environment in FAT to use the same device we boot from rather than be hard-coded.
-
Restore CONFIG_ENV_ADDR value to fix boot hang with IFC-NOR which is default boot source. Signed-off-by:
Ashish Kumar <ashish.kumar@nxp.com> Signed-off-by:
Kuldeep Singh <kuldeep.singh@nxp.com> Signed-off-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add dspi flash device node to fsl-ls1028a-qds.dtsi Signed-off-by:
Zhao Qiang <qiang.zhao@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Enable support to compile SBSA driver. Signed-off-by:
Zhao Qiang <qiang.zhao@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add watchdog node which is sbsa into lx2160a dtsi Signed-off-by:
Zhao Qiang <qiang.zhao@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
According to Server Base System Architecture (SBSA) specification, the SBSA Generic Watchdog has two stage timeouts: the first signal (WS0) is for alerting the system by interrupt, the second one (WS1) is a real hardware reset. More details about the hardware specification of this device: ARM DEN0029B - Server Base System Architecture (SBSA) This driver can operate ARM SBSA Generic Watchdog as a single stage In the single stage mode, when the timeout is reached, your system will be reset by WS1. The first signal (WS0) is ignored. Signed-off-by:
Zhao Qiang <qiang.zhao@nxp.com> Signed-off-by:
Biwen Li <biwen.li@nxp.com> Reviewed-by:
Stefan Roese <sr@denx.de> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add Root Complex and Endpoint mode specific config entries, such that it's feasible to enable the RC and/or EP mode driver indepently. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add the PCIe EP mode support for lx2160a-v2 platform. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Modify the ls_pcie_dump_atu function, make it can print the INBOUND windows registers. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Signed-off-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add the INBOUND configuration for VFs of PF. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Due to the ls2085a and ls2080a use different way to set the BAR size, so add the BAR size init code here. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
The VF_BARn_REG register's Prefetchable and Type bit fields are overwritten by a write to VF's BAR Mask register. workaround: Before writing to the VF_BARn_MASK_REG register, write 0b to the PCIE_MISC_CONTROL_1_OFF register. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add the multiple function support for Layerscape platform, some PEXs of Layerscaple platform have more than one PF. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Signed-off-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add the PCIe EP node for ls1046a. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Some EP deivces need to initialize before RC scan it, e.g. NXP layerscape platform, so add the init function in pci_ep uclass. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Split the RC and EP driver, and reimplement the EP driver base on the EP framework. Signed-off-by:
Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [Rebased] Signed-off-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
lx2160a rev2 requires 4KB space for type0 and 4KB space for type1 iATU window. Increase configuration size to 8KB to have sufficient space for type0 and type1 window. Signed-off-by:
Wasim Khan <wasim.khan@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Add TFA secure boot defconfig and Enables secure boot related configs in it. Signed-off-by:
Manish Tomar <manish.tomar@nxp.com> Signed-off-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
- Drop ifdef CONFIG_SYS_I2C to initialize baudrate of i2c - Drop warning of i2c_early_init_f as follows, warning: implicit declaration of function 'i2c_early_init_f'; did you mean 'arch_early_init_r'? [-Wimplicit-function-declaration] Signed-off-by:
Biwen Li <biwen.li@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Enable secure system counter in board_early_init_f for udelay() to fix a bug that always return 0 by timer_read_counter() when boot from qspi(No TFA) Signed-off-by:
Biwen Li <biwen.li@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
- Drop ifdef CONFIG_SYS_I2C to initialize baudrate of i2c - Drop warning of i2c_early_init_f as follows, warning: implicit declaration of function 'i2c_early_init_f'; did you mean 'arch_early_init_r'? [-Wimplicit-function-declaration] Signed-off-by:
Biwen Li <biwen.li@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Enable secure system counter in board_early_init_f for udelay() to fix a bug that always return 0 by timer_read_counter() when boot from qspi(No TFA) Signed-off-by:
Biwen Li <biwen.li@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Move i2c_early_init_f to common function to initialize baudrate of i2c Signed-off-by:
Biwen Li <biwen.li@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Register the random number generator with the rng subsystem in u-boot. This way it can be used by EFI as well as for the 'rng' command. Signed-off-by:
Michael Walle <michael@walle.cc> Tested-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
If it is already instantiated tear it down first and then reinstanciate it again with prediction resistance. Signed-off-by:
Michael Walle <michael@walle.cc> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
The secure keys (TDKEK, JDKEK, TDSK) can only be generated once after a POR. Otherwise the RNG4 will throw an error. Signed-off-by:
Michael Walle <michael@walle.cc> Reviewed-by:
Horia Geantă <horia.geanta@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Since Era 10, the version registers changed. Add the version registers and use them on newer modules. Signed-off-by:
Michael Walle <michael@walle.cc> Reviewed-by:
Horia Geantă <horia.geanta@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
We need the era in other modules, too. For example, to get the RNG version. Signed-off-by:
Michael Walle <michael@walle.cc> Reviewed-by:
Horia Geantă <horia.geanta@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
Align the status line with all the other output in U-Boot. Before the change: DDR 3.9 GiB (DDR3, 32-bit, CL=11, ECC on) SEC0: RNG instantiated WDT: Started with servicing (60s timeout) After the change: DDR 3.9 GiB (DDR3, 32-bit, CL=11, ECC on) SEC0: RNG instantiated WDT: Started with servicing (60s timeout) Signed-off-by:
Michael Walle <michael@walle.cc> Reviewed-by:
Horia Geantă <horia.geanta@nxp.com> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-
The value 0 assigned to final is overwritten before ever being used. Remove the assignment. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Priyanka Jain <priyanka.jain@nxp.com>
-