- 19 Jul, 2019 1 commit
-
-
Rick Chen authored
Macpaul have left Andestech for a while, and this mail address macpaul@andestech.com can not received mail anymore. It might encounter account creation problem in this switching to gitlab about nds32 tree. So change the nds32 maintainer as Rick Chen <rick@andestech.com> Signed-off-by:
Rick Chen <rick@andestech.com> Cc: KC Lin <kclin@andestech.com>
-
- 12 Jul, 2019 2 commits
-
-
Add git custodians for STMicroelectronics STM32MP entry. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Signed-off-by:
Fabien Dessenne <fabien.dessenne@st.com> Reviewed-by:
Patrice Chotard <patrice.chotard@st.com>
-
- 11 Jul, 2019 1 commit
-
-
Introduce new UCLASS_PCI_EP class for handling PCI endpoint devices, allowing to set various attributes of the PCI endpoint device, such as: * configuration space header * BAR definitions * outband memory mapping * start/stop PCI link Signed-off-by:
Ramon Fried <ramon.fried@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- 20 Jun, 2019 3 commits
-
-
Commit ad7061ed ("doc: Move device tree bindings documentation to doc/device-tree-bindings") moved all device tree binding documentation to doc/device-tree-bindings directory. The current U-Boot project still have two documentation directories: - doc/ - Documentation/ Move all documentation and sphinx files to doc directory so all content can be in a common place. Signed-off-by:
Breno Lima <breno.lima@nxp.com>
-
Update all git repo links with the new gitlab ones. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Acked-by:
Wolfgang Denk <wd@denx.de>
-
Add myself as an SH maintainer. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Tom Rini <trini@konsulko.com>
-
- 18 Jun, 2019 1 commit
-
-
Patrice Chotard authored
Christophe will not have maintainer activities, so remove its name. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com> Cc: Christophe Kerello <christophe.kerello@st.com> Cc: Patrick Delaunay <patrick.delaunay@st.com>
-
- 14 Jun, 2019 1 commit
-
-
Change my email address, too many mails gets to my private mail, created specific email account just for developmement. Signed-off-by:
Ramon Fried <ramon.fried@gmail.com>
-
- 11 Jun, 2019 1 commit
-
-
Add imx dts files to the MAINTAINERS file list, so that i.MX devicetree related patches can be properly sent to the i.MX folks. Reported-by:
Adam Ford <aford173@gmail.com> Signed-off-by:
Fabio Estevam <festevam@gmail.com> Reviewed-by:
Peng Fan <peng.fan@nxp.com>
-
- 06 Jun, 2019 2 commits
-
-
Patrice Chotard authored
Add SPI driver support for STM32MP SoCs family. Signed-off-by:
Patrice Chotard <patrice.chotard@st.com>
-
Patrice Chotard authored
This patch adds IWDG (Independent WatchDoG) support for STM32MP platform. Signed-off-by:
Christophe Kerello <christophe.kerello@st.com> Signed-off-by:
Patrice Chotard <patrice.chotard@st.com> Reviewed-by:
Stefan Roese <sr@denx.de>
-
- 22 May, 2019 1 commit
-
-
Qiang Zhao authored
sp805 is watchdog on some NXP layerscape SoCs, adding it's driver. Configs CONFIG_WDT_SP805, CONFIG_WDT, CONFIG_CMD_WDT needs to be enabled to use it. Signed-off-by:
Zhao Qiang <qiang.zhao@nxp.com> Reviewed-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
- 12 May, 2019 1 commit
-
-
Heinrich Schuchardt authored
Assign include/charset.h to EFI PAYLOAD. The functions defined in this include are used by the UEFI sub-system. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- 03 May, 2019 2 commits
-
-
Update device tree for ocelot to add support for ocelot pcb120. Signed-off-by:
Horatiu Vultur <horatiu.vultur@microchip.com>
-
Update the mmc maintainer from Jaehoon to me. Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by:
Peng Fan <peng.fan@nxp.com> Acked-by:
Marek Vasut <marex@denx.de>
-
- 30 Apr, 2019 1 commit
-
-
This updates MAINTAINERS and git-mailrc to add me as a co-custodian for rockchip Signed-off-by:
Kever Yang <kever.yang@rock-chips.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by:
Jagan Teki <jagan@amarulasolutions.com> Acked-by:
Tom Rini <trini@konsulko.com>
-
- 26 Apr, 2019 3 commits
-
-
Add new defconfig files for the AM65x High Security EVM. This defconfigs are the same as for the non-secure part, except for: CONFIG_TI_SECURE_DEVICE option set to 'y' CONFIG_FIT_IMAGE_POST_PROCESS option set to 'y' CONFIG_SPL_FIT_IMAGE_POST_PROCESS option set to 'y' Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Andreas Dannenberg <dannenberg@ti.com>
-
K3 HS devices require signed binaries for boot, use the SECDEV tools to sign the boot artifacts during build. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Andreas Dannenberg <dannenberg@ti.com>
-
K3 devices have High Security (HS) variants along with the non-HS already supported. Like the previous generation devices (OMAP/Keystone2) K3 supports boot chain-of-trust by authenticating and optionally decrypting images as they are unpacked from FIT images. Add support for this here. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Andreas Dannenberg <dannenberg@ti.com>
-
- 24 Apr, 2019 1 commit
-
-
This updates MAINTAINERS and git-mailrc to add me as a co-custodian for socfpga. Signed-off-by:
Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Acked-by:
Stefan Roese <sr@denx.de> Acked-by:
Marek Vasut <marex@denx.de>
-
- 23 Apr, 2019 1 commit
-
-
In order to support the Amlogic G12A clock controller, re-architect the clock files into a meson directory. No functionnal changes. MAINTAINERS entry is also updated. Signed-off-by:
Jerome Brunet <jbrunet@baylibre.com> Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com>
-
- 22 Apr, 2019 1 commit
-
-
The 'exception' command allows to test exception handling. This implementation supports ARM, x86, RISC-V and the following exceptions: * 'breakpoint' - prefetch abort exception (ARM 32bit only) * 'unaligned' - data abort exception (ARM only) * 'undefined' - undefined instruction exception Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- 18 Apr, 2019 1 commit
-
-
Eugeniy Paltsev authored
Add the DM_MMC-compatible DesignWare MMC driver support for Synopsys ARC devboards. It is created to switch ARC devboards to use DM_MMC. It required information such as clocks (Bus Interface Unit clock, Card Interface Unit clock) and SDIO bus width. Signed-off-by:
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com>
-
- 12 Apr, 2019 2 commits
-
-
Patrick Delaunay authored
Alignment with kernel driver name & binding introduced by https://patchwork.kernel.org/cover/10761943/ to use the final marketing name = STPMIC1. Signed-off-by:
Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by:
Lukasz Majewski <lukma@denx.de>
-
Jagan Teki authored
Missed few mails from openedev, since most of the day I look at amarulasolutions mail so update the same. Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
-
- 31 Mar, 2019 1 commit
-
-
Signed-off-by:
Lukasz Majewski <lukma@denx.de>
-
- 27 Mar, 2019 1 commit
-
-
Heinrich Schuchardt authored
The EFI PAYLOAD will use git://git.denx.de/u-boot-efi.git in future. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- 19 Mar, 2019 1 commit
-
-
Stefan Roese authored
This patch does the following changes to the u-boot-marvell maintainers entry: - Add Armada-7k/8k to the list - Remove Prafulla and Luka since they have been silent on the list for a long time. Please speak up, if you would like to continue or better start maintaining. - Add multiple Marvell / MVEBU related driver directories and files Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Tom Rini <trini@konsulko.com> Acked-by:
Luka Perkov <luka.perkov@sartura.hr> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 14 Mar, 2019 1 commit
-
-
The MAINTAINERS file was copied from Linux Kernel along with all its statuses of maintainership. However tools/genboardscfg.py accepts only Maintained, Supported and Orphan. Remove then the Odd Fixes and Obsolete from MAINTAINERS file to avoid confusion. Signed-off-by:
Krzysztof Kozlowski <krzk@kernel.org>
-
- 25 Feb, 2019 2 commits
-
-
Currently, there is no easy way to add or modify UEFI variables. In particular, bootmgr supports BootOrder/BootXXXX variables, it is quite hard to define them as u-boot variables because they are represented in a complicated and encoded format. The new command, efidebug, helps address these issues and give us more friendly interfaces: * efidebug boot add: add BootXXXX variable * efidebug boot rm: remove BootXXXX variable * efidebug boot dump: display all BootXXXX variables * efidebug boot next: set BootNext variable * efidebug boot order: set/display a boot order (BootOrder) Signed-off-by:
AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
"env [print|set] -e" allows for handling uefi variables without knowing details about mapping to corresponding u-boot variables. Signed-off-by:
AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- 18 Feb, 2019 2 commits
-
-
Heinrich is going to take over maintainership of the efi_loader tree going forward. To ensure that I will still receive review mails at least, add me as reviewer with a stable email address. Signed-off-by:
Alexander Graf <agraf@suse.de> Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Matthias Brugger agreed to take over maintainership from me for the Raspberry Pi tree. Add him to the MAINTAINERS file instead. Signed-off-by:
Alexander Graf <agraf@suse.de> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
- 09 Feb, 2019 2 commits
-
-
Add a new defconfig file for the AM57xx High Security EVM. This config is specific for the case of USB/UART booting. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Add a new defconfig file for the DRA7xx High Security EVM. This config is specific for the case of USB booting. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
- 07 Feb, 2019 1 commit
-
-
Add myself as co-maintainer for U-Boot SPI NOR subsystem. Signed-off-by:
Vignesh R <vigneshr@ti.com> Reviewed-by:
Jagan Teki <jagan@openedev.com> [jagan: drop mtd/spi file from SPI entry] Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com>
-
- 05 Feb, 2019 2 commits
-
-
Update Atmel AT91 maintainership Signed-off-by:
Eugen Hristev <eugen.hristev@microchip.com> Acked-by:
Nicolas Ferre <nicolas.ferre@microchip.com>
-
Change maintainers to Prabhakar Kushwaha for fsl-qoriq, mpc85xx and mpc86xx. Signed-off-by:
York Sun <york.sun@nxp.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Acked-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
-
- 01 Feb, 2019 1 commit
-
-
Move file ocelot_switch to mscc_eswitch to prepare to add new net drivers for other MSCC SoCs. Signed-off-by:
Horatiu Vultur <horatiu.vultur@microchip.com>
-