22 Oct, 2018
2 commits
-
Update README
Add imximage.cfg
Update defconfig to include imximage.cfgSigned-off-by: Peng Fan
-
Add i.MX8QXP MEK board support
Enabled pinctrl/clk/power-domain/mmc/i2c/fec driver.
Added README file.Signed-off-by: Peng Fan
Reviewed-by: Anatolij Gustschin
Cc: Stefano Babic
Cc: Fabio Estevam
16 Oct, 2018
1 commit
-
Add Menlosystems M53 board, based on the M53 SoM.
This board has Ethernet, USB host, USB gadget, UART and LCD on it.Signed-off-by: Marek Vasut
Cc: Stefano Babic
10 Oct, 2018
1 commit
-
Currently SPL binary is larger than 64kB, which is larger than
CONFIG_SPL_MAX_SIZE defined in imx7_spl.h.This causes boot failure on the pico-mx7 targets.
Remove CONFIG_SPL_LIBDISK_SUPPORT option for now, so that the SPL
binary can fit into the 64kB range.Signed-off-by: Fabio Estevam
Signed-off-by: Otavio Salvador
08 Oct, 2018
1 commit
-
Enables cmd_avb and its dependencies need to run the AVB tests.
Reviewed-by: Simon Glass
Signed-off-by: Jens Wiklander
[trini: Disable for sandbox_noblk]
Signed-off-by: Tom Rini
07 Oct, 2018
1 commit
-
With the device trees doing most of the work of pin-muxing and
DM doing much of the peripheral initialization, this creates
new defconfig files for each of the Logic PD variants with
proper register settings/pin-muxing.Signed-off-by: Adam Ford
[trini: Update MAINTAINERS entry]
Signed-off-by: Tom Rini
05 Oct, 2018
1 commit
-
The DesignWare ARC IoT Development Kit is a versatile platform
that includes the necessary hardware and software to accelerate
software development and debugging of sensor fusion,
voice recognition and face detection designs.More information is avaialble here [1] and here [2].
The board is based on real silicon with
ARC EM9D-based Data Fusion IP Subsystem.It sports a rich set of I/O including
* DW USB OTG
* DW MobileStorage (used for micro SD-card)
* GPIO
* multiple serial interface including DW APB UART
* ADC, PWM and eFlash, SRAM and SPI Flash memory
* Real-Time Clock (RTC)
* Bluetooth module with worldwide regulatory compliance
(FCC, IC, CE, ETSI, TELEC)
* On-board 9-axis sensor (gyro, accelerometer and compass)Extensible with Arduino, Pmod, mikroBUS connectors and a 2x18
extension header.One of the most interesting features for developers is built-in
Digilent USB JTAG probe so only micro-USB cable is needed![1] https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_development_kit
[2] https://www.synopsys.com/dw/doc.php/ds/cc/iot_dev_kit.pdfSigned-off-by: Alexey Brodkin
03 Oct, 2018
4 commits
-
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
Reviewed-by: Lukas Auer -
This implies DM support for some common drivers that are used on
RISC-V.Signed-off-by: Bin Meng
Reviewed-by: Lukas Auer -
RISC-V is a pretty new architecture and should support DM and
OF_CONTROL by default.Signed-off-by: Bin Meng
Reviewed-by: Lukas Auer -
This is the PR for SPI-NAND changes along with few spi changes.
[trini: Re-sync changes for ls1012afrwy_qspi*_defconfig]
Signed-off-by: Tom Rini
01 Oct, 2018
3 commits
-
Signed-off-by: Ramon Fried
-
Enable USB PHY driver.
Also fixed the alphabetically ordering of the config.Signed-off-by: Ramon Fried
30 Sep, 2018
2 commits
-
Signed-off-by: Tom Rini
-
Add tests for the new board uclass.
Reviewed-by: Simon Glass
Signed-off-by: Mario Six
29 Sep, 2018
19 commits
-
Use device tree for mpc85xx with binman. Enabled for T2080QDS.
-
Switch to driver model for eSDHC on Layerscape SoCs including LS1021A,
LS1043A, LS1046A, LS1088A, LS2088A.
Switch to driver model for SATA on LS1021A and LS1043A.
Add support for LS1012AFRWY rev C board.
Enable SMMU for LS1043A. -
With DM enabled, this patch enables DM_SERIAL and removes
the NS16550 initialization from da850_lowlevel since the driver
will take care of that itself.Signed-off-by: Adam Ford
-
With DM_I2C and DM_GPIO working, this patch can enable the
GPIO expander on the I2C bus. This GPIO expander is connected
to some of the DIP switches and can now read the status of these
pins.Signed-off-by: Adam Ford
-
The simple pin controller works for da850, so this patch enables
this to pin-mux the pins defined in the device tree for the da850evm.Signed-off-by: Adam Ford
-
With DM enabled, this patch enables the 'dm' command to access
the dm tree, uclass and devres.Signed-off-by: Adam Ford
-
The simple pinctrl driver currently available works with the omap3.
Enabling this will use the device tree to automatically set the
pin-muxing for various drivers.Signed-off-by: Adam Ford
-
Add commands for fdt overlay merging. This is required for the boot scripts
that detect PDAs and apply specific overlays to the DTB passed on to kernel.Signed-off-by: Eugen Hristev
-
Add commands for fdt overlay merging. This is required for the boot scripts
that detect PDAs and apply specific overlays to the DTB passed on to kernel.Signed-off-by: Eugen Hristev
-
Add commands for fdt overlay merging. This is required for the boot scripts
that detect PDAs and apply specific overlays to the DTB passed on to kernel.Signed-off-by: Eugen Hristev
-
Add commands for fdt overlay merging. This is required for the boot scripts
that detect PDAs and apply specific overlays to the DTB passed on to kernel.Signed-off-by: Eugen Hristev
-
Add commands for fdt overlay merging. This is required for the boot scripts
that detect PDAs and apply specific overlays to the DTB passed on to kernel.Signed-off-by: Eugen Hristev
-
SAMA5D4 SoC can have extra clip boards (PDAs) connected, which have
an EEPROM memory for identification. A special GPIO can be used to read
this memory over 1wire protocol.
Enabling one wire and eeprom drivers for this memory.Signed-off-by: Eugen Hristev
-
SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
an EEPROM memory for identification. A special GPIO can be used to read
this memory over 1wire protocol.
Enabling one wire and eeprom drivers for this memory.Signed-off-by: Eugen Hristev
-
SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
an EEPROM memory for identification. A special GPIO can be used to read
this memory over 1wire protocol.
Enabling one wire and eeprom drivers for this memory.Signed-off-by: Eugen Hristev
-
SAMA5D3 SoC can have extra clip boards (PDAs) connected, which have
an EEPROM memory for identification. A special GPIO can be used to read
this memory over 1wire protocol.
Enabling one wire and eeprom drivers for this memory.Signed-off-by: Eugen Hristev
-
SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
an EEPROM memory for identification. A special GPIO can be used to read
this memory over 1wire protocol.
Enabling one wire and eeprom drivers for this memory.Signed-off-by: Eugen Hristev
-
To be able to test Dallas onewire protocol and one wire eeproms driver
and subsystem, add in sandbox defconfig the drivers' config.Signed-off-by: Eugen Hristev
-
Add sandbox driver and tests for the new OSD uclass.
Signed-off-by: Mario Six
Reviewed-by: Simon Glass
28 Sep, 2018
1 commit
-
Add device tree for T2080QDS board and enable CONFIG_OF_CONTROL
so that device tree can be compiled.Update board README for device tree usage.
Signed-off-by: Jagdish Gediya
Reviewed-by: Bin Meng
Reviewed-by: Simon Glass
Reviewed-by: York Sun
27 Sep, 2018
4 commits
-
Enable related configs to support sata DM feature.
Signed-off-by: Peng Ma
Reviewed-by: York Sun -
Enable related configs to support sata DM feature.
Signed-off-by: Peng Ma
Reviewed-by: York Sun -
This enables the folowing to Kconfig:
CONFIG_BLK
CONFIG_DM_MMCSigned-off-by: Yinbo Zhu
Reviewed-by: York Sun -
Xilinx changes for v2018.11
- Handle BOARD_LATE_INIT via Kconfig
SPL:
- Enable GZIP for all partitions types(not only for kernel)ZynqMP:
- Rearrange pmufw version handling
- Support newer PMUFW with improved fpga load sequenceZynq:
- Cleanup config file
- Simplify zybo config by enabling option via Kconfignet:
- Fix gems max-speed property reading
- Enable support for fixed-link phys