MAINTAINERS: board: qcom: db410c: Maintainer changedReplacing original author Mateusz Kulikowski<mateusz.kulikowski@gmail.com> as db410c maintainerSigned-off-by: Jorge Ramirez-Ortiz <jorge.ramir
MAINTAINERS: board: qcom: db410c: Maintainer changedReplacing original author Mateusz Kulikowski<mateusz.kulikowski@gmail.com> as db410c maintainerSigned-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
show more ...
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd
env: Rename setenv() to env_set()We are now using an env_ prefix for environment functions. Rename setenv()for consistency. Also add function comments in common.h.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
board/db410c: add missing linker map entries for efiOtherwise the loaded image would miss the efi_runtime sections, and fallover hard when grub (for example) tried to call runtime services located
board/db410c: add missing linker map entries for efiOtherwise the loaded image would miss the efi_runtime sections, and fallover hard when grub (for example) tried to call runtime services locatedin this section.Signed-off-by: Rob Clark <robdclark@gmail.com>
dm: gpio: Add live tree supportAdd support for requesting GPIOs with a live device tree.This involves adjusting the function signature for the legacy functiongpio_request_by_name_nodev(), so fix
dm: gpio: Add live tree supportAdd support for requesting GPIOs with a live device tree.This involves adjusting the function signature for the legacy functiongpio_request_by_name_nodev(), so fix up all callers.Signed-off-by: Simon Glass <sjg@chromium.org>Fixes to stm32f746-disco.c:Signed-off-by: Tom Rini <trini@konsulko.com>
board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@
board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Stefan Roese <sr@denx.de>
dm: core: Replace of_offset with accessorAt present devices use a simple integer offset to record the device treenode associated with the device. In preparation for supporting a livedevice tree,
dm: core: Replace of_offset with accessorAt present devices use a simple integer offset to record the device treenode associated with the device. In preparation for supporting a livedevice tree, which uses a node pointer instead, refactor existing code toaccess this field through an inline function.Signed-off-by: Simon Glass <sjg@chromium.org>
board: Add Qualcomm Dragonboard 410C supportThis commit add support for 96Boards Dragonboard410C.It is board based on APQ8016 Qualcomm SoC, complying with96boards specification.Features (present
board: Add Qualcomm Dragonboard 410C supportThis commit add support for 96Boards Dragonboard410C.It is board based on APQ8016 Qualcomm SoC, complying with96boards specification.Features (present out of the box):- 4x Cortex A53 (ARMv8)- 2x USB Host port- 1x USB Device port- 4x LEDs- 1x HDMI connector- 1x uSD connector- 3x buttons (Power, Vol+, Vol-/Reset)- WIFI, Bluetooth with integrated antenna- 8GiB eMMCU-Boot boots chained with fastboot in 64-bit mode.For detailed build instructions see readme.txt in board directory.Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>Tested-by: Simon Glass <sjg@chromium.org>