- 26 Aug, 2019 17 commits
-
-
Hou Zhiqiang authored
Add device tree for P4080DS board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for P3041DS board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for P1041RDB board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for P1020RDB boards and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for P1020RDB boards and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for T1042D4RDB board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for T1024RDB board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for T4240RDB board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
Add device tree for T2080RDB board and enable CONFIG_OF_CONTROL so that device tree can be compiled. Update board README for device tree usage. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Hou Zhiqiang authored
The current Makefile always use u-boot.bin to generate PBL boot image (u-boot.pbl), this patch changes it to use u-boot-with-dtb.bin to support device tree when CONFIG_OF_SEPARATE is enabled. Signed-off-by:
Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
Heiko Schocher authored
add DM_I2C support for this driver. Signed-off-by:
Heiko Schocher <hs@denx.de> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
This converts the following to Kconfig: CONFIG_SYS_SPI_U_BOOT_OFFS Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> [trini: Expose this for SPL_SPI_SUNXI for now] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
the x530 board needs conversion of SPL_SPI_LOAD to Kconfig first Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by:
Chris Packham <chris.packham@alliedtelesis.co.nz>
-
Exact two boards are referencing CONFIG_SYS_SPI_U_BOOT_OFFS to another define, we replace this manually with the value for having a clean run of moveconfig.py afterwards. Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com>
-
some boards have common headers for several individual build-targets where CONFIG_SYS_SPI_U_BOOT_OFFS is defined even it is not needed (only needed if CONFIG_SPL_SPI_LOAD is defined also). Take this define here under '#ifdef CONFIG_SPL_SPI_LOAD' for having a clean run of moveconfig.py Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com>
-
Some boards have coded this offset with formula or bitshifts in their board-config. Manually convert these things into hex-values to be able using moveconfig.py afterwards. Signed-off-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com>
-
Convert CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig, update defconfigs, headers and whitelist. Please note that this symbol already was used in Kconfig (imply in CONFIG_NAND_ATMEL) which did not work, since this symbol was not available in Kconfig. This changes now with this patch and all boards with CONFIG_NAND_ATMEL will have BBT enabled. Which is what I also need on my GARDENA AT91SAM based board. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Eugen Hristev <eugen.hristev@microchip.com> Cc: Miquel Raynal <miquel.raynal@bootlin.com> Cc: Gregory CLEMENT <gregory.clement@bootlin.com> [trini: Rework such that the configs are unchanged to start with] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- 25 Aug, 2019 2 commits
-
-
This converts the following to Kconfig: CONFIG_ARCH_CPU_INIT Signed-off-by:
Adam Ford <aford173@gmail.com> Acked-by:
Chris Packham <chris.packham@alliedtelesis.co.nz> Tested-by:
Felix Brack <fb@ltec.ch>
-
Tom Rini authored
Rsync all defconfig files using moveconfig.py Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- 24 Aug, 2019 2 commits
-
-
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchipTom Rini authored
- remove rk3288 fennec board - remove SPL raw image support for Rockchip SoCs - add common misc_init_r() for ethaddr from cpuid - enable USB HOST support for rk3328 - unify code for finding a valid gpt in part driver
-
Tom Rini authored
- Migrate CONFIG_MX_CYCLIC, CONFIG_FSL_USDHC and CONFIG_MXS_GPIO to Kconfig - Fix some SPL/TPL and ARM64 dependencies
-
- 23 Aug, 2019 19 commits
-
-
This converts the following to Kconfig: CONFIG_MX_CYCLIC Signed-off-by:
Adam Ford <aford173@gmail.com> Acked-by:
David Lechner <david@lechnology.com>
-
This converts the following to Kconfig: CONFIG_FSL_USDHC Signed-off-by:
Adam Ford <aford173@gmail.com> [trini: Add IMX8M, TARGET_S32V234EVB to FSL_USDHC list] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Several options are presenting themselves on a various boards where the options are clearly not used. (ie, arm64 options on arm9, or SPL/TPL options when SPL or TPL are not defined) This patch is not attempting to be a complete list of items, but more like low hanging fruit. This patch attempts to reduce some of the menuconfig noise by defining dependencies so they don't appear when not used. Signed-off-by:
Adam Ford <aford173@gmail.com>
-
This converts the following to Kconfig: CONFIG_MXS_GPIO Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu/builds/571260789 Signed-off-by:
Lukasz Majewski <lukma@denx.de> Acked-by:
Peng Fan <peng.fan@nxp.com> Acked-by:
Jagan Teki <jagan@amarulasolutions.com>
-
-
This was changed to 1 in commit 0717dde0, but a few months later, commit 5f9411af swapped the order of eMMC and SD card by assigning indexed aliases to `&sdhci` and `&sdmmc`. Signed-off-by:
Max Kellermann <max.kellermann@gmail.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com> (Add signature) Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Some ChromeOS devices (atleast veyron speedy) have the first 8MiB of the eMMC write protected and equipped with a dummy 'IGNOREME' GPT header - instead of spewing error messages about it, just silently try the backup GPT. Note: this does not touch the gpt cmd writing/verifying functions, those will still complain. Signed-off-by:
Urja Rannikko <urjaman@gmail.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
There were 3 copies of the same sequence, make it into a function. Signed-off-by:
Urja Rannikko <urjaman@gmail.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
We should use the shared helpers to setup the necessary parts Signed-off-by:
Rohan Garg <rohan.garg@collabora.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
This enables us to set a static MAC address Signed-off-by:
Rohan Garg <rohan.garg@collabora.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
Generate a MAC address based on the cpuid available in the efuse block: Use the first 6 byte of the cpuid's SHA256 hash and set the locally administered bits. Also ensure that the multicast bit is cleared. The MAC address is only generated and set if there is no ethaddr present in the saved environment. This is based off of Klaus Goger's work in 8adc9d Signed-off-by:
Rohan Garg <rohan.garg@collabora.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
Since there is no one using this board, remove it. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
RK3399 SPL only support FIT image for ATF bl31. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
RK3368 SPL only support FIT image for ATF bl31. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
RK3328 SPL only support FIT image for ATF bl31. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
Use Kconfig for option SYS_MALLOC_LEN and default to 0x2000000. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
According to rock64 schemetic, both VCC_HOST1_5V and VCC_HOST_5V are controlled by USB20_HOST_DRV(GPIO0A2), fix it so that we can get correct power supply for USB HOST ports. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
Move all the nodes only shown in u-boot to -u-boot.dtsi to make rk3328.dtsi clean. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-
Kever Yang authored
Rock64 has a USB3.0 port, enable the controller so that we can use it. Signed-off-by:
Kever Yang <kever.yang@rock-chips.com>
-