- Jun 16, 2017
-
-
There was for long time no activity in the mpx5xxx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in mpc5xxx, so remove it. Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Secure boot targets that can be loaded from an SD card FAT partition need to be called "MLO" on the filesystem, make a copy with this name to clarify the correct image for SD card booting. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
The for loop in cmd_keywords_opt_check() seems to use wrong array to set boundary, reported by Coverity analysis. Signed-off-by:
York Sun <york.sun@nxp.com> CC: Joe Hershberger <joe.hershberger@ni.com> CC: Tom Rini <trini@konsulko.com> CC: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reported-by: Coverity (CID: 163251) Reviewed-by:
Tom Rini <trini@konsulko.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
To prevent possible double inclusions in future. Signed-off-by:
Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
For better readability and setup-handling we refactor the default environment. Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
This define isn't used anymore in the u-boot source tree, so we drop it from the config header. We drop it also from the 'config_whitelist.txt' Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
the BMP logo loading has become obsolete and is not used any more. So we drop the support for it. Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
since commit 'd5abcf94' - ti: boot: Register the MMC controllers in SPL in the same way as in u-boot MMC boot on brxre1 board is broken, with this commit we make our board working again. Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Jean-Jacques Hiblot <jjhiblot@ti.com>
-
Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
-
Adds CONFIG_SPL_USB_GADGET_SUPPORT and CONFIG_SPL_USBETH_SUPPORT. Removes CONFIG_SPL_NAND_SUPPORT, CONFIG_SPL_MTD_SUPPORT, and CONFIG_SPL_YMODEM_SUPPORT to free up space to fit in RAM. Signed-off-by:
Michael Welling <mwelling@ieee.org> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Marek Vasut <marex@denx.de>
-
The terminator endif of ifdef _NAND_H_ should be at the end of file as a fail safe. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Grygorii Strashko <grygorii.strashko@ti.com>
-
- Jun 14, 2017
-
-
git://git.denx.de/u-boot-mpc85xxTom Rini authored
-
git://git.denx.de/u-boot-tegraTom Rini authored
-
Tom Rini authored
It turns out this change was not intended to be merged and as such, revert it. This reverts commit cdde7de0. Reported-by:
Manfred Schlaegl <manfred.schlaegl@ginzinger.com> Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Jun 12, 2017
-
-
Whistler is an ancient Tegra 2 reference board. I may have been the only person who ever used it with upstream software, and I've just recycled the board hardware. Hence, it makes sense to remove support from software. Signed-off-by:
Stephen Warren <swarren@nvidia.com> Signed-off-by:
Tom Warren <twarren@nvidia.com>
-
York Sun authored
Update maintainers for B4860QDS, P1010RDB, P1_TWR, T104xRDB. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Enable DHCP command by default. Update maintainer info. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Enable DHCP command by default. Move environmental variable location to before U-Boot image. Enlarge reserved mem for malloc. Update maintainer. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Commit a058052c changed the generic phy_reset() to clear all bits in BMCR. This inevitably clears the ANEG bit. m88e1145 requires any change to ANEG bit to be followed by a software reset. This seems to be different from other PHYs. Implement read-modify-write procedure for this PHY init. Signed-off-by:
York Sun <york.sun@nxp.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
York Sun authored
Enable DHCP command to make TFTP easier. Enable DDR interactive debug by default. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Fix compiling error of "no member named 'taamin_ps'" for DDR2. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Enable DHCP command to make TFTP easier. Users don't have to use static IP address. Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Signed-off-by:
York Sun <york.sun@nxp.com>
-
York Sun authored
Drop support for these two legacy boards. Signed-off-by:
York Sun <york.sun@nxp.com>
-
commit 06507988 ("board: am335x: Introduce scale_vcores") updated voltages of each board based on efuse. It updated beagle bone specific voltages under the condition board_is_bone(). But this is true only for BeagleBoneWhite. Due to which voltages are not configured for BBB, BBW as wrong device is being probed. So create a common function board_is_beaglebonex() which includes am335x based beagle family. Use this for updating voltages. Also remove extra if condition for selecting voltages which is done later using a switch case and match usb current limit as before the commit 06507988. Fixes: 06507988 ("board: am335x: Introduce scale_vcores") Reported-by:
Emmanuel Vadot <manu@bidouilliste.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Use eMMC (instead of SD card) to store U-Boot environment. Use "reserved" partition for U-Boot environment. Signed-off-by:
Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by:
Lokesh Vutla <lokeshvuta@ti.com>
-
Increase the size of u-boot.img, so that it conforms with new DFU configuration (see commit [1]). [1] 7a53a1a8 ARM: ti: Update layout for MMC and eMMC (env and dfu) Signed-off-by:
Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Increase the size of u-boot.img, so that it conforms with new DFU configuration (see commit [1]). [1] 7a53a1a8 ARM: ti: Update layout for MMC and eMMC (env and dfu) Signed-off-by:
Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
refer in the README to tbots webpage, and delete the README in tools/tbot, as the latest documentation for tbot is on this webpage. Signed-off-by:
Heiko Schocher <hs@denx.de>
-
With Davinci I2C switching to device model, K2HK requires U-boot specific device tree entries. This is only required for I2C 1 which is needed extremely early during the boot process. Fixes: 1743d040 ("ARM: keystone: Enable DM_I2C by default") Reported-by:
Yan Liu <yan-liu@ti.com> Signed-off-by:
Franklin S Cooper Jr <fcooper@ti.com>
-
The list of symbols listed in the error message for missing Kconfig symbols is out of sync with the symbols actually tested. Add the missing symbols and reorder their appearance to be in sync with the #if statement for easier checking. Signed-off-by:
Lothar Waßmann <LW@KARO-electronics.de>
-