MAINTAINERS: Add missing boards and config entriesAs part of my usual round of build testing, output about missingMAINTAINERS information was not logged, and thus often overlooked.Correct that mi
MAINTAINERS: Add missing boards and config entriesAs part of my usual round of build testing, output about missingMAINTAINERS information was not logged, and thus often overlooked.Correct that mistake by ensuring that I log the output ofgenboardscfg.py every time. As part of that, address a number ofmissing MAINTAINERS entires. In the case of a missing file, I have putthe original submitter down. In the rest of the cases I have added theconfig (and sometimes relevant header file) to the existing set of fileglobs.Change-Id: Ic4524445489daba323d638470c369ad914d5bfefSigned-off-by: Tom Rini <trini@konsulko.com>Signed-off-by: Kever Yang <kever.yang@rock-chips.com>(cherry picked from commit 79df00fdb40b4584919c8bcef42d323a8d38d0f1)
show more ...
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Rename this function for consistency with env_set().Signed-off-by: Simon Glass <sjg@chromium.org>
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>
mvebu: turris_omnia: Fix PEX vs SATA detection for board topologyThe I2C reading in the PEX vs SATA detection code often fails on thefirst try. Try three times, as the code for EEPROM reading does
mvebu: turris_omnia: Fix PEX vs SATA detection for board topologyThe I2C reading in the PEX vs SATA detection code often fails on thefirst try. Try three times, as the code for EEPROM reading does.Signed-off-by: Marek Behun <marek.behun@nic.cz>Signed-off-by: Stefan Roese <sr@denx.de>
marvell: armada385: Add the Turris Omnia boardThe Turris Omnia is a open-source router created by CZ.NIC.The code is based on the Marvell/db-88f6820-gp by Stefan Roesewith modifications from Tom
marvell: armada385: Add the Turris Omnia boardThe Turris Omnia is a open-source router created by CZ.NIC.The code is based on the Marvell/db-88f6820-gp by Stefan Roesewith modifications from Tomas Hlavacek in the CZ.NIC turris-omnia-ubootrepository, which can be found athttps://gitlab.labs.nic.cz/turris/turris-omnia-ubootBy default, the Turris Omnia uses btrfs as the main and only filesystem,and also loads kernel and device tree from this filesystem. Since U-Bootdoes not yet support btrfs, you should not flash your Turris Omnia boardwith this unless you know what you are doing.Signed-off-by: Tomas Hlavacek <tomas.hlavacek@nic.cz>Signed-off-by: Marek Behun <marek.behun@nic.cz> create mode 100644 board/CZ.NIC/turris_omnia/Makefile create mode 100644 board/CZ.NIC/turris_omnia/kwbimage.cfg create mode 100644 board/CZ.NIC/turris_omnia/turris_omnia.c create mode 100644 configs/turris_omnia_defconfig create mode 100644 include/configs/turris_omnia.hSigned-off-by: Stefan Roese <sr@denx.de>