- Apr 09, 2018
-
-
Michal Simek authored
U-Boot commands shouldn't be the part of kernel DTS files. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Srinivas Goud authored
This patch adds no-1-8-v below properties to sd node for dc5 board dts. Signed-off-by:
Srinivas Goud <srinivas.goud@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Enable TTCs for this target as is done in Linux kernel. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
eeprom can contain information which can be used by nvmem drivers. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
This changes was done in mainline and this patch is just following it. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Using different node name and label partitions as data. Also use latest compatible strings based on mainline review. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Follow spec for node names. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Instead of hardcoding numbers. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Remove additional comments which were removed as the part of upstreaming. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Mainline Linux kernel has adopted SPDX header license in a different format then was used before. This patch is syncing it up. Also update years in License text and remove Nathalie's email because it is no longer valid. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Based on review from mainline i2c-mux is standard name for i2c switches. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Use vendor prefix for Maxim chips. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Sync pcie and lpd_dma nodes with mainline version. Incorrect locations are causing diff in statistics that's why synchronizations are needed. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Heinrich Schuchardt authored
Replace references to non-existent file. Cc: Michal Simek <michal.simek@xilinx.com> Cc: Michal Simek <monstr@monstr.eu> Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Fix c&p error from Zynq. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
zynq_clk_get_rate() is also returning ENXIO which is not handled now. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Anton Gerasimov authored
Makes naming in line with other Zynq boards. Signed-off-by:
Anton Gerasimov <tossel@gmail.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Anton Gerasimov authored
Delete devices implemented in PL, stylistic changes. Signed-off-by:
Anton Gerasimov <tossel@gmail.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
- Apr 08, 2018
-
-
Mario Six authored
CONFIG_HOSTNAME is defined as a "plain" preprocessor string, but every use is couched by __stringify(...). Hence, convert it to a proper string option. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Mario Six authored
Migrate the CONFIG_FSL_ESDHC option to Kconfig. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Mario Six authored
Migrate the CONFIG_TSEC_ENET option to Kconfig. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Mario Six authored
Migrate the CONFIG_DISPLAY_BOARDINFO_LATE option to Kconfig. Signed-off-by:
Mario Six <mario.six@gdsys.cc> [trini: Re-run migration] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Mario Six authored
Migrate the CONFIG_LAST_STAGE_INIT option to Kconfig. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Mario Six authored
Migrate the CONFIG_BOARD_EARLY_INIT_R option to Kconfig. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Mario Six authored
Migrate the CONFIG_SYS_ALT_MEMTEST option to Kconfig. Signed-off-by:
Mario Six <mario.six@gdsys.cc> [trini: Re-run migration after also including CMD_MEMTEST] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
Rsync all defconfig files using moveconfig.py Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Apr 07, 2018
-
-
Tom Rini authored
With the previous temporary reverts, we need to re-complete the migration of CONFIG_ATMEL_SPI here now. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
As we aren't quite able to convert some platforms with a very small size limit in SPL yet, we need to revert this for now. This reverts commit 7b094778. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
As we aren't quite able to convert some platforms with a very small size limit in SPL yet, we need to revert this for now. This reverts commit 37434db2. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Mario Six authored
This patch adds a command that enables the calculation of bit operations (AND, OR, XOR) on binary data from the command line. Memory locations as well as the contents of environment variables are eligible as sources and destination of the binary data used in the operations. The possible applications are manifold: Setting specific bits in registers using the regular read-OR-write pattern, masking out bits in bit values, implementation of simple OTP encryption using the XOR operation, etc. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Mario Six authored
Make sure that the cache line size if respected when flushing the cache. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Mario Six authored
A debug string still has the old name of a function being called; update it. Signed-off-by:
Mario Six <mario.six@gdsys.cc> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Michal Simek authored
Fix Kconfig alignment which should be <tab><space><space>. Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Michal Simek authored
SPL ATF implementation requires FIT image with partitions where the one is Firmware/ATF and another one Firmware/U-Boot. OS field is used for recording that difference that's why make sense to show values there for Firmware types. For example: Image 0 (atf) Description: ATF bl31.bin Created: Mon Mar 26 15:58:14 2018 Type: Firmware Compression: uncompressed Data Size: 51152 Bytes = 49.95 KiB = 0.05 MiB Architecture: ARM OS: ARM Trusted Firmware Load Address: 0xfffe0000 Hash algo: md5 Hash value: 36a4212bbb698126bf5a248f0f4b5336 Image 1 (uboot) Description: u-boot.bin Created: Mon Mar 26 15:58:14 2018 Type: Firmware Compression: uncompressed Data Size: 761216 Bytes = 743.38 KiB = 0.73 MiB Architecture: ARM OS: U-Boot Load Address: 0x08000000 Hash algo: md5 Hash value: f22960fe429be72296dc8dc59a47d566 Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Jun Nie <jun.nie@linaro.org>
-
Michal Simek authored
SPL ATF support requires to have firmware property which should be also listed by mkimage -l when images is created. The patch is also using this macro in spl_fit to match keyword. When image is created: Default Configuration: 'config' Configuration 0 (config) Description: ATF with full u-boot Kernel: unavailable Firmware: atf FDT: dtb Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Jun Nie <jun.nie@linaro.org> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-
Vignesh R authored
Move am43xx_evm_qspiboot_defconfig to DM. This is required as SPI core and TI QSPI driver no longer supports non DM interfaces. Signed-off-by:
Vignesh R <vigneshr@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vignesh R authored
With U-boot runtime board detect for DTB selection a "default" dtb needs to be created. This will be used temporarily until the "proper" dtb is selected. Also, add -u-boot.dtsi for AM437x SK and IDK to enable I2C for board detection via DM_I2C. Signed-off-by:
Vignesh R <vigneshr@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vignesh R authored
AM437x QSPI boot is a single stage boot and hence needs runtime DTB selection to support AM437x-SK and AM437x-IDK with DM enabled. This is required to move am43xx_evm_qspiboot_defconfig to use DM/DT. Signed-off-by:
Vignesh R <vigneshr@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Sjoerd Simons authored
Use CONFIG_IS_ENABLED to see if CONFIG_BLK is enabled. Otherwise SPL compilation breaks on boards which do have CONFIG_BLK enabled but not DM_MMC for the SPL as follows: env/mmc.c: In function ‘init_mmc_for_env’: env/mmc.c:164:6: warning: implicit declaration of function ‘blk_get_from_parent’; did you mean ‘efi_get_ram_base’? [-Wimplicit-function-declaration] if (blk_get_from_parent(mmc->dev, &dev)) ^~~~~~~~~~~~~~~~~~~ efi_get_ram_base env/mmc.c:164:29: error: ‘struct mmc’ has no member named ‘dev’ if (blk_get_from_parent(mmc->dev, &dev)) ^~ Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Andrew F. Davis authored
Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Lokesh vutla <lokeshvutla@ti.com>
-