- Aug 10, 2017
-
-
git://git.denx.de/u-boot-i2cTom Rini authored
-
Marek Vasut authored
Allow sending restart conditions upon direction change as this is required by some chips. Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by:
Heiko Schocher <hs@denxx.de>
-
Adam Ford authored
This converts the following to Kconfig: CONFIG_SYS_I2C_OMAP24XX Signed-off-by:
Adam Ford <aford173@gmail.com> Reviewed-by:
Heiko Schocher <hs@denx.de>
-
Stefan Chulski authored
Set BM poll size once during priv probe and do not overwrite it during port probe procedure. Pool is common for all CP ports. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Nadav Haklai <nadavh@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
TX drain in transmit procedure could cause issues due to race between drain procedure and transmition of descriptor between AGGR TXQ and physical TXQ. TXQ will be cleared before moving to Linux by stop procedure. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Nadav Haklai <nadavh@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
MVPP22 driver support 64 Bit arch and require BM pool high address configuration. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Nadav Haklai <nadavh@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
Remove IRQ configuration from U-Boot PP driver. U-Boot don't use interrupts and configuration of IRQ in U-Boot caused crashes in Linux shared interrupt mode. Also interrupt use is redundant in RX routine since a single RX queue is used. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Nadav Haklai <nadavh@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
MBUS driver were replaced by AXI in PPv22 and relevant only for PPv21. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Nadav Haklai <nadavh@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
U-boot use single physical tx queue with size 16 descriptors. So aggregated tx queue size should be equal to physical tx queue and cpu descriptor chunk(number of descriptors delivered from physical tx queue to aggregated tx queue by one chunk) shouldn't be larger than physical tx queue. Fix: Set AGGR_TXQ and CPU_DESC_CHUNK to be 16 descriptors, same as physical TXQ. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Nadav Haklai <nadavh@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
Issue: BM counters were overrun by probe that called per Network interface and caused release of wrong number of buffers during remove procedure. Fix: Use probe_done and num_ports to call init and remove procedure once per communication controller. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
This patch enables padding of packets shorter than 64B in TX(set by default). Disabling of padding causes crashes on MACCIATO board. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
A8K marvell SoC has two South Bridge communication controllers(CP0 and CP1). Each communication controller has packet processor ports and MDIO. On MACHIATOBin board ports from CP1 are connected to mdio on CP0. Issue: Wrong base address is assigned to MDIO interface during probe. Fix: Get MDIO address from PHY handler parent base address. This should be refined in the future when MDIO driver is implemented. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Chulski authored
This patch add GPIO configuration support in mvpp2x driver. Driver will handle 10G SFP gpio reset and SFP TX disable. GPIO pins should be set in device tree. Signed-off-by:
Stefan Chulski <stefanc@marvell.com> Tested-by:
iSoC Platform CI <ykjenk@marvell.com> Reviewed-by:
Kostya Porotchkin <kostap@marvell.com> Reviewed-by:
Igal Liberman <igall@marvell.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Aug 09, 2017
-
-
Adam Ford authored
The driver is for all boards 24XX and up, so let's eliminate the extra option called CONFIG_SYS_I2C_OMAP34XX since the driver checks for CONFIG_OMAP34XX we don't need CONFIG_SYS_I2C_OMAP34XX. Signed-off-by:
Adam Ford <aford173@gmail.com> Reviewed-by:
Heiko Schocher <hs@denx.de>
-
Wenyou.Yang@microchip.com authored
Add missing probe function to the device driver to active a device. Signed-off-by:
Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by:
Heiko Schocher <hs@denx.de>
-
- Aug 08, 2017
-
-
git://git.denx.de/u-boot-x86Tom Rini authored
-
Tom Rini authored
Reviewed-by:
Joe Hershberger <joe.hershberger@ni.com> Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Stefan Roese authored
This defconfig uses the PCIe x4 binary blobs from the congatec BIOS. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
Stefan Roese authored
- Disable debug UART - Enable more partition support Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
Stefan Roese authored
- Enable ACPI resume support - Disable debug UART - Enable Spansion and Winbond SPI flash support - Move VGA BIOS binary address to enable bigger U-Boot images Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
Stefan Roese authored
This patch adds the common header include file theadorable-x86-common.h for the theadorable-x86 targets to define all common options and the default environment. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
Stefan Roese authored
This patch adds the infrastructure to define different config headers with different configurations and default environment for the baseboards that can now be selected via Kconfig. The new configuration for the theadorable-x86-conga-qa3-e3845 is also added. Also the new defconfig file for this new target is added. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
Stefan Roese authored
This patch adds the infrastructure to define different config headers with different configurations and default environment for the baseboards that can now be selected via Kconfig. The new configuration for the theadorable-x86-dfi-bt700 is also added. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
-
Bin Meng authored
When CONFIG_EFI_PARTITION is not set, the following build error is seen in arch/x86/lib/acpi_s3.c: error: expected declaration specifiers or '...' before '*' token static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void*)WAKEUP_BASE; This is actually caused by missing asmlinkage declaration, but with CONFIG_EFI_PARTITION on, the declaration comes from part.h which is included from common.h. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Stefan Roese <sr@denx.de>
-
Marek Vasut authored
This is defined twice in the same file, with the same value, likely because of some patch merge issue. Pick the uglier one and nuke it. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Tom Rini <trini@konsulko.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Marek Behún authored
The I2C reading in the PEX vs SATA detection code often fails on the first 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>
-
Bin Meng authored
Neither new design uses ISA bus, nor does any U-Boot codes use these codes. Remove them. Signed-off-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Aug 07, 2017
-
-
git://git.denx.de/u-boot-netTom Rini authored
-
Alexandru Gagniuc authored
Signed-off-by:
Alexandru Gagniuc <alex.g@adaptrum.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Alexandru Gagniuc authored
Signed-off-by:
Alexandru Gagniuc <alex.g@adaptrum.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Sebastien Bourdelin authored
The environment variable "disable_giga" can now be used to disable 1000baseTx on the Micrel's KSZ9031. Signed-off-by:
Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Denis Pynkin authored
PXE boot is broken with GCC 7.1 due option '-fstore-merging' enabled by default for '-O2': BOOTP broadcast 1 data abort pc : [<8ff8bb30>] lr : [<00004f1f>] reloc pc : [<17832b30>] lr : [<878abf1f>] sp : 8f558bc0 ip : 00000000 fp : 8ffef5a4 r10: 8ffed248 r9 : 8f558ee0 r8 : 8ffef594 r7 : 0000000e r6 : 8ffed700 r5 : 00000000 r4 : 8ffed74e r3 : 00060101 r2 : 8ffed230 r1 : 8ffed706 r0 : 00000ddd Flags: nzcv IRQs off FIQs off Mode SVC_32 Resetting CPU ... Core reason is usage of structures for network headers without packed attribute. Reviewed-by:
Yauheni Kaliuta <yauheni.kaliuta@redhat.com> Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Holger Dengler authored
Add missing "defined" statement to fix the compile failures. Signed-off-by:
Holger Dengler <dengler@linutronix.de> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Arun Parameswaran authored
Added the AFE (Analog Front End) settings for stability to the Broadcom Cygnus phy. This improves the time take to perform auto negotiation. Signed-off-by:
Arun Parameswaran <arun.parameswaran@broadcom.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Suji Velupillai authored
move to Kconfig: CONFIG_BCM_SF2_ETH CONFIG_BCM_SF2_ETH_DEFAULT_PORT CONFIG_BCM_SF2_ETH_GMAC Also modified defconfigs of all platforms that use these configs. Signed-off-by:
Suji Velupillai <suji.velupillai@broadcom.com> Tested-by:
Suji Velupillai <suji.velupillai@broadcom.com> Reviewed-by:
JD Zheng <jiandong.zheng@broadcom.com> Reviewed-by:
Scott Branden <scott.branden@broadcom.com> Signed-off-by:
Steve Rae <steve.rae@raedomain.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Alexandru Gagniuc authored
The correct option is PHY_MICREL_KSZ90X1, but some configs still select the 9021 and 9031 options, which are deprecated. Signed-off-by:
Alexandru Gagniuc <alex.g@adaptrum.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Alexandru Gagniuc authored
There should be no longer be any ksz9000 users that pick up the PHY driver from ksz8xxx, so remove ksz9000 remnants from there. Signed-off-by:
Alexandru Gagniuc <alex.g@adaptrum.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-