> -Original Message-
> From: Joe Hershberger [mailto:joe.hershber...@gmail.com]
> Sent: Monday, August 17, 2015 5:38 PM
> To: Sun York-R58495
> Cc: Ciubotariu Codrin Constantin-B43658; u-boot@lists.denx.de;
> joe.hershber...@ni.com
> Subject: Re: [U-Boot] [PATCH v3 11/16] net/eth.c: Add f
Hi Josh,
sorry for the late reply!
On 06/17/2015 12:56 PM, Josh Wu wrote:
> Then we can use this ek_name variable to load corresponding dtb file in
> mmc boot.
I appreciate this change. I wonder however why not use the
CONFIG_ENV_VARS_UBOOT_CONFIG + CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and
the c
On Wed 2015-08-19 00:54:50, Chin Liang See wrote:
> Enable SDMMC calibration to determine the best setting for
> drvsel and smpsel. It will be triggered whenever there is
> a change of card frequency and bus width. This is to ensure
> reliable transmission between the controller and the card.
>
>
On 08/19/2015 06:35 AM, Simon Glass wrote:
> This code is no-longer used. Drop it.
>
> Signed-off-by: Simon Glass
Acked-by: Andreas Bießmann
> ---
>
> Changes in v2: None
>
> arch/arm/include/asm/u-boot.h | 19 --
> arch/arm/lib/Makefile | 3 -
> arch/arm/lib/board.c | 6
On 19 August 2015 at 04:28, Marek Vasut wrote:
> On Wednesday, August 19, 2015 at 12:36:40 AM, Jagan Teki wrote:
>> On 19 August 2015 at 03:33, Marek Vasut wrote:
>> > On Monday, August 17, 2015 at 12:32:54 PM, Jagan Teki wrote:
>> >> This patch adds flag status register reading support to
>> >>
On Wednesday, August 19, 2015 at 09:35:32 AM, Jagan Teki wrote:
> On 19 August 2015 at 04:28, Marek Vasut wrote:
> > On Wednesday, August 19, 2015 at 12:36:40 AM, Jagan Teki wrote:
> >> On 19 August 2015 at 03:33, Marek Vasut wrote:
> >> > On Monday, August 17, 2015 at 12:32:54 PM, Jagan Teki wro
On Wednesday, August 19, 2015 at 07:55:14 AM, Chin Liang See wrote:
> Remove hard-coded SDMMC timing parameter drvsel and smplsel.
> This setting now will come from SDMMC calibration
>
> Signed-off-by: Chin Liang See
> Cc: Dinh Nguyen
> Cc: Pavel Machek
> Cc: Marek Vasut
> Cc: Wolfgang Denk
>
On Wednesday, August 19, 2015 at 09:26:55 AM, Pavel Machek wrote:
> On Wed 2015-08-19 00:54:50, Chin Liang See wrote:
> > Enable SDMMC calibration to determine the best setting for
> > drvsel and smpsel. It will be triggered whenever there is
> > a change of card frequency and bus width. This is to
On Wednesday, August 19, 2015 at 07:54:50 AM, Chin Liang See wrote:
> Enable SDMMC calibration to determine the best setting for
> drvsel and smpsel. It will be triggered whenever there is
> a change of card frequency and bus width. This is to ensure
> reliable transmission between the controller a
Hi Josh,
On 07/07/2015 01:08 PM, Josh Wu wrote:
> As almost all sama5 sd/mmc env configurations are same, so move them to
> at91-sama5_common.h.
>
> Also we define a KERNEL_DTB_FILE_NAME as dtb file name for different
> board.
I don't like this new variable. At least we need some documentation i
Discard MX6UL from CONFIG_SYS_EXTRA_OPTIONS, since we default
select MX6UL for mx6ul_14x14_evk board.
Signed-off-by: Peng Fan
Cc: Stefano Babic
Cc: Fabio Estevam
---
configs/mx6ul_14x14_evk_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/mx6ul_14x14_evk_de
To i.MX6UL, SYS_L2CACHE_OFF is selected, but there is no Kconfig entry
for SYS_L2CACHE_OFF. Then "select SYS_L2CACHE_OFF" does not effect for
i.MX6UL, which is not expected.
Since SYS_L2CACHE_OFF is mainly used by ARM architecture, add it to
arch/arm/Kconfig.
Signed-off-by: Peng Fan
Cc: Albert A
There is no need to expose SoC choice to user, we already got
the SoC according to the build target. So default "select MX6UL"
for MX6UL_14x14_EVK target.
Signed-off-by: Peng Fan
Cc: Stefano Babic
Cc: Fabio Estevam
---
Hi Stefano,
>From my side, I think we need to select MX6x for other TARGET
Hi, Andreas
On 8/19/2015 3:40 PM, Andreas Bießmann wrote:
Hi Josh,
On 07/07/2015 01:08 PM, Josh Wu wrote:
As almost all sama5 sd/mmc env configurations are same, so move them to
at91-sama5_common.h.
Also we define a KERNEL_DTB_FILE_NAME as dtb file name for different
board.
I don't like this
On 19 August 2015 at 13:09, Marek Vasut wrote:
> On Wednesday, August 19, 2015 at 09:35:32 AM, Jagan Teki wrote:
>> On 19 August 2015 at 04:28, Marek Vasut wrote:
>> > On Wednesday, August 19, 2015 at 12:36:40 AM, Jagan Teki wrote:
>> >> On 19 August 2015 at 03:33, Marek Vasut wrote:
>> >> > On
Changes from v1:
Added reviewed-by.
This patch series is split from [1] to contain only the usb
host/gadget fixes.
[1] -> http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/229188
Kishon Vijay Abraham I (3):
usb: gadget: ether: Perform board initialization from ethernet gadget
drive
Ethernet gadget driver can be used both by both SPL and u-boot. Since
usb_eth_init() is the entry point for ethernet gadget driver, perform
board initialization there. Also perform the cleanup in usb_eth_halt.
Signed-off-by: Kishon Vijay Abraham I
Acked-by: Marek Vasut
Reviewed-by: Tom Rini
Rev
populate _reset_ callback to the USB ethernet gadget since UDC core
expects every gadget driver to have the reset callback. This shouldn't
be needed once the ethernet gadget driver is adapted to use the
composite driver.
Signed-off-by: Kishon Vijay Abraham I
Reviewed-by: Tom Rini
Reviewed-by: Lu
xhci omap driver has board_usb_init in xhci_hcd_init but doesn't have
the corresponding cleanup function in xhci_hcd_stop.
Fix it here by invoking board_usb_cleanup() in xhci_hcd_stop().
Signed-off-by: Kishon Vijay Abraham I
Acked-by: Marek Vasut
Reviewed-by: Tom Rini
Reviewed-by: Lukasz Majew
Hi,
On Wed, 2015-08-19 at 02:41 +, ma...@denx.de wrote:
> On Wednesday, August 19, 2015 at 07:54:50 AM, Chin Liang See wrote:
> > Enable SDMMC calibration to determine the best setting for
> > drvsel and smpsel. It will be triggered whenever there is
> > a change of card frequency and bus widt
Hi,
On Wed, 2015-08-19 at 09:37 +0200, ma...@denx.de wrote:
> On Wednesday, August 19, 2015 at 07:55:14 AM, Chin Liang See wrote:
> > Remove hard-coded SDMMC timing parameter drvsel and smplsel.
> > This setting now will come from SDMMC calibration
> >
> > Signed-off-by: Chin Liang See
> > Cc: D
This fixes following genboardscfg.py warning:
---8<---
WARNING: no status for 'at91sam9rlek_mmc'
WARNING: no maintainers for 'at91sam9rlek_mmc'
--->8---
Signed-off-by: Andreas Bießmann
---
board/atmel/at91sam9rlek/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/atmel/at91
This fixes the following genboardscfg.py warnings:
---8<---
WARNING: no status for 'at91sam9g20ek_2mmc'
WARNING: no maintainers for 'at91sam9g20ek_2mmc'
--->8---
Signed-off-by: Andreas Bießmann
---
board/atmel/at91sam9260ek/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/
Hi,
On Wed, 2015-08-19 at 09:26 +0200, ZY - pavel wrote:
> On Wed 2015-08-19 00:54:50, Chin Liang See wrote:
> > Enable SDMMC calibration to determine the best setting for
> > drvsel and smpsel. It will be triggered whenever there is
> > a change of card frequency and bus width. This is to ensure
Implemented board_usb_init(), board_usb_cleanup() and
usb_gadget_handle_interrupts() in omap5 board file that
can be invoked by various gadget drivers.
Signed-off-by: Kishon Vijay Abraham I
---
arch/arm/include/asm/arch-omap5/omap.h |6 +++
board/ti/omap5_uevm/evm.c | 75 +
Enabled configs for dwc3, dwc3-omap and PHY for dwc3 in
ti_omap5_common. Also enabled support for DFU.
Since ti_omap5_common is used by dra7 too, removed these configs
from dra7xx_evm config file.
Signed-off-by: Kishon Vijay Abraham I
---
include/configs/dra7xx_evm.h | 63 ---
Implemented board_usb_init(), board_usb_cleanup() and
usb_gadget_handle_interrupts() in beagle_x15 board file that
can be invoked by various gadget drivers.
Signed-off-by: Kishon Vijay Abraham I
---
arch/arm/include/asm/arch-omap5/omap.h |2 +-
board/ti/beagle_x15/board.c| 111 +
Add dwc3 peripheral support for omap5 and beagle x15 and enable DFU for these
platforms.
This patch series is split from [1] to contain only adding peripheral
support for omap5 and beagle x15.
[1] -> http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/229188
Kishon Vijay Abraham I (3):
b
Him
On Wed, 2015-08-19 at 09:34 +0200, ma...@denx.de wrote:
> On Wednesday, August 19, 2015 at 09:26:55 AM, Pavel Machek wrote:
> > On Wed 2015-08-19 00:54:50, Chin Liang See wrote:
> > > Enable SDMMC calibration to determine the best setting for
> > > drvsel and smpsel. It will be triggered whene
Hi Tom,
please pull these changes to your tree. There are 3 warnings.
One zynq_zc70x which will be removed in the next release.
The second is gem for 64bit warnings. And the third one by DCW3 the same
as GEM.
Thanks,
Michal
The following changes since commit 0f9258228e2b2070368ffccf5c2432181287
invoke enable_usb_clocks during board_usb_init and disable_usb_clocks
during board_usb_exit to enable and disable clocks respectively.
Signed-off-by: Kishon Vijay Abraham I
Reviewed-by: Tom Rini
---
board/ti/am43xx/board.c |2 ++
board/ti/beagle_x15/board.c |4
board/ti/dra7xx/
Patch series adds APIs to enable/disable USB clocks and then uses
these APIs to enable clocks when dwc3 is used and disable clocks
when it is inactive.
Changes from v1:
*) Rebased to latest u-boot
*) removed #ifdef's in header files
This patch series is split from [1] to contain only enabling and
Added functions to enable and disable USB clocks which can be invoked
during USB init and USB exit respectively.
Cc: Roger Quadros
Cc: Tero Kristo
Cc: Nishanth Menon
Signed-off-by: Kishon Vijay Abraham I
---
arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 70 ++
arch/
Added functions to enable and disable USB clocks which can be invoked
during USB init and USB exit respectively.
Cc: Roger Quadros
Cc: Tero Kristo
Cc: Nishanth Menon
Signed-off-by: Kishon Vijay Abraham I
---
arch/arm/cpu/armv7/omap5/hw_data.c | 97
arch
Now that we have separate function to enable USB clocks, remove
enabling USB clocks from enable_basic_clocks(). Now board_usb_init()
should take care to invoke enable_usb_clocks() for enabling
USB clocks.
Signed-off-by: Kishon Vijay Abraham I
---
arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 12 -
As almost all sama5 sd/mmc env configurations are same, so move them to
at91-sama5_common.h.
Also define CONFIG_ENV_VARS_UBOOT_CONFIG to have the varaible: $board_name.
Then we can use 'at91-${board_name}.dtb' as the dtb name.
TODO: since sama5d3xek has different dtb name, we need to some extra
s
As all sama5 nandflash env configurations are same, so move them to
at91-sama5_common.h.
Signed-off-by: Josh Wu
---
Changes in v2: None
include/configs/at91-sama5_common.h | 12
include/configs/sama5d3_xplained.h | 9 +
include/configs/sama5d3xek.h| 9 +
From: "Wu, Josh"
Also move the spi flash configurations to the at91-sama5_common.h.
Current at91 zImage size is about 3.3M, the old mapping is not
suitable. So update the spi flash map as following:
0x0 ~ 0x004000: at91bootstrap(16k)
0x04000 ~ 0x008000: u-boot env(16k)
Since sama5d3xek boards has different type of dtb blobs, so we need to detect
the cpu type in runtime.
So we add a new variable $dtb_name. if $dtb_name is not defined, we just use
at91-${board_name}.dtb
as the $dtb_name. Otherwise, we will just load the dtb with
$dtb_name.
For sa
Hi,
On 18-08-15 14:45, Simon Glass wrote:
Hi Hans,
On 18 August 2015 at 03:23, Hans de Goede wrote:
Hi,
On 18-08-15 03:59, Simon Glass wrote:
Hi Hans,
On 17 August 2015 at 10:08, Hans de Goede wrote:
Before this patch malloc_simple would always allocate a chunk of RAM from
the stack.
From: Mirza Krak
Add the device tree node for the SPI controllers found on Tegra20 SOCs.
Signed-off-by: Mirza Krak
---
Changes in v2:
* Dropped tegra30-slink compatible string, based on comment from Thierry Reding
on v1 patch
Changes in v3:
* Copy/paste spi device nodes from Linux (4.1.6)
D
All arm boards should have been converted to generic board by now. It is
time to either remove the non-generic boards, or force-convert them to
generic board.
This series takes the latter approach, which may break a few boards, but
most should be OK.
Generic board is enabled for the following ARM
All boards should be converted to generic board by now. Change the rest
over. If this causes run-time breakages then we can remove those boards.
Signed-off-by: Simon Glass
---
Changes in v2:
- Drop changes to digsy_mtc and xilinx-ppc
- Add changes to smartweb and sniper
arch/Kconfig
On Tuesday, August 18, 2015 at 07:53:23 PM, Tom Rini wrote:
> On Wed, Aug 12, 2015 at 07:31:55AM +0900, Masahiro Yamada wrote:
> > We have flipped CONFIG_SPL_DISABLE_OF_CONTROL. We have cleansing
> > devices, $(SPL_) and CONFIG_IS_ENABLED(), so we are ready to clear
> >
> > away the ugly logic in
Verified 1G and 10G, the patch is working on all tested platforms: B4860QDS,
P2041RDB, P3041DS, P4080DS, P5020DS, P5040DS, T1024RDB, T1040RDB, T2080RDB,
T4240QDS.
Tested-by: Xing Lei mailto:xing@freescale.com>>
___
U-Boot mailing list
U-Boot@lis
Hi Marek,
the last sed line is invalid for my GNU sed 4.2.2.
Maybe missed a semicolon?
sed -n '/^unsigned/ !b; :next {/^unsigned/ {s/\[.*\]/[]/;s/unsigned long/const
u8/};p;n;b next}' \
# ^here
Best regards,
*Jian Luo
DC-IA/EAH2*
Tel. +4
On Wed, Aug 19, 2015 at 06:39:29AM +0200, Marek Vasut wrote:
> On Tuesday, August 18, 2015 at 07:53:23 PM, Tom Rini wrote:
> > On Wed, Aug 12, 2015 at 07:31:55AM +0900, Masahiro Yamada wrote:
> > > We have flipped CONFIG_SPL_DISABLE_OF_CONTROL. We have cleansing
> > > devices, $(SPL_) and CONFIG_I
Hello Jagannadha and Siva,
Do you have any idea for if there should be a shift upon the flash size?
If yes, why there isn't one when initializing the BAR read/write commands?
> -Original Message-
> From: Hou Zhiqiang-B48286
> Sent: 2015年8月14日 18:02
> To: 'Siva Durga Prasad Paladugu'; u-bo
Regards,
Prabhakar
> -Original Message-
> From: Tang Yuantian-B29983
> Sent: Wednesday, August 19, 2015 10:17 AM
> To: Kushwaha Prabhakar-B32579; Sun York-R58495
> Cc: u-boot@lists.denx.de; Wang Huan-B18965
> Subject: RE: [PATCH v2] arm/ls1021a: Add sata support on qds and twr board
>
>
Hi Joe,
On 18 August 2015 at 23:01, Joe Hershberger wrote:
> Hi Simon,
>
> On Tue, Aug 18, 2015 at 11:38 PM, Simon Glass wrote:
>> Add Kconfig options in preparation for moving boards to use Kconfig.
>>
>> Signed-off-by: Simon Glass
>
> Acked-by: Joe Hershberger
>
> I think that's all of it, r
> -Original Message-
> From: Vladimir Zapolskiy [mailto:v...@mleia.com]
> Sent: 14-Aug-15 11:58 AM
> To: slemieux.t...@gmail.com; u-boot@lists.denx.de
> Cc: scottw...@freescale.com; ma...@denx.de; albert.u.b...@aribaud.net;
> LEMIEUX, SYLVAIN; Tom Rini
> Subject: Re: [PATCH v7 2/5] nand:
On Sat, Aug 15, 2015 at 10:02:34PM +0200, Hans de Goede wrote:
> CONFIG_SPL_NAND_SUPPORT gets used via IS_ENABLED so it must be defined
> to 1, rather then just being defined.
>
> While at remove 2 other unused NAND related defines from sunxi-common.h.
>
> Signed-off-by: Hans de Goede
> ---
> i
On Wed, Jul 29, 2015 at 02:16:33PM -0600, Stephen Warren wrote:
> From: Stephen Warren
>
> Signed-off-by: Stephen Warren
> ---
> v2: Use named constants for PMIC I2C and register addresses.
> ---
> arch/arm/dts/Makefile | 1 +
> arch/arm/dts/tegra210-p2371-.dt
On Sat, Aug 15, 2015 at 10:02:40PM +0200, Hans de Goede wrote:
> Turn off the nand and dma clocks when we're done with the nand, this
> puts the nand and dma controllers back into a clean state for when the
> kernel boots.
>
> Without this the kernel will not boot properly when it is build with
>
On Sun, Aug 16, 2015 at 4:37 AM, Simon Glass wrote:
> Since U-Boot and its device tree can grow we should check that it does not
> overlap the regions above it. Track the ROM offset that U-Boot reaches and
> check that other regions (written after U-Boot) do not interfere.
>
> Signed-off-by: Simon
On Sun, Aug 16, 2015 at 4:37 AM, Simon Glass wrote:
> When ifdtool collates the microcode into one place it effectively creates
> a copy of the 'data' properties in the device tree microcode nodes. This
> is wasteful since we now have two copies of the microcode in the ROM.
>
> To avoid this, remo
On Sun, Aug 16, 2015 at 4:37 AM, Simon Glass wrote:
> The code to set up the microcode pointer in the ROM shares almost nothing
> with the write_uboot() function.
>
> Move it into its own function so it will be easier to extend.
>
> Signed-off-by: Simon Glass
> ---
>
Reviewed-by: Bin Meng
Teste
On Sun, Aug 16, 2015 at 4:37 AM, Simon Glass wrote:
> The Intel Firmware Support Package (FSP) requires that microcode be provided
> very early before the device tree can be scanned. We already support adding
> a pointer to the microcode data in a place where early init code can access.
>
> Howeve
On Tue, Aug 18, 2015 at 6:47 AM, Igal.Liberman
wrote:
> From: Igal Liberman
>
> Recently the FMan Port and MAC compatibles were changed.
> This patch aligns the FMan Port and MAC compatibles
> to the new FMan device tree binding document.
> The FMan device tree binding document can be found in t
We cannot currently include any header files in the C files since common.h
needs to be included first, and it is in the header file. Move it.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
Acked-by: Joe Hershberger
Tested-by: Marcel Ziswiler
Tested-on: Apalis T30 2GB on Apalis Evaluation Boa
Since struct eth_device does not exist with CONFIG_DM_ETH defined, avoid
using it in the driver unless necessary. Most of the time it is better to
pass the private driver pointer anyway.
Also refactor the code so that code that the driver model implementation
will share are available in functions
Update this driver to support driver model.
Signed-off-by: Simon Glass
Acked-by: Joe Hershberger
Tested-by: Marcel Ziswiler
Tested-on: Apalis T30 2GB on Apalis Evaluation Board
---
Changes in v7:
- Remove 'B' from the top of e1000.c
Changes in v6: None
Changes in v5:
- Correct compatible stri
On 18 August 2015 14:44:01 CEST, Simon Glass wrote:
>No I think you misunderstand. Another way of explaining this is
>sorting fruit and animals:
>
>apple
>grapefruit
>orange
>elephant
>lion
>zebra
>
>We don't want to mix up the fruit and animals, so each has its own
>position in the table.We ca
To solve the problem of not finding the linker - I had to set the
CROSS_COMPILE
environment variable using these bash commands.
> CROSS_COMPILE=nios2-elf-
> export CROSS_COMPILE
Running make - the build completed with no errors.
THIS WAS fully documented in the README file starting at line 4929.
Several files are out of order. This means that when the moveconfig tool
moves CONFIG options to Kconfig it generates a large diff. To avoid this,
reorder the files first.
Signed-off-by: Simon Glass
---
Changes in v7:
- Tidy up socfpga options
- Rebase to master
Changes in v6: None
Changes in v
From: Marcus Cooper
---
arch/arm/dts/Makefile| 1 +
arch/arm/dts/sun7i-a20-olinuxino-evb.dts | 233 +++
board/sunxi/MAINTAINERS | 5 +
configs/A20-OLinuXino-EVB_defconfig | 17 +++
4 files changed, 256 insertions(+)
crea
Move config for the E1000 Ethernet driver to Kconfig and tidy up affected
boards.
Signed-off-by: Simon Glass
Acked-by: Joe Hershberger
---
Changes in v7:
- Tidy up UCP1020_defconfig merge conflict
Changes in v6: None
Changes in v5: None
Changes in v4:
- Rebase to master
Changes in v3:
- Add C
This little series updates the e1000 Ethernet driver to support driver
model. It also moves the configuration to Kconfig and adjusts all boards
using Masahiro's excellent moveconfig tool.
To avoid a large patch which mixes irrelevant changes this series includes a
patch to reorder the defconfig fi
Add Kconfig options in preparation for moving boards to use Kconfig.
Signed-off-by: Simon Glass
Acked-by: Joe Hershberger
---
Changes in v7: None
Changes in v6:
- Drop CONFIG_E1000_FALLBACK_MAC option from README
Changes in v5: None
Changes in v4: None
Changes in v3:
- Drop CONFIG_E1000_FALLBA
On 08/19/2015 07:56 AM, Thierry Reding wrote:
On Wed, Jul 29, 2015 at 02:16:33PM -0600, Stephen Warren wrote:
From: Stephen Warren
Signed-off-by: Stephen Warren
---
v2: Use named constants for PMIC I2C and register addresses.
---
arch/arm/dts/Makefile | 1 +
Hi Marcel,
On 19 August 2015 at 10:00, Marcel Ziswiler wrote:
>
>
>
> On 18 August 2015 14:44:01 CEST, Simon Glass wrote:
>
> >No I think you misunderstand. Another way of explaining this is
> >sorting fruit and animals:
> >
> >apple
> >grapefruit
> >orange
> >elephant
> >lion
> >zebra
> >
> >We
From: Govindraj Raja
usb stack utilizes the clr/set_bits macros
also usb stack needs phy_to_bus/bus_to_phys functions.
Thus adding these macro and functions for mips platform.
This makes usb stack usable with mips platform.
Also fixes a checkpatch warning with virt_to_phys
forward declaration.
Patch prepares to support usb stack compiled for mips platform.
Also fix fdt usage api's from bootm.
Govindraj Raja (2):
MIPS: add clrbits and setbits and add phy_to_bus support.
MIPS: fix syntax for fdt_chosen/initrd.
arch/mips/include/asm/io.h | 71 +
From: Govindraj Raja
The syntax for the fdt_chosen/initrd
functions seem to deprecated in usage
from MIPS bootm implementation.
Third parameter is no more used in these api's
Refer to : include/fdt_support.h
Signed-off-by: Govindraj Raja
---
arch/mips/lib/bootm.c | 4 ++--
1 file changed, 2 i
On Wednesday, August 19, 2015 at 10:22:21 AM, Chin Liang See wrote:
> Hi,
Hi,
> On Wed, 2015-08-19 at 09:37 +0200, ma...@denx.de wrote:
> > On Wednesday, August 19, 2015 at 07:55:14 AM, Chin Liang See wrote:
> > > Remove hard-coded SDMMC timing parameter drvsel and smplsel.
> > > This setting now
I just bumped into a problem where U-Boot refused to boot from my disk's
second partition because the sector number is "negative".
More specifically, my disk drive is 2TB, which means that the number of
512B blocks fits into an unsigned 32bit int but not into a signed 32bit
int. U-boot's "scsi par
On Wednesday, August 19, 2015 at 10:21:17 AM, Chin Liang See wrote:
> Hi,
Hi again,
> On Wed, 2015-08-19 at 02:41 +, ma...@denx.de wrote:
> > On Wednesday, August 19, 2015 at 07:54:50 AM, Chin Liang See wrote:
> > > Enable SDMMC calibration to determine the best setting for
> > > drvsel and s
On Wednesday, August 19, 2015 at 10:17:59 AM, Jagan Teki wrote:
> On 19 August 2015 at 13:09, Marek Vasut wrote:
> > On Wednesday, August 19, 2015 at 09:35:32 AM, Jagan Teki wrote:
> >> On 19 August 2015 at 04:28, Marek Vasut wrote:
> >> > On Wednesday, August 19, 2015 at 12:36:40 AM, Jagan Teki
On Wednesday, August 19, 2015 at 12:14:21 PM, Jian.Luo4 wrote:
> Hi Marek,
Hi,
> the last sed line is invalid for my GNU sed 4.2.2.
> Maybe missed a semicolon?
>
> sed -n '/^unsigned/ !b; :next {/^unsigned/ {s/\[.*\]/[]/;s/unsigned
> long/const u8/};p;n;b next}' \ #
Repair the maintainer entries so they match the current state of code.
Signed-off-by: Marek Vasut
---
board/altera/arria5-socdk/MAINTAINERS | 11 +++
board/altera/cyclone5-socdk/MAINTAINERS | 2 +-
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/board/altera/arria5-socd
On Wednesday, August 19, 2015 at 10:19:45 AM, Kishon Vijay Abraham I wrote:
> Changes from v1:
> Added reviewed-by.
>
> This patch series is split from [1] to contain only the usb
> host/gadget fixes.
>
> [1] -> http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/229188
Applied all three t
On Wednesday, August 12, 2015 at 10:19:14 PM, Marek Vasut wrote:
> Add the Synopsys compatible string. This is used in SoCFPGA DT files.
>
> Signed-off-by: Marek Vasut
Applied both, thanks.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@list
The following changes since commit 0f9258228e2b2070368ffccf5c243218128770a8:
of: clean up OF_CONTROL ifdef conditionals (2015-08-18 13:46:05 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git HEAD
for you to fetch changes up to 7a1386f96bca550240670fa3461d3a0dc0
On Wednesday, August 19, 2015 at 10:29:18 PM, Marek Vasut wrote:
> Repair the maintainer entries so they match the current state of code.
>
> Signed-off-by: Marek Vasut
> ---
Michal, thanks for poking me about this, fixed.
Can you tell me how did you set up and use buildman to find this
one out
On 08/19/2015 11:41 AM, Stephen Warren wrote:
On 08/19/2015 07:56 AM, Thierry Reding wrote:
On Wed, Jul 29, 2015 at 02:16:33PM -0600, Stephen Warren wrote:
From: Stephen Warren
Signed-off-by: Stephen Warren
---
v2: Use named constants for PMIC I2C and register addresses.
---
arch/arm/dts/M
From: Stephen Warren
While T210 boards all have 38.4MHz crystals, per the TRM, the only
supported configuration is to divide the crystal frequency by 2 to
generate clk_m, which is what feeds the ARM generic timers amongst other
things. Fix the value of COUNTER_FREQUENCY to reflect this divide-by-
The SoCFPGA probes mostly from OF and the OF is mandatory both in
U-Boot itself and U-Boot SPL. Enable it by default.
Signed-off-by: Marek Vasut
---
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a99ae28..1f5dafa 100644
--- a/arch
The CONFIG_OF_CONTROL and CONFIG_SPL_OF_CONTROL is always enabled
on Altera SoCFPGA, remove the unnecessary checks.
Signed-off-by: Marek Vasut
---
include/configs/socfpga_common.h | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/include/configs/socfpga_common.h b/includ
On Tue, Aug 18, 2015 at 01:55:48PM -0400, Tom Rini wrote:
> On Wed, Aug 05, 2015 at 01:45:45AM +0200, Stefan Roese wrote:
> > On 04.08.2015 20:26, Scott Wood wrote:
> > >On Tue, 2015-08-04 at 14:39 +0200, Stefan Roese wrote:
> > >>>I've used these patches while porting the pxa3xx_nand driver for th
On Wednesday, August 12, 2015 at 10:43:26 PM, Marek Vasut wrote:
> Rework the driver to probe the MMC controller from Device Tree
> and make it mandatory. There is no longer support for probing
> from the ancient qts-generated header files.
>
> Signed-off-by: Marek Vasut
> Cc: Dinh Nguyen
> Cc:
Plumbers :)
Στάλθηκε από το iPhone μου
19 Αυγ 2015, 14:58, ο/η Marek Vasut έγραψε:
>> On Wednesday, August 12, 2015 at 10:43:26 PM, Marek Vasut wrote:
>> Rework the driver to probe the MMC controller from Device Tree
>> and make it mandatory. There is no longer support for probing
>> from the a
On Thursday, August 20, 2015 at 12:55:41 AM, Pantelis Antoniou wrote:
> Plumbers :)
Right, your office assistant already mentioned this ;-)
> Στάλθηκε από το iPhone μου
>
> 19 Αυγ 2015, 14:58, ο/η Marek Vasut έγραψε:
> >> On Wednesday, August 12, 2015 at 10:43:26 PM, Marek Vasut wrote:
> >> Rew
From: Stephen Warren
AFAIK, for all PLLs on all Tegra SoCs, the primary PLL output frequency
is (input * m) / (n * p). However, PLLP's primary output (pllP_out0) on
T210 is the VCO output, and divp is not applied. pllP_out2 does have divp
applied. All other pllP_outN are divided down from pllP_ou
On 08/19/2015 11:41 AM, Stephen Warren wrote:
On 08/19/2015 07:56 AM, Thierry Reding wrote:
On Wed, Jul 29, 2015 at 02:16:33PM -0600, Stephen Warren wrote:
From: Stephen Warren
Signed-off-by: Stephen Warren
---
v2: Use named constants for PMIC I2C and register addresses.
---
arch/arm/dts/M
On Wednesday, August 19, 2015 at 10:30:17 AM, Chin Liang See wrote:
> Him
Her
> On Wed, 2015-08-19 at 09:34 +0200, ma...@denx.de wrote:
> > On Wednesday, August 19, 2015 at 09:26:55 AM, Pavel Machek wrote:
> > > On Wed 2015-08-19 00:54:50, Chin Liang See wrote:
> > > > Enable SDMMC calibration to
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
Acked-by: Heiko Schocher
Acked-by: Marek Vasut
---
Changes in v2:
- Use lower cases for the board name
arch/arm/mach-davinci/Kconfig|5
> -Original Message-
> From: Kushwaha Prabhakar-B32579
> Sent: Wednesday, August 19, 2015 8:54 PM
> To: Tang Yuantian-B29983; Sun York-R58495
> Cc: u-boot@lists.denx.de; Wang Huan-B18965
> Subject: RE: [PATCH v2] arm/ls1021a: Add sata support on qds and twr board
>
>
>
> Regards,
> Pra
> -Original Message-
> From: Tang Yuantian-B29983
> Sent: Thursday, August 20, 2015 6:52 AM
> To: Kushwaha Prabhakar-B32579 ; Sun York-
> R58495
> Cc: u-boot@lists.denx.de; Wang Huan-B18965
> Subject: RE: [PATCH v2] arm/ls1021a: Add sata support on qds and twr board
>
>
>
> > -Orig
> -Original Message-
> From: Kushwaha Prabhakar-B32579
> Sent: Thursday, August 20, 2015 9:33 AM
> To: Tang Yuantian-B29983; Sun York-R58495
> Cc: u-boot@lists.denx.de; Wang Huan-B18965
> Subject: RE: [PATCH v2] arm/ls1021a: Add sata support on qds and twr board
>
> > -Original Messa
Hi Marek,
On Wed, 2015-08-19 at 03:22 -0500, Chin Liang See wrote:
> Hi,
>
> On Wed, 2015-08-19 at 09:37 +0200, ma...@denx.de wrote:
> > On Wednesday, August 19, 2015 at 07:55:14 AM, Chin Liang See wrote:
> > > Remove hard-coded SDMMC timing parameter drvsel and smplsel.
> > > This setting now wi
1 - 100 of 113 matches
Mail list logo