Hi Ajay,
On 03/05/2014 07:06 AM, Ajay kumar wrote:
Piotr,
Sorry for late reply.
Can you change the name of exynos_lcd_panel_init
to exynos_lcd_misc_init. panel_init definitely gives a wrong meaning.
Yes, I can.
And, can you let me know where you are actually using
"panel_info.resolution"? I
Hi Ajay,
On 03/05/2014 07:16 AM, Ajay kumar wrote:
Piotr,
You need to add the documentation for the bindings you create.
Please add a exynos_mipi_dsi.txt file under the directory:
doc/device-tree-bindings/video/
Yes, I completely overlook that, thanks.
Best regards,
Piotr Wilczek
Regards,
Piotr,
You need to add the documentation for the bindings you create.
Please add a exynos_mipi_dsi.txt file under the directory:
doc/device-tree-bindings/video/
Regards,
Ajay Kumar
On Tue, Mar 4, 2014 at 7:25 PM, Piotr Wilczek wrote:
> This patch enables parsing mipi data from device tree.
>
On 03/05/2014 12:57 AM, Chin Liang See wrote:
> On Fri, 2014-02-28 at 11:37 +0100, Michal Simek wrote:
> +/* lld_nand.h */
> +/*
> + * NAND Flash Controller Device Driver
> + * Copyright (c) 2009, Intel Corporation and its suppliers.
> + *
> + * This program is free software
Piotr,
Sorry for late reply.
Can you change the name of exynos_lcd_panel_init
to exynos_lcd_misc_init. panel_init definitely gives a wrong meaning.
And, can you let me know where you are actually using
"panel_info.resolution"? Is it needed for FIMD or is it needed by MIPI-DSI?
If it is MIPI speci
Hello Stefan,
> > As ppc4xx currently only supports the deprecated nand_spl infrastructure
> > and nobody seems to have time / resources to port this over to the newer
> > SPL infrastructure, lets remove NAND booting completely.
> >
> > This should not affect the "normal", non NAND-booting ppc4xx
> -Original Message-
> From: Sun York-R58495
> Sent: Tuesday, March 04, 2014 10:42 PM
> To: Wolfgang Denk; Bansal Aneesh-B39320
> Cc: Wood Scott-B07421; u-boot@lists.denx.de; Gupta Ruchika-R66431
> Subject: Re: [U-Boot] [PATCH 1/3] powerpc/p1010rdb: SECURE BOOT-
> define CONFIG_SYS_RAMBOOT
Hello Wolfgang
Further to my last response
On Friday 28 February 2014 11:43:47 Charles Manning wrote:
> On Friday 28 February 2014 10:57:21 Wolfgang Denk wrote:
> > > +static uint32_t get_le32(const uint8_t *buf)
> > > +{
> > > + uint32_t retval;
> > > +
> > > + retval = (((uint32_t) buf[0]) <<
Clock Manager driver will be called to reconfigure all the
clocks setting based on user input. The input are passed to
Preloader through handoff files
Signed-off-by: Chin Liang See
Cc: Albert Aribaud
Cc: Tom Rini
Cc: Wolfgang Denk
CC: Pavel Machek
Cc: Dinh Nguyen
---
Changes for v3
- Shorten
To add the DesignWare watchdog driver support. It required
information such as register base address and clock info from
configuration header file within include/configs folder.
Signed-off-by: Chin Liang See
Cc: Anatolij Gustschin
Cc: Albert Aribaud
Cc: Heiko Schocher
Cc: Tom Rini
---
Change
On Wed, Mar 05, 2014 at 09:45:26AM +0900, Nobuhiro Iwamatsu wrote:
> Hi,
>
> These were already applied to u-boot/master.
> Thanks, Tom,.
Bah, I was intending to not apply them, but I guess dropped them too
late. So long as u-boot-sh ends up being sane, oh well :)
>
> Nobuhiro
>
> 2014-03-05
The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26 16:49:58
-0500)
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git master
for you to fetch changes up to 2eda892f00fb
Hello Stefan,
On Tue, 4 Mar 2014 15:34:35 +0100
Stefan Roese wrote:
> As ppc4xx currently only supports the deprecated nand_spl infrastructure
> and nobody seems to have time / resources to port this over to the newer
> SPL infrastructure, lets remove NAND booting completely.
>
> This should
Hi,
These were already applied to u-boot/master.
Thanks, Tom,.
Nobuhiro
2014-03-05 5:37 GMT+09:00 Tom Rini :
> On Fri, Feb 28, 2014 at 12:39:35PM +0900, Masahiro Yamada wrote:
>
>> Hello Nobihiro,
>>
>> Thanks.
>>
>> I want this and 6/8 on u-boot/master.
>>
>> Can you please send pull-request no
Hi Masahiro,
On Fri, 2014-02-28 at 21:57 +0900, Masahiro Yamada wrote:
> Hello Chin,
>
>
> > > > > Where do you set nand->ecc.strength?
> > > >
> > > > I believe this is only applicable for NAND_ECC_HW_SYNDROME mode. We are
> > > > using the NAND_ECC_HW (without the syndrome). Wonder you hit er
On Tue, Mar 04, 2014 at 11:49:17PM +0100, Daniel Schwierzeck wrote:
> Hi Tom,
>
> I've included a documentation fix which was posted today.
>
> The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0:
>
> Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26
>
On Fri, 2014-02-28 at 11:37 +0100, Michal Simek wrote:
> >>> +/* lld_nand.h */
> >>> +/*
> >>> + * NAND Flash Controller Device Driver
> >>> + * Copyright (c) 2009, Intel Corporation and its suppliers.
> >>> + *
> >>> + * This program is free software; you can redistribute it and/or modify
> >>> i
On Fri, 2014-02-28 at 11:31 +0100, Michal Simek wrote:
> On 02/27/2014 08:55 PM, Chin Liang See wrote:
> > Hi Michal,
> >
> > On Mon, 2014-02-24 at 08:52 +0100, Michal Simek wrote:
> >> On 02/21/2014 09:57 PM, Chin Liang See wrote:
> >>> To enable the DesignWare watchdog support at SOCFPGA Cyclone
On Fri, 2014-02-28 at 11:30 +0100, Michal Simek wrote:
> On 02/27/2014 08:53 PM, Chin Liang See wrote:
> > To add the DesignWare watchdog driver support. It required
> > information such as register base address and clock info from
> > configuration header file within include/configs folder.
> >
Hi Tom,
I've included a documentation fix which was posted today.
The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26
16:49:58 -0500)
are available in the git repository at:
git://git.denx.de/u-boot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/04/2014 05:25 PM, Daniel Schwierzeck wrote:
> Linux MIPS uses asm-generic/int-ll64.h in asm/types.h. Thus u64 and
> __u64 are defined as unsigned long long. Port this over to U-Boot.
>
> Signed-off-by: Daniel Schwierzeck
I hoped this would be
Linux MIPS uses asm-generic/int-ll64.h in asm/types.h.
Thus u64 and __u64 are defined as unsigned long long. Port this
over to U-Boot.
Signed-off-by: Daniel Schwierzeck
---
This fixes all warnings on qemu_mips64 introduced by patch
http://patchwork.ozlabs.org/patch/324673/.
---
arch/mips/include
Linux MIPS uses asm-generic/int-ll64.h in asm/types.h.
Thus u64 and __u64 are defined as unsigned long long. Port this
over to U-Boot.
Signed-off-by: Daniel Schwierzeck
---
This fixes all warnings on qemu_mips64 introduced by patch
http://patchwork.ozlabs.org/patch/324673/.
---
arch/mips/include
Hello All
I am currently reworking a socfpga signer patch which is part of mkimage.
One thing I need to do is to stuff some bytes into a header ensuring the
endianism is correct.
This is a trivial thing to do in C, but I have been instructed to use the
existing functions put_unaligned_le32() etc
When importing a checksummed area we need to be told how big the area in
question is so that we know that will match the size of the area which
the checksum is generated against.
Reported-by: Pierre AUBERT
Signed-off-by: Tom Rini
---
common/cmd_nvedit.c |3 +++
1 file changed, 3 insertions(
On Fri, Feb 28, 2014 at 12:39:35PM +0900, Masahiro Yamada wrote:
> Hello Nobihiro,
>
> Thanks.
>
> I want this and 6/8 on u-boot/master.
>
> Can you please send pull-request now?
Yes, soon please :)
--
Tom
signature.asc
Description: Digital signature
___
2014-03-04 15:48 GMT+01:00 James Hogan :
> README.malta referred to board/malta, but malta has now been moved
> within board/imgtec/, so correct the path.
>
> Signed-off-by: James Hogan
> Cc: Daniel Schwierzeck
> Cc: Paul Burton
> ---
> doc/README.malta | 2 +-
> 1 file changed, 1 insertion(+),
Hey,
The following changes since commit eeb72e67619b98d2502fe634a3a5d9953de92ad0:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-02-26 16:49:58
-0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to cc07294bc70469
On Mon, Mar 03, 2014 at 07:03:18PM +0900, Masahiro Yamada wrote:
> There are no source files in board/synopsys/arcangel4/
> directory.
>
> Signed-off-by: Masahiro Yamada
> Cc: Alexey Brodkin
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Mon, Mar 03, 2014 at 11:06:19AM +0900, Masahiro Yamada wrote:
> Programs in tools/ directory are usually built for the host.
> But some of them (mkimage, dumpimge, gen_eth_addr, etc.) are
> useful on the target OS too.
>
> Actually, prior to Kbuild, U-Boot could build tools for
> the target li
On Mon, Mar 03, 2014 at 07:03:17PM +0900, Masahiro Yamada wrote:
> U-Boot has compelled all boards to have
> board/${BOARD}/ or board/${VENDOR}/${BOARD}/ directory.
>
> Sometimes it does not seem suitable for some boards,
> for example Sandbox. (Is it a board?)
>
> And arcangel4 board has nothin
On Mon, Mar 03, 2014 at 06:40:56PM +0900, Masahiro Yamada wrote:
> LOGO_BMP was never overwritten by board-specific or
> vendor-specific logos.
>
> Signed-off-by: Masahiro Yamada
> Reported-by: Bo Shen
> Tested-by: Bo Shen
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description
On Fri, Feb 28, 2014 at 08:12:34PM +0900, Masahiro Yamada wrote:
> config.tmp is not there.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lis
On Mon, Mar 03, 2014 at 11:06:18AM +0900, Masahiro Yamada wrote:
> The top Makefile must export HOST_TOOLS_ALL to use it
> in tools/Makefile.
>
> Signed-off-by: Masahiro Yamada
> Tested-by: Heiko Schocher
> Acked-by: Heiko Schocher
Applied to u-boot/master, thanks!
--
Tom
signature.asc
De
On Fri, Feb 28, 2014 at 07:59:16PM +0900, Masahiro Yamada wrote:
> Ignore
> - board/cray/L1/bootscript.{c|image}
> - board/matrix_vision/mvblm7/bootscript.img
> - board/maxtir_vision/mvsmr/bootscript.img
>
> Signed-off-by: Masahiro Yamada
> Cc: Andre Schwarz
Applied to u-boot/master, tha
On Tue, Feb 18, 2014 at 07:31:53AM -0500, Tom Rini wrote:
> From: Mugunthan V N
>
> Enable CPGMAC clock control for AM43xx to use ethernet in U-Boot
>
> Signed-off-by: Mugunthan V N
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Thu, Feb 27, 2014 at 10:40:34PM +0900, Masahiro Yamada wrote:
> We had switched to Kbuild so now we can specify
> PLATFORM_LIBS/PLATFORM_LIBGCC with relative path.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Tom Rini
> Acked-by: Simon Glass
> Tested-by: Simon Glass
Applied to u-boot/ma
On Fri, Feb 28, 2014 at 07:42:26PM +0900, Masahiro Yamada wrote:
> The same outputs are generated with or without -I$(TOPDIR)/board.
> I cannot understand why it is necessary. Remove.
>
> Signed-off-by: Masahiro Yamada
> Cc: Daniel Hellstrom
Applied to u-boot/master, thanks!
--
Tom
signatu
On Fri, Feb 28, 2014 at 02:33:30PM +0900, Masahiro Yamada wrote:
> The syntax
> CROSS_COMIPLE ?=
> does not work because config.mk is parsed after
> exporting CROSS_COMPILE.
>
> Like Linux Kernel's arch/$(ARCH)/Makefile,
> we must write as follows:
>
> ifeq ($(CROSS_COMPILE),)
> CROSS_COM
On Wed, Feb 26, 2014 at 03:59:27PM -0700, Simon Glass wrote:
> This documentation pertains to the planned implementation of driver model
> in U-Boot for each subsystem, but it has not been superseded. It is
> probably better to have this documentation in the source code for each
> subsystem where
On Thu, Feb 27, 2014 at 08:27:28AM -0500, Tom Rini wrote:
> Update to v3.14-rc4's version of checkpatch.pl. In doing so we drop the
> changes to top_of_kernel_tree() as we pass in --no-tree and drop our
> changes about MAINTAINERS as that's for reporting checkpatch.pl problems
> itself (and upstr
On Wed, Feb 26, 2014 at 03:59:26PM -0700, Simon Glass wrote:
> Now that named GPIO banks are supported, along with a way of obtaining
> the status of a GPIO (input or output), we can provide an enhanced
> GPIO command for driver model. Where the driver provides its own operation
> for obtaining th
On Wed, Feb 26, 2014 at 03:59:25PM -0700, Simon Glass wrote:
> Convert sandbox over to use driver model GPIOs.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing
On Wed, Feb 26, 2014 at 03:59:24PM -0700, Simon Glass wrote:
> Add driver model support for GPIOs. Since existing GPIO drivers do not use
> driver model, this feature must be enabled by CONFIG_DM_GPIO. After all
> GPO drivers are converted over we can perhaps remove this config.
>
> Tests are pro
On Wed, Feb 26, 2014 at 03:59:17PM -0700, Simon Glass wrote:
> This adds a README to help with understanding of this series.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U
On Wed, Feb 26, 2014 at 03:59:23PM -0700, Simon Glass wrote:
> As an example of how to write a uclass and a driver, provide a demo version
> of each, accessible through the 'demo' command.
>
> To use these with driver model, define CONFIG_CMD_DEMO and CONFIG_DM_DEMO.
>
> The two demo drivers are
On Wed, Feb 26, 2014 at 03:59:21PM -0700, Simon Glass wrote:
> Add some tests of driver model functionality. Coverage includes:
>
> - basic init
> - binding of drivers to devices using platform_data
> - automatic probing of devices when referenced
> - availability of platform data to devices
> -
On Wed, Feb 26, 2014 at 03:59:19PM -0700, Simon Glass wrote:
> Use driver model in sandbox to permit running of driver model unit test.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Wed, Feb 26, 2014 at 03:59:18PM -0700, Simon Glass wrote:
> Add driver model functionality for generic board.
>
> This includes data structures and base code for registering devices and
> uclasses (groups of devices with the same purpose, e.g. all I2C ports will
> be in the same uclass).
>
>
On Wed, Feb 26, 2014 at 03:59:20PM -0700, Simon Glass wrote:
> Make driver model available after relocation, by setting up data structures
> and scanning for devices using compiled-in platform_data and (when available)
> the device tree.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master,
On Wed, Feb 26, 2014 at 03:59:22PM -0700, Simon Glass wrote:
> This command is not required for driver model operation, but can be useful
> for testing. It provides simple dumps of internal data structures.
>
> Signed-off-by: Simon Glass
> Signed-off-by: Marek Vasut
> Signed-off-by: Pavel Herrm
On Wed, Feb 26, 2014 at 03:59:14PM -0700, Simon Glass wrote:
> Add support for building a device tree for sandbox's CONFIG_OF_HOSTFILE
> option to make it easier to use device tree with sandbox.
>
> This adjusts the Makefile to build a u-boot.dtb file which can be passed
> to sandbox U-Boot with:
On Wed, Feb 26, 2014 at 03:59:16PM -0700, Simon Glass wrote:
> U-Boot already has a list implementation, and files which include both
> that and the yaffs implementation will get errors:
>
> In file included from ydirectenv.h:80:0,
> from yportenv.h:81,
> from ya
On Wed, Feb 26, 2014 at 03:59:15PM -0700, Simon Glass wrote:
> U-Boot now uses errors defined in include/errno.h which are negative
> integers. Commands which fail need to report the error and return 1
> to indicate failure. Add this functionality in cmd_process_error().
>
> For now this merely r
On Wed, Feb 26, 2014 at 05:47:58PM +0400, Alexey Brodkin wrote:
> Copied from Linux sources "include/linux/sizes.h" commit
> 413541dd66d51f791a0b169d9b9014e4f56be13c
>
> Signed-off-by: Alexey Brodkin
>
> Cc: Vineet Gupta
> Cc: Tom Rini
> Cc: Stefan Roese
> Cc: Albert Aribaud
> Acked-by: Tom
On Wed, Feb 26, 2014 at 02:51:01PM +0900, Masahiro Yamada wrote:
> -Wstrict-prototypes, -ffreestanding, -fno-stack-protector
> are defined at the top Makefile for all architectures.
>
> Do not define them twice for x86.
>
> Signed-off-by: Masahiro Yamada
> Cc: Simon Glass
> Acked-by: Simon Gla
On Wed, Feb 26, 2014 at 02:51:04PM +0900, Masahiro Yamada wrote:
> All arch/m68k/cpu/*/config.mk define the same flags
> PLAGFORM_REFLFLAGS += -ffixed-d7 -msep-data
> Move it to arch/m68k/config.mk
>
> Signed-off-by: Masahiro Yamada
> Cc: Jason Jin
Applied to u-boot/master, thanks!
--
Tom
On Wed, Feb 26, 2014 at 05:51:11PM +0900, Masahiro Yamada wrote:
> Now we have two different frameworks for doing the same thing.
> I'd like to propose to drop nand_spl framework.
> How about deleting it before v2014.07 release?
>
> In the interim, this commit will display a warning message
> whe
On Wed, Feb 26, 2014 at 02:50:58PM +0900, Masahiro Yamada wrote:
> This variable was abolished by Kbuild series.
> I forgot to delete it.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Feb 26, 2014 at 11:26:08AM +0900, Masahiro Yamada wrote:
> $(call if_changed,...) must take FORCE as a prerequite.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Mon, Feb 24, 2014 at 11:16:32AM +0100, Michal Simek wrote:
> Read ram size directly from DTB.
>
> Signed-off-by: Michal Simek
>
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boo
On Wed, Feb 26, 2014 at 02:50:59PM +0900, Masahiro Yamada wrote:
> LDSCRIPT_MAKEFILE_DIR is not referenced from anywhere. Remove.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Feb 26, 2014 at 02:51:00PM +0900, Masahiro Yamada wrote:
> board/sheldon/simpc8313/config.mk is used only for nand_spl.
> So it should go into nand_spl/board/sheldon/simpc8313/.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Di
On Mon, Feb 24, 2014 at 11:16:33AM +0100, Michal Simek wrote:
> Add console selection from DTB which is enough to have
> OF driven solution.
>
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Mon, Feb 24, 2014 at 11:16:30AM +0100, Michal Simek wrote:
> Gem can be directly initialized from DTB.
>
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
On Mon, Feb 24, 2014 at 11:16:31AM +0100, Michal Simek wrote:
> Enable initialize sdhci from DTB.
>
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@
On Tue, Feb 18, 2014 at 07:32:01AM -0500, Tom Rini wrote:
> From: Dave Gerlach
>
> The bit DDR3_RST_DEF_VAL inside CTRL_DDR_IO represents the default value
> of the ddr reset value for DDR3 before the EMIF takes over. We must have
> this bit set high so that on exit from DeepSleep0 within the ke
On Mon, Feb 24, 2014 at 11:16:29AM +0100, Michal Simek wrote:
> Disable CONFIG_OF_CONTROL for SPL compilation.
>
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing
On Tue, Feb 25, 2014 at 11:07:22AM +0100, Stefan Roese wrote:
> Since the switch may be re-configured for VLAN usage in Linux (or any
> other OS), lets reset the switch to its default register values upon
> power-up. Otherwise network might not be available in U-Boot.
>
> Signed-off-by: Stefan Ro
On Mon, Feb 24, 2014 at 11:16:28AM +0100, Michal Simek wrote:
> - Add xilinx_emaclite_of_init to netdev.h
> - Remove global data pointer from the driver
> - Add better handling for error state.
>
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Descriptio
On Tue, Feb 18, 2014 at 07:32:00AM -0500, Tom Rini wrote:
> From: Dave Gerlach
>
> The register secure_emif_sdram_config in control module is copied to
> the EMIF sdram_config register when it is coming out of DeepSleep0 in
> order to ensure that the EMIF comes up for the correct type of DDR.
>
On Tue, Feb 18, 2014 at 07:31:58AM -0500, Tom Rini wrote:
> From: Mugunthan V N
>
> Add Ethernet Boot support to SPL
>
> Acked-by: Tom Rini
> Signed-off-by: Mugunthan V N
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Tue, Feb 18, 2014 at 07:31:59AM -0500, Tom Rini wrote:
> From: Dave Gerlach
>
> Per a suggestion from the hardware team, program the emif_pwr_mgmt_ctrl
> and emif_pwr_mgmt_ctrl_shdw registers within the EMIF to hold the
> desired delay in cycles that the EMIF waits without an access to enter
On Tue, Feb 18, 2014 at 07:31:54AM -0500, Tom Rini wrote:
> From: Mugunthan V N
>
> Adding support for CPSW to AM43xx EPOS nad GP EVM which is connected
> to RMII and RGMII phy respectively and enable cpsw in config.
>
> Reviewed-by: Felipe Balbi
> Signed-off-by: Mugunthan V N
Applied to u-b
On Tue, Feb 18, 2014 at 07:31:57AM -0500, Tom Rini wrote:
> From: Lokesh Vutla
>
> Updating EMIF_PHY_CTRL and adding EMIF_READ_WRITE_EXECUTION_THRESHOLD
> registers.
> In EMIF_PHY_CTRL:
> Updating [4:0]READ_LATENCY to 8, because at higher frequencies like
> 400MHz the read latency expected will
On Tue, Feb 18, 2014 at 07:31:56AM -0500, Tom Rini wrote:
> From: Mugunthan V N
>
> Adding support for reading cpsw 2nd mac address from efuse and pass it
> to kernel via dtb which will be used in dual emac mode of cpsw.
> Also correct the bit masking of mac id read from the efuse.
>
> Acked-by
On Tue, Feb 18, 2014 at 07:31:55AM -0500, Tom Rini wrote:
> From: Mugunthan V N
>
> Adding support for reading cpsw 2nd mac address from efuse and pass it
> to kernel via dtb which will be used in dual emac mode of cpsw.
> Also adding mii command support to am335x common config.
>
> Acked-by: T
On Tue, Feb 18, 2014 at 07:31:52AM -0500, Tom Rini wrote:
> From: Mugunthan V N
>
> Some platforms like AM437x have different EVMs with different phy addresses,
> so this patch adds support for passing phy address via cpsw plaform data.
> Also renamed phy_id to phy_addr so better understanding o
On Wed, Feb 26, 2014 at 05:03:19PM -0800, York Sun wrote:
> Add 64-bit data for memory commands, such as md, mw, mm, cmp. The new
> size ".q " is introduced.
>
> For 64-bit architecture, 64-bit data is enabled by default, by detecting
> compiler __LP64__. It is optional for other architectures.
>
On Tue, 2014-03-04 at 19:31 +0900, Masahiro Yamada wrote:
> Hello Scott, Chin,
>
>
> > > +/* this is a helper macro that allows us to
> > > + * format the bank into the proper bits for the controller */
> > > +#define BANK(x) ((x) << 24)
> > > +
> > > +/* Interrupts are cleared by writing a 1 to
On 01/27/2014 09:35 PM, Wolfgang Denk wrote:
> Dear Aneesh,
>
> In message
> <7f771c64c5c44208b24e38c75e159...@dm2pr03mb415.namprd03.prod.outlook.com> you
> wrote:
>>
>> Sorry for the misleading statement. Yes, CONFIG_SYS_RAMBOOT is for
>> booting from RAM directly and we have used it for the sa
From: Vasili Galka
Signed-off-by: Vasili Galka
---
include/spi_flash.h |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/spi_flash.h b/include/spi_flash.h
index f79f0ea..1a11286 100644
--- a/include/spi_flash.h
+++ b/include/spi_flash.h
@@ -52,7 +52,7 @@ enum
On 03/04/2014 04:01 PM, Chin Liang See wrote:
> Hi Michal,
>
> On Fri, 2014-02-28 at 11:17 +0100, Michal Simek wrote:
>> On 02/27/2014 05:03 PM, Chin Liang See wrote:
>>> Scan Manager driver will be called to configure the IOCSR
>>> scan chain. This configuration will setup the IO buffer settings
On 03/03/2014 09:08 AM, Artur Sterz Uni wrote:
> is it possible to boot a raspbian Image with U-Boot on a Raspberry Pi?
Yes, I use Raspbian as the user-space for all my Pi development work. I
use an upstream/mainline kernel rather than the Pi Foundation's
downstream kernel though; I have no idea i
On Tue, Mar 04, 2014 at 02:48:42PM +, James Hogan wrote:
> README.malta referred to board/malta, but malta has now been moved
> within board/imgtec/, so correct the path.
Well spotted :)
Paul
>
> Signed-off-by: James Hogan
> Cc: Daniel Schwierzeck
> Cc: Paul Burton
> ---
> doc/README.ma
Hi Michal,
On Fri, 2014-02-28 at 11:17 +0100, Michal Simek wrote:
> On 02/27/2014 05:03 PM, Chin Liang See wrote:
> > Scan Manager driver will be called to configure the IOCSR
> > scan chain. This configuration will setup the IO buffer settings
> >
> > Signed-off-by: Chin Liang See
> > Cc: Dinh
This patch enables to run Trats2 board on device tree.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes for v4:
- use "-" hypen in DT bindings
- define CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, CONFIG_CMD_I2C at each board
Changes for v3:
- dts file moved to a
This patch enables to run Trats board on device tree.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
CC: Lukasz Majewski
---
Changes for v4:
- use "-" hypen in DT bindings
- define CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, CONFIG_CMD_I2C at each board
Changes for v3:
-
This patch enables to run Universal board on device tree.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
Acked-by: Przemyslaw Marczak
---
Changes for v4:
- define CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, CONFIG_CMD_I2C at each board
Changes for v3:
- dts file moved to
This patch adds common dtsi file and config header for all
Exynos 4 based boards.
Patch additionaly adds board specific (weak) functions for
board_early_init_f and board_power_init functions.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
Changes for v4:
- none
This patch moves board specific max77686 init function from
common board to smdk5250 board file.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Rajeshwari S Shinde
Cc: Rajeshwari Birje
Cc: Minkyu Kang
---
Changes for v4:
- none
Changes for v3:
- max77686 init function is mov
This patch enables sdhci initialisation and misc_init_r in common board
file for all exynos 4 based boards.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
Changes for v4:
- none
Changes for v3:
- none
Changes for v2:
- new patch
board/samsung/common/board.c
This patch enables to run Origen board on device tree.
Uart, DRAM and MMC init functions are removed as their
generic replacements form the common board file are used.
The config file is modified to contain only board specific options.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
The checkboard function's implementation is common for all
DT supporting boards and should be placed in the board common file.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Chander Kashyap
Cc: Rajeshwari S Shinde
Cc: Amar
Acked-by: Rajeshwari Shinde
---
Changes for v4:
- no
This patch enables support for device tree for sdhci driver.
Non DT case is still supported.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
Changes for v4:
- none
Changes for v3:
- none
Changes for v2:
- fixed checking for SDMMC boundary
- fiex debug message
This patch adds api to decode peripheral id based on interrupt number.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes for v4:
- none
Changes for v3:
- none
Changes for v2:
- removed incorrectly implemented check for invalid peripheral id
- removed un
This patch adds additional data parsing from DTB and adds the new
exynos_lcd_panel_init() function for panel specific initialisation
from the board file.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
Changes for v4:
- remove duplicated DT properties at exynos_fb
This patch enables parsing mipi data from device tree.
Non device tree case is still supported.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
Changes for v4:
- use "-" hypen for DT bindings
Changes for v3:
- none
Changes for v2:
- removed panel specific init
This patch set enables support for device tree on all Exynos4 based boards.
DT support is enabled on Exynos mipi dsim and sdhci drives.
Common board.c file is reused for all functions common for
Exynos4 boards. Board specific files are implemented in the board files.
Origen, Universal, Trats and T
Hi everyone,
I searched the Internet but the help I found didn't work. I hope someone here
may know how to fix it, here's the situation:
I have this ARM9 SAM9G25 which is accessed by its ttyS0. I
want to disable all of the output, that was made during the U-Boot (v.
2010.06)
boot, to decrease
1 - 100 of 108 matches
Mail list logo