- 13 Aug, 2018 3 commits
-
-
%s/dumm /dummy / Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Implement get_size_of_partition() operation, which is required by the latest upstream libavb [1]. [1] https://android.googlesource.com/platform/external/avb/+/android-p-preview-5 Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org> Acked-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Sam Protsenko <semen.protsenko@linaro.org>
-
-
- 11 Aug, 2018 14 commits
-
-
git://git.denx.de/u-boot-stagingTom Rini authored
-
git://git.denx.de/u-boot-videoTom Rini authored
-
Add driver for the IHS IO endpoint on IHS FPGAs. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add a set of tests for the misc uclass. Signed-off-by:
Mario Six <mario.six@gdsys.cc> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Add generic enable/disable function to the misc uclass. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
The comments in misc.h are not in kernel-doc format. Correct the format. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add a driver for the Xilinx LogiCORE DisplayPort IP core, which is a pure DP transmitter core for Xiling FPGA (no display capabilities). Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
The entries of Makefiles should be sorted, which is not the case in the video driver Makefile. Sort the entries alphabetically as far as this makes sense. Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add a command to debug the AXI bus. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add tests for the AXI uclass. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add test AXI drivers to the sandbox. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add test infrastructure and tests for the AXI uclass. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add a driver for the gdsys IHS AXI bus used on IHS FPGAs. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
Add a uclass for AXI (Advanced eXtensible Interface) busses, and a driver for the gdsys IHS AXI bus on IHS FPGAs. Signed-off-by:
Mario Six <mario.six@gdsys.cc> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- 10 Aug, 2018 23 commits
-
-
Travis CI now supports giving jobs an explicit name. Do this for all jobs. This allows more direct control over jobs names than the previous automatic or implicit naming based on the environment variables or script text. Signed-off-by:
Stephen Warren <swarren@nvidia.com> [trini: Update names for jobs added/changed since posting] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
This update adds PPC64 ELF V1 ABI support to bootelf for both the program header and section header options. Elf64 support was already present for the program header option, but it was not handling the PPC64 ELF V1 ABI case. For the PPC64 ELF V1 ABI, the e_entry field of the elf header must be treated as function descriptor pointer instead of a function address. The first doubleword of the function descriptor is the function's entry address. Signed-off-by:
Rob Bracero <robbracero@gmail.com> [trini: Fix whitespace issues] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Call the MSM DRAM detection and fixup function to support dynamic detection of onboard memory. Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
Fixup the Linux FDT with the detection of onboard DRAM as provided by SBL (Secondary boot loader) by reading the shared-memory region. Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
Underlying API should already print some meaningful error message, so this one is just brings more noise. E.g. we can see log like this: MMC: no card present ** Bad device mmc 0 ** Obviously, second error message is unwanted. Let's only print it in case when DEBUG is defined to keep log short and clear. Signed-off-by:
Sam Protsenko <semen.protsenko@linaro.org>
-
"Failed" error message from env_load() only clutters the log with unnecessary details, as we already have all needed warnings by that time. Example: Loading Environment from FAT... MMC: no card present ** Bad device mmc 0 ** Failed (-5) Let's only print it in case when DEBUG is defined to keep log clear. Signed-off-by:
Sam Protsenko <semen.protsenko@linaro.org>
-
Fixes the following checkstyle warning: WARNING: Missing a blank line after declarations + int tmp = smbios_write_funcs[i]((ulong *)&addr, handle++); + max_struct_size = max(max_struct_size, tmp); Signed-off-by:
Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Fixes the following chechpatch -f error: ERROR: "(foo*)" should be "(foo *)" + strncpy((char*)t->uuid, serial_str, sizeof(t->uuid)); Signed-off-by:
Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Compressed images should have their compression property set to "none" if U-Boot should leave them compressed. This is especially the case for compressed ramdisks that should be uncompressed by the kernel only. Signed-off-by:
Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
-
For these boards, the GPMC timings are more determined by processor speed/type than the NAND/PoP memory. This code is never invoked, so disable the config option, so it doesn't take the time to compile it in. Signed-off-by:
Adam Ford <aford173@gmail.com>
-
CONFIG_SYS_NAND_ADDR is defined and never referenced. This patch removes the dead code. Signed-off-by:
Adam Ford <aford173@gmail.com>
-
The Sphinx documentation system uses restructured text. Make the README.iscsi file compatible. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Create separate html pages for linker lists, the serial subsystem, and the EFI subsystem. Add a table of content. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Describe the interface of environment variable callback functions. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Add parameter description. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
The console index for SPL should be 1 not 3 in order to see text during SPL. Fixes: 6f6b7cfa ("Convert all of CONFIG_CONS_INDEX to Kconfig") Signed-off-by:
Adam Ford <aford173@gmail.com>
-
Ran Wang authored
Program Central Security Unit (CSU) to grant access to USB 2.0 controller. Signed-off-by:
Ran Wang <ran.wang_1@nxp.com> [YS: rewrite commit message] Reviewed-by:
York Sun <york.sun@nxp.com>
-
Ran Wang authored
Move ns_dev[] from header file to C file to avoid compiling warning when header file is included by others. Signed-off-by:
Ran Wang <ran.wang_1@nxp.com> [YS: rewrite commit message] Reviewed-by:
York Sun <york.sun@nxp.com>
-
Darwin Dingel authored
This is a fix made for the fsl_ifc_nand driver on linux kernel by Pavel Machek and is applied to uboot. It is currently on applied on linux-mtd. https://patchwork.kernel.org/patch/9758117/ IFC always raises ECC errors on erased pages. It is only ignored when the buffer is checked for all 0xFF by is_blank(). The problem is a single bitflip will cause is_blank() and then mtd_read to fail. The fix makes use of nand_check_erased_ecc_chunk() to check for empty pages instead of is_blank(). This also makes sure that reads are made at ECC page size granularity to get a proper bitflip count. If the number of bitflips does not exceed the ECC strength, the page is considered empty and the bitflips will be corrected when data is sent to the higher layers (e.g. ubi). Signed-off-by:
Darwin Dingel <darwin.dingel@alliedtelesis.co.nz> Cc: Pavel Machek <pavel@denx.de> Cc: Scott Wood <oss@buserror.net> Acked-by:
Pavel Machek <pavel@denx.de> [Kurt: Replaced dev_err by printf due to compiler warnings] Tested-by:
Kurt Kanzenbach <kurt@linutronix.de> Signed-off-by:
Kurt Kanzenbach <kurt@linutronix.de> Reviewed-by:
York Sun <york.sun@nxp.com>
-
Laurentiu Tudor authored
Add support for SEC ICID configuration and apply it for ls1046a. Also add code to make the necessary device tree fixups. Reviewed-by:
Horia Geantă <horia.geanta@nxp.com> Reviewed-by:
Bharat Bhushan <bharat.bhushan@nxp.com> Signed-off-by:
Laurentiu Tudor <laurentiu.tudor@nxp.com> Reviewed-by:
York Sun <york.sun@nxp.com>
-
Laurentiu Tudor authored
Add support for ICID setting of fman ports and the required device tree fixups. Reviewed-by:
Bharat Bhushan <bharat.bhushan@nxp.com> Signed-off-by:
Laurentiu Tudor <laurentiu.tudor@nxp.com> Reviewed-by:
York Sun <york.sun@nxp.com>
-
Laurentiu Tudor authored
Add support for ICID setting of qman portals and the required device tree fixups. Also fix an endiness issue in portal setup code. Signed-off-by:
Laurentiu Tudor <laurentiu.tudor@nxp.com> Reviewed-by:
York Sun <york.sun@nxp.com>
-
Laurentiu Tudor authored
Add infrastructure for ICID setup and device tree fixup on ARM platforms. This include basic ICID setup for several devices. Reviewed-by:
Bharat Bhushan <bharat.bhushan@nxp.com> Signed-off-by:
Laurentiu Tudor <laurentiu.tudor@nxp.com> Reviewed-by:
York Sun <york.sun@nxp.com>
-