- 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 1 commit
-
-
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>
-
- 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>
-
- 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 11 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>
-
Jagan Teki authored
This is a sample GPT partition layout for SD card, right now three important partitions are added to make the system bootable. partition layout: Part Start LBA End LBA Name Attributes Type GUID Partition GUID 1 0x00000022 0x00000821 "loader1" attrs: 0x0000000000000000 type: 5b193300-fc78-40cd-8002-e86c45580b47 guid: cbcbef44-e627-42bc-b134-93b6f3784b8c 2 0x00000822 0x00002821 "loader2" attrs: 0x0000000000000000 type: 2e54b353-1271-4842-806f-e436d6af6985 guid: f54eba28-d8de-4852-978d-1a673777e2ae 3 0x00002822 0x00020821 "rootfs" attrs: 0x0000000000000004 type: 0fc63daf-8483-4772-8e79-3d69d8477de4 type: linux guid: 9561df46-8d55-4799-a83b-cfee9ef6ff93 Note: - loader1 would be fsbl or spl - loader2 would be U-Boot or U-Boot proper Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Pragnesh Patel <pragnesh.patel@sifive.com>
-
Pragnesh Patel authored
Add a support for SPL which will boot from L2 LIM (0x0800_0000) and then SPL will boot U-Boot FIT image (OpenSBI FW_DYNAMIC + u-boot.bin) from MMC boot devices. SPL related code is leveraged from FSBL (https://github.com/sifive/freedom-u540-c000-bootloader.git ) Signed-off-by:
Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Tested-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Jagan Teki <jagan@amarulasolutions.com> Tested-by:
Jagan Teki <jagan@amarulasolutions.com>
-
- 31 May, 2020 1 commit
-
-
Specification: - Rockchip RK3399 - 4GB Dual-Channel LPDDR4 - eMMC socket - mSD card slot - 128Mbit (16Mb) SPI Flash - AP6256 for 11AC WiFi + BT5 - 14 inch 1920*1080 eDP MiPi display - Camera - USB 3.0, 2.0 ports - Type-C port with alt-mode display (DP 1.2) and 15W charge - DC 5V/3A - optional PCIe slot for NVMe SSD drive Signed-off-by:
Peter Robinson <pbrobinson@gmail.com> Tested-by:
Vagrant Cascadian <vagrant@debian.org> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com> Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
- 29 May, 2020 2 commits
-
-
U-Boot has video output enabled so time to get keyboard working. => usb reset;usb tree resetting USB... Bus usb@fe380000: USB EHCI 1.00 Bus usb@fe3a0000: USB OHCI 1.0 Bus usb@fe3c0000: USB EHCI 1.00 Bus usb@fe3e0000: USB OHCI 1.0 Bus dwc3: usb maximum-speed not found Register 2000140 NbrPorts 2 Starting the controller USB XHCI 1.10 scanning bus usb@fe380000 for devices... 1 USB Device(s) found scanning bus usb@fe3a0000 for devices... 1 USB Device(s) found scanning bus usb@fe3c0000 for devices... 1 USB Device(s) found scanning bus usb@fe3e0000 for devices... 3 USB Device(s) found scanning bus dwc3 for devices... cannot reset port 1!? 2 USB Device(s) found scanning usb for storage devices... 2 Storage Device(s) found USB device tree: 1 Hub (480 Mb/s, 0mA) u-boot EHCI Host Controller 1 Hub (12 Mb/s, 0mA) U-Boot Root Hub 1 Hub (480 Mb/s, 0mA) u-boot EHCI Host Controller 1 Hub (12 Mb/s, 0mA) | U-Boot Root Hub | +-2 Hub (12 Mb/s, 100mA) | ALCOR Generic USB Hub | +-3 Mass Storage (12 Mb/s, 200mA) Kingston DT 101 G2 001478544887BB3157380157 1 Hub (5 Gb/s, 0mA) | U-Boot XHCI Host Controller | +-2 Mass Storage (5 Gb/s, 76mA) ADATA ADATA USB Flash Drive 1520405012240002 Signed-off-by:
Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
Include NVME in the list of boot targets if CONFIG_NVME is enabled. Signed-off-by:
Mark Kettenis <kettenis@openbsd.org> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
- 27 May, 2020 2 commits
-
-
Convert the CRS305-1G-4S board to CRS3xx-98DX3236 to enable easier implementation of new CRS3xx series boards, based on Marvell Prestera 98DX3236. Signed-off-by:
Luka Kovacic <luka.kovacic@sartura.hr> Reviewed-by:
Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Jakov Petrina <jakov.petrina@sartura.hr>
-
Without CONFIG_SYS_U_BOOT_OFFS set to CONFIG_SYS_SPI_U_BOOT_OFFS, U-Boot will be located at address 0x16000. But, SPL will try to load the payload from 0x24000 causing the boot to hang. Signed-off-by:
Ezra Buehler <ezra@easyb.ch> Reviewed-by:
Stefan Roese <sr@denx.de>
-