- 07 Jul, 2020 1 commit
-
-
The built in keyboard on the Pinebook Pro is attached via USB so fix this up to ensure USB works as expected. Signed-off-by:
Peter Robinson <pbrobinson@gmail.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
- 27 Jun, 2020 2 commits
-
-
Add new fields "lanes, format & mode_flags" to structure mipi_dsi_panel_plat. Signed-off-by:
Yannick Fertre <yannick.fertre@st.com> Reviewed-by:
Patrick Delaunay <patrick.delaunay@st.com>
-
Add missing BOOTENV_SF command in rk3399 config. Fix it. Fixes: f263b860 ("rk3399: Enable SF distro bootcmd") Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Reported-by:
Suniel Mahesh <sunil@amarulasolutions.com> Tested-by:
Suniel Mahesh <sunil@amarulasolutions.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
- 24 Jun, 2020 2 commits
-
-
In current code, we add 1ms dealy after each tuning command for standard tuning method. Adding this 1ms dealy is because USDHC default check the CMD CRC and DATA line. If detect the CMD CRC, USDHC standard tuning IC logic do not wait for the tuning data sending out by the card, trigger the buffer read ready interrupt immediately, and step to next cycle. So when next time the new tuning command send out by USDHC, card may still not send out the tuning data of the upper command,then some eMMC cards may stuck, can't response to any command, block the whole tuning procedure. If do not check the CMD CRC for tuning, then do not has this issue. USDHC will wait for the tuning data of each tuning command and check them. If the tuning data pass the check, it also means the CMD line also okay for tuning. So this patch disable the CMD CRC check for tuning, save some time for the whole tuning procedure. Signed-off-by:
Haibo Chen <haibo.chen@nxp.com>
-
According the RM, the bit[6~0] of register ESDHC_TUNING_CTRL is TUNING_START_TAP, bit[7] of this register is to disable the command CRC check for standard tuning. So fix it here. Fixes: fa33d207 ("mmc: split fsl_esdhc driver for i.MX") Signed-off-by:
Haibo Chen <haibo.chen@nxp.com>
-
- 23 Jun, 2020 2 commits
-
-
Avoid potential multiple definitions when CONFIG_ARM_PSCI_FW is disabled. Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
-
Commit 0528979f ("part: Drop disk_partition_t typedef") changed to a struct. As a result it uncovered an apparent missing include in zfs_common.h for part.h which actually contains the definition. The ZFS handles the struct exclusively as pointers so it was only a warning. warning: ‘struct disk_partition’ declared inside parameter list will not be visible outside of this definition or declaration void zfs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info); Signed-off-by:
Joel Johnson <mrjoel@lixil.net> Series-CC: Simon Glass <sjg@chromium.org>
-
- 22 Jun, 2020 10 commits
-
-
For using a debug UART on the Wandboard CONFIG_MXC_UART=y must be set in the .config file. To avoid duplicate definitions move the setting from include/configs/wandboard.h to configs/wandboard_defconfig. Document the debug UART settings in the README. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Fabio Estevam <festevam@gmail.com>
-
1. Drop legacy emmcboot wrapper from env. 2. Change the "boot try" order. Default one is: SD -> eMMC -> USB -> DHCP 3. Drop DFU defines Signed-off-by:
Igor Opaniuk <igor.opaniuk@toradex.com>
-
1. Drop legacy emmcboot wrapper from env. 2. Change the "boot try" order. Default one is: SD -> eMMC -> USB -> DHCP 3. Drop DFU defines Signed-off-by:
Igor Opaniuk <igor.opaniuk@toradex.com>
-
1. Drop legacy emmcboot wrapper from env. 2. Change the "boot try" order. Default one is: SD -> eMMC -> USB -> DHCP 3. Drop DFU defines Signed-off-by:
Igor Opaniuk <igor.opaniuk@toradex.com>
-
1. Use distro_bootcmd as default boot command instead of legacy emmcboot wrapper. 2. Drop emmcboot and sdboot wrappers. 3. Provide proper boot order for Distro Boot. Signed-off-by:
Igor Opaniuk <igor.opaniuk@toradex.com>
-
The distro bootscript uses kernel_image to get the file name of the kernel, so change that variable name. UBI boot has precedence in the default boot command. If one wants to boot from SD with a working NAND installation stop in U-Boot and enter: setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && run distro_bootcmd Signed-off-by:
Max Krummenacher <max.krummenacher@toradex.com>
-
When using distro boot to boot from UBI volumes the boot partition has been hardcoded to "UBI" (capital letters). However, our default MTD layout uses "ubi" (lower case letter). Define "ubi" as the default UBI partition for distro boot for Toradex. This allows to use distro boot without having to redefine the MTD partition layout which is useful for TorizonCore. Signed-off-by:
Stefan Agner <stefan.agner@toradex.com>
-
Define addresses required for full distro boot support. Signed-off-by:
Stefan Agner <stefan.agner@toradex.com>
-
Store all console-related kernel parameters in dedicated variable. Signed-off-by:
Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-
Migration to DM_ETH is mandatory, so convert mx6cuboxi to Ethernet Driver Model. This also brings the benefit of restoring Ethernet functionality. Reported-by:
Tom Rini <trini@konsulko.com> Signed-off-by:
Fabio Estevam <festevam@gmail.com> Tested-by:
Tom Rini <trini@konsulko.com>
-
- 18 Jun, 2020 4 commits
-
-
Marek Vasut authored
The ethernet PHY on all known Gen3 boards takes a while to come out of reset, increase the auto-negotiation timeout to prevent it from timing out in case the ethernet is used right after the board was reset. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
Anatolij Gustschin authored
After migration to DM 'vga' name is not longer supported, change it to 'vidconsole' in the default environment. Signed-off-by:
Anatolij Gustschin <agust@denx.de> Acked-by:
Igor Opaniuk <igor.opaniuk@toradex.com>
-
Anatolij Gustschin authored
After migration to DM 'vga' name is not longer supported, change it to 'vidconsole' in the default environment. Signed-off-by:
Anatolij Gustschin <agust@denx.de> Acked-by:
Igor Opaniuk <igor.opaniuk@toradex.com>
-
Anatolij Gustschin authored
After migration to DM 'vga' name is not longer supported, change it to 'vidconsole' in the default environment. Signed-off-by:
Anatolij Gustschin <agust@denx.de> Cc: Nikita Kiryanov <nikita@compulab.co.il>
-
- 15 Jun, 2020 1 commit
-
-
When eSDHC operates at 3.3v, damage can accumulate in an internal level shifter at a higher than expected rate. The faster the interface runs, the more damage accumulates. This issue now is found on LX2160A eSDHC1 for only SD card. The hardware workaround is recommended to use an on-board level shifter that is 1.8v on SoC side and 3.3v on SD card side. For boards without hardware workaround, this option could be enabled, ensuring 1.8v IO voltage and disabling eSDHC if no card. This option assumes no hotplug, and u-boot has to make all the way to to linux to use 1.8v UHS-I speed mode if has card. If you do not want the workaround for better user experience, of course you can choose to not select it running eSDHC in unsafe mode. Signed-off-by:
Yangbo Lu <yangbo.lu@nxp.com> Acked-by:
Peng Fan <peng.fan@nxp.com>
-
- 14 Jun, 2020 1 commit
-
-
Heinrich Schuchardt authored
Add random number generation APIs to the HTML documentation. Fix style issues. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- 11 Jun, 2020 4 commits
-
-
Jagan Teki authored
OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Acked-by:
Lars Poeschel <poeschel@lemonage.de> Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
-
Jagan Teki authored
OF_CONTROL, DM_SPI and other driver model migration deadlines are expired for this board. Remove it. Acked-by:
Grazvydas Ignotas <notasas@gmail.com> Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
-
Jagan Teki authored
Now all boards which are using davinci SPI driver have moved to SPL_DM so drop the unneeded non-dm code. Cc: Adam Ford <aford173@gmail.com> Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Tested-by: Adam Ford <aford173@gmail.com> #da850-evm
-
Jagan Teki authored
This would make SPL build to DM_SPL, SPL_OF_CONTROL. Build fine with but not tested. Cc: Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
-
- 08 Jun, 2020 2 commits
-
-
The u-boot-spl.bin pad with ddr firmware conflicts with the CONFIG_MALLOC_F_ADDR area, the ddr firmware will be overwritten by malloc in SPL stage and cause ddr initialization not able to finish. So update the related addresses to fix the issue. Reported-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Peng Fan <peng.fan@nxp.com> Signed-off-by:
Fabio Estevam <festevam@gmail.com>
-
This change updates the MTD partition layout on SPI-NOR memory for display5 board. Signed-off-by:
Lukasz Majewski <lukma@denx.de>
-
- 07 Jun, 2020 2 commits
-
-
Board has flash chip on board so let store U-Boot environment there. Signed-off-by:
Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
Mark the default U-Boot environment as SPI flash since this is an on board flash device. Updated env offset, size in contrast with default since the U-Boot proper has to start from 384K. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
- 04 Jun, 2020 9 commits
-
-
Tom Rini authored
This converts the following to Kconfig: CONFIG_BOARD_LATE_INIT Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
This converts the following to Kconfig: CONFIG_CMD_ASKENV CONFIG_CMD_BMP CONFIG_CMD_BOOTD CONFIG_CMD_CACHE CONFIG_CMD_CRC32 CONFIG_CMD_DHCP CONFIG_CMD_ENV CONFIG_CMD_EXPORTENV CONFIG_CMD_EXT2 CONFIG_CMD_EXT4 CONFIG_CMD_FLASH CONFIG_CMD_FS_GENERIC CONFIG_CMD_FUSE CONFIG_CMD_GPIO CONFIG_CMD_GPT CONFIG_CMD_GREPENV CONFIG_CMD_I2C CONFIG_CMD_IMLS CONFIG_CMD_IMPORTENV CONFIG_CMD_LOADB CONFIG_CMD_LOADS CONFIG_CMD_MEMINFO CONFIG_CMD_MII CONFIG_CMD_MTDPARTS CONFIG_CMD_NAND CONFIG_CMD_NAND_TRIMFFS CONFIG_CMD_NFS CONFIG_CMD_PCA953X CONFIG_CMD_PCA953X_INFO CONFIG_CMD_PCI CONFIG_CMD_PING CONFIG_CMD_READ CONFIG_CMD_SF CONFIG_CMD_SPI CONFIG_CMD_SPL CONFIG_CMD_SPL_WRITE_SIZE CONFIG_CMD_TIME CONFIG_CMD_TRACE CONFIG_CMD_UBI CONFIG_CMD_UBIFS CONFIG_CMD_UNZIP CONFIG_FS_EXT4 Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
This converts the following to Kconfig: CONFIG_BZIP2 CONFIG_GZIP CONFIG_LZO CONFIG_ZLIB CONFIG_LZMA CONFIG_LZO Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
Per the boards config header file, there is no useful GPIO on these boards. Remove CONFIG_CMD_GPIO from the defconfigs. Cc: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
The config header for this platform disables both CMD_SF and CMD_SPI and the defconfig leaves them enabled. Disable them from the defconfig and enable them in the header. Cc: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Masakazu Mochizuki <masakazu.mochizuki.wd@hitachi.com> Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
The common config header for bcm7260 and bcm7445 enable CONFIG_CMD_EXT2/EXT4 but the defconfigs do not. This results in the commands being disabled. Enable them via the defconfig. Cc: Thomas Fitzsimmons <fitzsim@fitzsim.org> Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
The config header for this platform uses '#undef' in a number of cases. All of the MMC related ones were already handled correctly in the defconfig file. In the case of CONFIG_CMD_FUSE, the command was being built and enabled via defconfig. Disable it in the defconfig, cleanup the header. Reviewed-by:
Eric Nelson <eric@nelint.com> Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
Rather than only enable CONFIG_CMD_NAND for non-SPL builds, move the CMD options to defconfig and rework the guards to not try and call the function in SPL builds. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by:
Tom Rini <trini@konsulko.com> Acked-by:
Stefano Babic <sbabic@denx.de>
-
Tom Rini authored
The symbol "CONFIG_ARM_DCC" is used to control building drivers/serial/arm_dcc.c. Provide a simple Kconfig entry for this. Cc: Luca Ceresoli <luca@lucaceresoli.net> Cc: Michal Simek <monstr@monstr.eu> Cc: Tom McLeod <tom.mcleod@opalkelly.com> Cc: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Luca Ceresoli <luca@lucaceresoli.net>
-