Hello Minkyu,
On 01/02/2014 07:35 AM, Minkyu Kang wrote:
On 19/12/13 03:31, Przemyslaw Marczak wrote:
This change avoids unexpected unaligned access.
more info: README.arm-unaligned-accesses
Signed-off-by: Przemyslaw Marczak
cc: Lukasz Majewski
---
Changes v2:
- new patch
---
board/samsu
Hello Minkyu,
On 01/02/2014 07:37 AM, Minkyu Kang wrote:
On 19/12/13 03:31, Przemyslaw Marczak wrote:
Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r()
in common file::
- board/samsung/common/misc.c
I can't understand this commit message.
What means?
I mean that implementa
From: Inderpal Singh
The controller has 3 ports. The port0 is for USB 2.0 Phy, port1 and port2
are for HSIC phys. The usb 2.0 phy is already being setup. This patch
sets up the hsic phys.
Signed-off-by: Inderpal Singh
---
arch/arm/include/asm/arch-exynos/ehci.h | 14 +++
drivers/usb/
Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
controller, connected to HSIC Phy of USB host controller via USB3503 hub.
This patch implements a board specific board_usb_init function in ehci driver
to perform reset sequence for USB3503 hub and enables the relevant config
Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
controller, connected to HSIC Phy of USB host controller via USB3503 hub.
This patchset adds support for this usb ethernet controllor.
Changes in v2:
- removed setting preboot environment in patch 2
Inderpal Singh (
Hello,
Does U-Boot support interrupt handling for ARM processors? If it is not
supporting can I add it on my own?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 26/12/2013 17:51, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Since ROM may modify the LDO ramp up time according to fuse setting,
> it is safer to reset the ramp up field to its default value of 00:
>
> 00: 64 cycles of 24MHz clock;
> 01: 128 cycles of 24MHz clock;
> 02: 256 cycles of 24M
Hi Fabio,
On 26/12/2013 17:51, Fabio Estevam wrote:
> From: Fabio Estevam
>
> set_vddsoc() is not used anywhere else, so make it static.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
===
On 23/12/2013 16:07, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Add CONFIG_CMD_FUSE option, so that the fuse API can be used.
>
> Signed-off-by: Fabio Estevam
> Reviewed-by: Benoît Thébaudeau
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
===
On 26/12/2013 17:51, Fabio Estevam wrote:
> From: Fabio Estevam
>
> mx6 datasheet specifies that the minimum VDDSOC at 792 MHz is 1.15 V.
> Add a 25 mV margin and set it to 1.175V.
>
> This also matches the VDDSOC voltages for 792MHz operation that the kernel
> configures:
> http://git.freescal
On 26/12/2013 17:51, Fabio Estevam wrote:
> From: Fabio Estevam
>
> When changing LDO voltages we need to wait for the required amount of time
> for the voltage to settle.
>
> Also, as the timer is still not available when arch_cpu_init() is called, we
> need to call it later at board_postclk_in
On 26/12/2013 17:51, Fabio Estevam wrote:
> From: Fabio Estevam
>
> As U-boot does not use GPU/VPU peripherals, shutdown the VDDPU regulator
> in order to save power.
>
> Signed-off-by: Anson Huang
> Signed-off-by: Jason Liu
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks
On 26/12/2013 17:51, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Introduce set_ldo_voltage() so that all three LDO regulators can be
> configured.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
On 23/12/2013 16:07, Fabio Estevam wrote:
> From: Fabio Estevam
>
> When using the fuse API in U-boot user must calculate the 'bank' and 'word'
> values.
>
> Provide a real example on how to calculate such values for the mx6q.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, th
Hi Albert,
my first pull-request in 2014 ! Please pull from u-boot-imx, thanks !
The following changes since commit 56eb3da43fab5990a4b7bc118b76c7cae2ceb140:
arm, am335x: update for the siemens boards (2013-11-12 09:53:59 -0500)
are available in the git repository at:
git://www.denx.de/git
Hi,
I saw commit 2a91c9134675140853577b565210458b5774e6cf that introduces mmc subcommands
'open' and 'close' to access eMMC boot partitions and was wondering if they are really
needed. Can't the same be achieved with already existing 'mmc dev [dev] [part]' command?
mmc open
is the same as
From: Fabio Estevam
SolidRun has designed the Hummingboard board based on mx6q/dl/solo.
Add the initial support for the mx6 solo variant.
More information about this hardware can be found at:
http://cubox-i.com/
Based on the work from Jon Nettleton .
Signed-off-by: Jon Nettleton
Signed-off-b
From: Fabio Estevam
Use the same masks as used in the kernel:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/net/phy/at803x.c?id=refs/tags/v3.12.6
With such changes Ethernet is functional on hummingboard solo.
Cc: Joe Hershberger
Signed-off-by: Fabio Estevam
On 12/19/2013 07:54 PM, Nikhil Badola wrote:
> From: Ramneek Mehresh
>
> Defines get_svr() for 83xx devices
>
> Signed-off-by: Ramneek Mehresh
> ---
> arch/powerpc/cpu/mpc83xx/start.S | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/powerpc/cpu/mpc83xx/start.S
> b/arch/powe
On 12/11/2013 11:10 PM, Shengzhou Liu wrote:
> - Optimize UDIMM parameters for whole range from 1500MT/s to 2140MT/s.
> - Remove unused patameters: 'cpo', 'wrdata delay', '2T',
> which are unrelated to DDR3/3L.
>
> Signed-off-by: Shengzhou Liu
> ---
> Against master branch of git://git.denx.de/
On Sat, 2013-12-14 at 11:08 +0800, Po Liu wrote:
> diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c
> index 9de327b..28656f2 100644
> --- a/drivers/mtd/nand/fsl_ifc_spl.c
> +++ b/drivers/mtd/nand/fsl_ifc_spl.c
> @@ -88,7 +88,11 @@ static inline int bad_block(uchar *marke
On 12/16/2013 09:42 PM, Priyanka Jain wrote:
> Update following DDR related settings for T1040QDS
> -Correct number of chip selects to two as t1040qds supports
> two Chip selects.
> -Update board_specific_parameters udimm structure with settings
> derived via calibration.
> -Reduced I2C speed to
On 12/10/2013 11:12 PM, Prabhakar Kushwaha wrote:
> CONFIG_SPL_NAND_MINIMAL should not be used as it was defined for temporary
> review purpose.
>
> So, use CONFIG_SPL_NAND_BOOT config.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
> Changes for v2: Incorporated Scott's comments
>- Add CO
Hi Minkyu Kang,
On Thu, Dec 5, 2013 at 2:50 PM, Minkyu Kang wrote:
> Dear Leela Krishna Amudala,
>
> On 12/11/13 19:04, Leela Krishna Amudala wrote:
>> The current pmic i2c code assumes the current i2c bus is
>> the same as the pmic device's bus. There is nothing ensuring
>> that to be true. Ther
On 12/09/2013 11:43 PM, Prabhakar Kushwaha wrote:
> T1040QDS has 256KB SRAM. Comment is showing wrong information.
>
> So update the comment.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
Applied to u-boot-mpc85xx/master. Thanks.
York
___
U-Boot mail
On 12/11/2013 10:39 PM, Prabhakar Kushwaha wrote:
> Current IFC-FPGA TCH(Chip Select hold time with respect to WE deassertion)
> is 0 i.e. 0 ns hold time on writes. This may not work on higher clock
> freqencies.
>
> So, Increase TCH as 0x8 i.e. 8 ip_clk.
>
> Signed-off-by: Prabhakar Kushwaha
>
On Wed, 2013-12-11 at 12:42 +0530, Prabhakar Kushwaha wrote:
> CONFIG_SPL_NAND_MINIMAL should not be used as it was defined for temporary
> review purpose.
>
> So, use CONFIG_SPL_NAND_BOOT config.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
> Changes for v2: Incorporated Scott's comments
>
On 12/17/2013 12:55 AM, Priyanka Jain wrote:
> Single-source clocking is new feature introduced in T1040.
> In this mode, a single differential clock is supplied to the
> DIFF_SYSCLK_P/N inputs to the processor, which in turn is
> used to supply clocks to the sysclock, ddrclock and usbclock.
>
> S
On 12/17/2013 11:21 AM, York Sun wrote:
> Define CONFIG_SYS_NAND_MAX_ECCPOS and CONFIG_SYS_NAND_MAX_OOBFREE to
> reduce the image size, by taking advantage of the new nand_ecclayout
> structure.
>
> Signed-off-by: York Sun
> CC: Prabhakar Kushwaha
> CC: Scott Wood
> ---
Applied to u-boot-mpc85
On 12/17/2013 11:21 AM, York Sun wrote:
> Define CONFIG_SYS_NAND_MAX_ECCPOS and CONFIG_SYS_NAND_MAX_OOBFREE to
> reduce the image size, by taking advantage of the new nand_ecclayout
> structure.
>
> Signed-off-by: York Sun
> CC: Prabhakar Kushwaha
> CC: Scott Wood
> ---
Applied to u-boot-mpc85
On 12/17/2013 06:27 PM, Shengzhou Liu wrote:
> CONFIG_SYS_FSL_NUM_USB_CTRLS is no longer used,
> update it to new CONFIG_USB_MAX_CONTROLLER_COUNT.
>
> Signed-off-by: Shengzhou Liu
> ---
Applied to u-boot-mpc85xx/master. Thanks.
York
___
U-Boot mail
On 12/17/2013 08:11 PM, Scott Wood wrote:
> This fixes a build break due to excessively large NAND data structures.
>
> Signed-off-by: Scott Wood
> Cc: Matthias Fuchs
> ---
Applied to u-boot-mpc85xx/master. Thanks.
York
___
U-Boot mailing list
U-B
On Thu, 2014-01-02 at 15:50 -0800, York Sun wrote:
> On 12/17/2013 08:11 PM, Scott Wood wrote:
> > This fixes a build break due to excessively large NAND data structures.
> >
> > Signed-off-by: Scott Wood
> > Cc: Matthias Fuchs
> > ---
>
> Applied to u-boot-mpc85xx/master. Thanks.
FWIW, this i
On 12/17/2013 11:09 PM, shh@gmail.com wrote:
> From: Shaohui Xie
>
> Signed-off-by: Shaohui Xie
> ---
Applied to u-boot-mpc85xx/master. Thanks.
York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 12/18/2013 09:38 PM, shh@gmail.com wrote:
> From: Shaohui Xie
>
> The BOOT_LOC setting in rcw cfg is wrong, set it to Memory complex 1.
>
> Signed-off-by: Shaohui Xie
> ---
Applied to u-boot-mpc85xx/master. Thanks.
York
___
U-Boot mailing
Hi Minkyu Kang,
Sorry for late response.
Please find my comments below.
On Thu, Dec 5, 2013 at 2:50 PM, Minkyu Kang wrote:
> Dear Leela Krishna Amudala,
>
> On 12/11/13 19:04, Leela Krishna Amudala wrote:
>> This function is used by different Exynos platforms, put it in the
>> common file.
>>
>>
On 12/25/2013 11:10 PM, Prabhakar Kushwaha wrote:
> Define QIXIS_RST_FORCE_MEM to reset on-board DDR-DIMM before start
> accessing it.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
> Changes for v2: Incorporated York's comments
> - Update subject and description
>
Applied to u-boot-mpc85x
On 12/18/2013 01:50 PM, Tom Rini wrote:
> On 12/18/2013 04:35 PM, York Sun wrote:
>> On 11/25/2013 07:45 AM, Tom Rini wrote:
>>> Hello,
>>>
>>> With a recent change to U-Boot (as part of merging
>>> http://patchwork.ozlabs.org/patch/293612/), we need cache support
>>> for MPC824x, for the linkstat
Dear York,
In message <52c5fea1.7040...@freescale.com> you wrote:
>
> Are you going to remove this platform, or waiting for someone to submit a
> patch
> to do so? Does removing this platform mean totally remove the code, or only
> modify boards.cfg to disable the build?
We don't leave dead code
On Thursday, January 02, 2014 at 10:41:59 AM, Inderpal Singh wrote:
> Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
> controller, connected to HSIC Phy of USB host controller via USB3503 hub.
>
> This patch implements a board specific board_usb_init function in ehci
> dr
On Thursday, January 02, 2014 at 10:41:58 AM, Inderpal Singh wrote:
> From: Inderpal Singh
>
> The controller has 3 ports. The port0 is for USB 2.0 Phy, port1 and port2
> are for HSIC phys. The usb 2.0 phy is already being setup. This patch
> sets up the hsic phys.
>
> Signed-off-by: Inderpal Si
On Thursday, January 02, 2014 at 05:53:00 PM, Hector Palacios wrote:
> Hi,
>
> I saw commit 2a91c9134675140853577b565210458b5774e6cf that introduces mmc
> subcommands 'open' and 'close' to access eMMC boot partitions and was
> wondering if they are really needed. Can't the same be achieved with
>
On 03/01/14 08:37, Leela Krishna Amudala wrote:
> Hi Minkyu Kang,
>
> On Thu, Dec 5, 2013 at 2:50 PM, Minkyu Kang wrote:
>> Dear Leela Krishna Amudala,
>>
>> On 12/11/13 19:04, Leela Krishna Amudala wrote:
>>> The current pmic i2c code assumes the current i2c bus is
>>> the same as the pmic devic
Hi Marek,
Thanks for the review.
On 3 January 2014 06:24, Marek Vasut wrote:
> On Thursday, January 02, 2014 at 10:41:58 AM, Inderpal Singh wrote:
> > From: Inderpal Singh
> >
> > The controller has 3 ports. The port0 is for USB 2.0 Phy, port1 and port2
> > are for HSIC phys. The usb 2.0 phy
Hi Marek,
Thanks for review.
On 3 January 2014 06:26, Marek Vasut wrote:
> On Thursday, January 02, 2014 at 10:41:59 AM, Inderpal Singh wrote:
> > Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
> > controller, connected to HSIC Phy of USB host controller via USB3503 h
Dear Albert,
The following changes since commit 2931fa4db349c97f882ffda42e901208654b5ca9:
ARM: AM43xx: Add Maintainer (2013-12-18 21:14:45 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to a5e15bbb42512ee5be53967019e964981
Update following DDR related settings for T1040QDS
-Correct number of chip selects to two as t1040qds supports
two Chip selects.
-Update board_specific_parameters udimm structure with settings
derived via calibration.
-Reduced I2C speed to 50KHz as DDR-SPD does not get reliably
read at 400KHz.
Erratum A006379 applies to T2080/T2081 also.
Signed-off-by: Shengzhou Liu
---
arch/powerpc/include/asm/fsl_errata.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/include/asm/fsl_errata.h
b/arch/powerpc/include/asm/fsl_errata.h
index 8af6751..671296a 100644
- add more serdes protocols support.
- fix some serdes lanes route.
- fix SGMII doesn't work and incorrect mdio display for XFI when serdes 0x6d.
- correct boot location info for SD/SPI boot.
Signed-off-by: Shengzhou Liu
---
v2: update to support more serdes, applied in Gerrit sdk.
board/freesc
49 matches
Mail list logo