- Nov 16, 2018
-
-
Lokesh Vutla authored
K3 based AM654 devices has DDR memory subsystem that comprises Synopys DDR controller, Synopsis DDR phy and wrapper logic to intergrate these blocks into the device. This DDR subsystem provides an interface to external SDRAM devices. Adding support for the initialization of the external SDRAM devices by configuring the DDRSS registers and using the buitin PHY routines. Reviewed-by:
Tom Rini <trini@konsulko.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by:
Andreas Dannenberg <dannenberg@ti.com> Signed-off-by:
Keerthy <j-keerthy@ti.com> Signed-off-by:
Schuyler Patton <spatton@ti.com> Signed-off-by:
James Doublesin <doublesin@ti.com>
-
Martin Fuzzey authored
Signed-off-by:
Martin Fuzzey <martin.fuzzey@flowbird.group>
-
Prasanthi Chellakumar authored
Convert the Watchdog driver for AT91SAM9x processors to support the driver model and device tree. Changes "CONFIG_AT91SAM9_WATCHDOG" to new "CONFIG_WDT_AT91" Kconfig option. Signed-off-by:
Prasanthi Chellakumar <prasanthi.chellakumar@microchip.com>
-
- Nov 14, 2018
-
-
Bin Meng authored
Add some description about pre-relocation driver binding, including usage of DM_FLAG_PRE_RELOC flag and caveats. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Bin Meng authored
Add REAME.virtio to describe the information about U-Boot support for VirtIO devices, including supported boards, build instructions, driver details etc. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Nov 05, 2018
-
-
Stefan Roese authored
This patch adds ethernet support for the MIPS based Mediatek MT76xx SoCs (e.g. MT7628 and MT7688), including a minimum setup of the integrated switch. This driver is loosly based on the driver version included in this MediaTek github repository: https://github.com/MediaTek-Labs/linkit-smart-uboot.git Tested on the MT7688 LinkIt smart-gateway and on the Gardena-smart-gateway. Signed-off-by:
Stefan Roese <sr@denx.de> Reviewed-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Frank Wunderlich <frankwu@gmx.de> Cc: Weijie Gao <hackpascal@gmail.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
- Oct 22, 2018
-
-
Breno Matheus Lima authored
There is no need to have README in all i.MX documents name. Remove README from i.MX docs name and add .txt file extension. Signed-off-by:
Breno Lima <breno.lima@nxp.com> Reviewed-by:
Ye Li <ye.li@nxp.com>
-
Breno Matheus Lima authored
The Serial Download Protocol feature is availible in various i.MX SoCs. Move README.sdp document to imx/misc directory. Signed-off-by:
Breno Lima <breno.lima@nxp.com>
-
Breno Matheus Lima authored
The current High Assurance Boot document README.mxc_hab include details for the following features in a single file: - HAB Secure Boot - HAB Encrypted Boot Split HAB documentation in a specific directory for a cleaner documentation structure, subsequent patches will include more content in HAB documentation. Signed-off-by:
Breno Lima <breno.lima@nxp.com>
-
Breno Matheus Lima authored
The following documents describe device details according to the i.MX family: - README.imx25 - README.imx27 - README.imx5 - README.imx6 - README.mxs Move all device common related document to doc/imx/common for a better directory structure. Signed-off-by:
Breno Lima <breno.lima@nxp.com>
-
Breno Matheus Lima authored
The following documents describe the image type used by the mkimage tool to generate U-Boot images for i.MX devices. - README.imximage - README.mxsimage Move all mkimage related document to doc/imx/mkimage for a better directory structure. Signed-off-by:
Breno Lima <breno.lima@nxp.com>
-
Breno Matheus Lima authored
Currently the Serial Download Protocol tools and procedure are documented in two places: - doc/imx/README.sdp - doc/imx/README.imx6 It is better to consolidate all SDP related information into README.sdp file, so move the content from README.imx6 to README.sdp. Signed-off-by:
Breno Lima <breno.lima@nxp.com>
-
Breno Matheus Lima authored
Currently the U-Boot doc/ directory contains the following files that are only relevant for i.MX devices: - doc/README.imx25 - doc/README.imx27 - doc/README.imx5 - doc/README.imx6 - doc/README.imximage - doc/README.mxc_hab - doc/README.mxs - doc/README.mxsimage - doc/README.sdp Move all content to a common i.MX folder for a better documentation structure. Signed-off-by:
Breno Lima <breno.lima@nxp.com>
-
Bin Meng authored
There are some sections in current doc saying 64-bit is unsupported. This apparently is out of date. Remove it. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
Bin Meng authored
Currently only 32-bit U-Boot for QEMU x86 is documented. Mention the 64-bit support. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Oct 20, 2018
-
-
Marek Vasut authored
Reword the documentation to make it clear the compatible string is now optional, yet still matching on it takes precedence over PCI IDs and PCI classes. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
- Oct 10, 2018
-
-
Janine Hagemann authored
The DP83867 has a muxing option for the CLK_OUT pin. It is possible to set CLK_OUT for different channels. Create a binding to select a specific clock for CLK_OUT pin. Based on commit 9708fb630d19 ("net: phy: dp83867: Add binding for the CLK_OUT pin muxing option") of mainline linux kernel. Signed-off-by:
Janine Hagemann <j.hagemann@phytec.de> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Janine Hagemann authored
This patch adds support for enabling or disabling the lane swapping (called "port mirroring" in PHY's CFG4 register) feature of the DP83867 TI's PHY device. One use case is when bootstrap configuration enables this feature (because of e.g. LED_0 wrong wiring) so then one needs to disable it in software (at u-boot/Linux). Based on commit fc6d39c39581 ("net: phy: dp83867: Add lane swapping support in the DP83867 TI's PHY driver") of mainline linux kernel. Signed-off-by:
Janine Hagemann <j.hagemann@phytec.de> Acked-by:
Lukasz Majewski <lukma@denx.de> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
- Oct 09, 2018
-
-
Simon Glass authored
At present it is not possible to specify that a node should be used before relocation (in U-Boot proper) without it also ending up in SPL and TPL device trees. Add a new "u-boot,dm-pre-proper" boolean property for this. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Make a few small updates to indicate that device tree can be used in SPL and TPL. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
This documentation is out of date now that U-Boot builds dtc automatically. Update it. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Oct 08, 2018
-
-
Patrick Delaunay authored
Add a way in configuration files (exlinux.conf for sysboot command) to select a specific FIT configuration. The configuration is selected with a string added after the FIT filename in the label "KERNEL" or "LINUX", using the same format than bootm command: KERNEL [Filename]#<conf>[#<extra-conf[#...]] This configuration string, beginning by '#', is directly appended to bootm argument 1 after <kernel_addr_r>. bootm [<kernel_addr_r>]#<conf>[#<extra-conf[#...]] see doc/uImage.FIT/command_syntax_extensions.txt for details Example : KERNEL /fit.itb#cfg1 KERNEL /fit.itb#cfg2 Configuration can be use also for overlay management : KERNEL /fit.itb#cfg1#dtbo1#dtbo3 see doc/uImage.FIT/overlay-fdt-boot.txt for details Signed-off-by:
Patrick Delaunay <patrick.delaunay@st.com>
-
- Oct 07, 2018
-
-
Jens Wiklander authored
With CONFIG_OPTEE_TA_AVB use the trusted application AVB provided by OP-TEE to manage rollback indexes and device-lock status. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Jens Wiklander authored
Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Jens Wiklander authored
Sync with c8bfafb15944 ("dt/bindings: add bindings for optee") from Linux kernel. Introduces linaro prefix and adds bindings for ARM TrustZone based OP-TEE implementation. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Oct 03, 2018
-
-
Bin Meng authored
This adds QEMU RISC-V 'virt' board target support, with the hope of helping people easily test U-Boot on RISC-V. The QEMU virt machine models a generic RISC-V virtual machine with support for the VirtIO standard networking and block storage devices. It has CLINT, PLIC, 16550A UART devices in addition to VirtIO and it also uses device-tree to pass configuration information to guest software. It implements RISC-V privileged architecture spec v1.10. Both 32-bit and 64-bit builds are supported. Support is pretty much preliminary, only booting to U-Boot shell with the UART driver on a single core. Booting Linux is not supported yet. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Lukas Auer <lukas.auer@aisec.fraunhofer.de>
-
- Sep 29, 2018
-
-
Eugen Hristev authored
Bindings for sandbox onewire eeprom driver Signed-off-by:
Eugen Hristev <eugen.hristev@microchip.com>
-
Eugen Hristev authored
Bindings for Maxim's ds24 onewire EEPROM families driver Signed-off-by:
Eugen Hristev <eugen.hristev@microchip.com>
-
Eugen Hristev authored
Added bindings specification for bitbanged gpio driver for Dallas one wire protocol Signed-off-by:
Eugen Hristev <eugen.hristev@microchip.com>
-
Tien Fong Chee authored
Add a document to describe file system firmware loader binding information. Signed-off-by:
Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Tien Fong Chee authored
Provide information about - overview of file system firmware loader driver model - describe storage device and partition in device tree source - describe fie system firmware loader API Signed-off-by:
Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 28, 2018
-
-
Mario Six authored
Add a driver for IHS OSDs on IHS FPGAs. Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Mario Six <mario.six@gdsys.cc>
-
- Sep 26, 2018
-
-
Tom Rini authored
In the section about Device Trees add a paragraph at the end that clarifies how we decide of a tree is valid or not. We say that all bindings must either be in the specification (link provided) or in our device-tree-bindings directory. We say that most of these come from the Linux Kernel and as such some design decisions are made for us already, but that in most cases we wish to retain compatibility. Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Signed-off-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 22, 2018
-
-
Philippe Reynes authored
Add pinctrl support for broadcom bcm6838 SoC. Signed-off-by:
Philippe Reynes <philippe.reynes@softathome.com>
-
- Sep 20, 2018
-
-
Boris Brezillon authored
Add bindings for SPI NAND chips. Signed-off-by:
Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by:
Miquel Raynal <miquel.raynal@bootlin.com> Acked-by:
Jagan Teki <jagan@openedev.com>
-
Miquel Raynal authored
NAND flavors, like serial and parallel, have a lot in common and would benefit to share code. Let's move raw (parallel) NAND specific code in a raw/ subdirectory, to ease the addition of a core file in nand/ and the introduction of a spi/ subdirectory specific to SPI NANDs. Signed-off-by:
Miquel Raynal <miquel.raynal@bootlin.com>
-
- Sep 19, 2018
-
-
Baruch Siach authored
Stefan is listed as a kirkwood maintainer since commit f822d857 (MAINTAINERS: Update Marvell custodianship). Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Sep 11, 2018
-
-
Lokesh Vutla authored
Add support for K3 based remoteproc driver that communicates with TISCI to start start a remote processor. Reviewed-by:
Tom Rini <trini@konsulko.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Lokesh Vutla authored
K3 specific SoCs have a dedicated microcontroller for doing resource management. Any HLOS/firmware on compute clusters should load a firmware to this microcontroller before accessing any resource. Adding support for loading this firmware. After the K3 system controller got loaded with firmware and started up it sends out a boot notification message through the secure proxy facility using the TI SCI protocol. Intercept and receive this message through the rproc start operation which will need to get invoked explicitly after the firmware got loaded. Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by:
Andreas Dannenberg <dannenberg@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Lokesh Vutla authored
Secure Proxy module manages hardware threads that are meant for communication between the processor entities. Adding support for this driver. Reviewed-by:
Tom Rini <trini@konsulko.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by:
Andreas Dannenberg <dannenberg@ti.com>
-