- Aug 13, 2018
-
-
Add scattered driver files around the source tree that belongs to Snapdragon arch. Not sure why they were not included in the first place. Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
1. Add FIT support for DB410c defconfig. 2. Don't overwrite bootargs (they're already defined in Linux device tree for DB410c. Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
Change the way MAC address fixup is done: 1. Stop using LK handed device-tree and calculate the MAC address our own. 2. Allow overriding the generated MACS with environment variables: "wlanaddr" and "btaddr". Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
Add support for generation of unique MAC address that is derived from board serial. Algorithm for generation of MAC taken from LK. Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
This commit adds a function to get the board serial number. In snapdragon it's actually the eMMC serial number. Function added in a new file misc.c that will include further snapdragon miscellaneous functions. Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
Commit 1473b12a ("lib: fdtdec: Update ram_base to store ram start adddress") brings regression on STM32F7 which can't boot. Use fdtdec_setup_mem_size_base() to setup memory base and size. Use fdtdec_setup_memory_banksize() to setup memory bank base and size. Reported-by:
Mark Olsson <mark@markolsson.se> Signed-off-by:
Patrice Chotard <patrice.chotard@st.com> Cc: Mark Olsson <mark@markolsson.se> Reviewed-by:
Vikas Manocha <vikas.manocha@st.com>
-
Add DISTRO_DEFAULT support to be able to boot on mmc by default on boot. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Add DISTRO_DEFAULT support to be able to boot on mmc by default on boot. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Add DISTRO_DEFAULT support to be able to boot on mmc by default on boot. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Add DISTRO_DEFAULT support to be able to boot on mmc by default on boot. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Since commit bfea69ad ("stm32f7: sdram: correct sdram configuration as per micron sdram"), CONFIG_SYS_RAM_FREQ_DIV flag is no more used, remove it. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Remove CONFIG_CMD_CACHE from include/configs/stm32h7xx.h and enable it in stm32h7xx_defconfig Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Remove CONFIG_CMD_CACHE from include/configs/stm32f746-disco.h and enable it in stm32f746-disco_defconfig Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Enable instruction and data caches. Fix boot_sd command as since commit d409c962 ("armv7m: disable icache before linux booting"), instruction cache is automatically disable before linux booting. "icache off" from boot_sd command becomes useless, remove it. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
This flag is not used, remove it. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Since commit aa5e3e22 ("board: stm32: switch to DM STM32 timer") SYS_CLK_FREQ is useless, remove it from stm32f4 and stm32f7 boards. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Use gd->bd->bi_dram[0].start initialized from DT instead of using hardcoded CONFIG_SYS_SDRAM_BASE from config file. Remove unused CONFIG_SYS_RAM_BASE and CONFIG_SYS_SDRAM_BASE defines. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
In case the slow clock is not properly configured, the UTMI clock cannot lock the PLL, because UPLLCOUNT will "wait X slow clock cycles". In this case U-boot will loop indefinitely. Added a timeout in this case, to start U-boot even if UTMI clock is not enabled, so the user can use different media if needed, or investigate. Signed-off-by:
Eugen Hristev <eugen.hristev@microchip.com>
-
Move some configuration #defines that do not apply to other bcmstb boards from bcmstb.h to bcm7445.h. Signed-off-by:
Thomas Fitzsimmons <fitzsim@fitzsim.org>
-
Move the contents of prior_stage.h into bcmstb.h to prevent a build failure when bcmstb.h is #include'ed before the asm/arch symbolic link is present. Signed-off-by:
Thomas Fitzsimmons <fitzsim@fitzsim.org>
-
Fix LibreSSL compilation for versions before v2.7.0. Signed-off-by:
Caliph Nomble <nomble@palism.com> Reviewed-by:
Jonathan Gray <jsg@jsg.id.au>
-
%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>
-
- Aug 11, 2018
-
-
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>
-
- Aug 10, 2018
-
-
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>
-