This series is based on the patch I sent:
http://patchwork.ozlabs.org/patch/481095/
As above introduces the default empty function for invalidate_dcache_range() &
flush_dcache_range() in arch/arm/lib/cache.c.
So in this series, we can drop the empty stubs in arch/arm/cpu/
Also this series intro
It will just call flush_dcache_range().
As ARM1136 & ARM926ejs already implemented their own flush_cache(), those
code in weak function in arch/arm/lib/cache.c can be dropped.
Signed-off-by: Josh Wu
---
arch/arm/cpu/arm1136/cpu.c | 9 -
arch/arm/cpu/arm926ejs/cache.c | 9
* Joe Hershberger [150610 07:26]:
> Hi Jeroen,
>
> On Sun, Jun 7, 2015 at 10:30 AM, Jeroen Hofstee wrote:
> > Tearing down an unitialized rx channel causes a pending address hole
> > event to be queued. When booting linux it will report this pending
> > as something like "Address Hole seen by US
As there are empty function invalidate_dcache_range(), flush_dcache_range()
in arch/arm/lib/cache.c. So we can reuse it by just drop them in arch/arm/cpu/.
Signed-off-by: Josh Wu
---
arch/arm/cpu/arm1136/cpu.c | 8
arch/arm/cpu/arm926ejs/cache.c | 8
arch/arm/cpu/armv7/cac
It will just call flush_dcache_range().
As ARM1136 & ARM926ejs already implemented their own flush_cache(), those
code in weak function in arch/arm/lib/cache.c can be dropped.
Signed-off-by: Josh Wu
---
arch/arm/cpu/arm1136/cpu.c | 9 -
arch/arm/cpu/arm926ejs/cache.c | 9
This series is based on the patch I sent:
http://patchwork.ozlabs.org/patch/481095/
As above introduces the default empty function for invalidate_dcache_range() &
flush_dcache_range() in arch/arm/lib/cache.c.
So in this series, we can drop the empty stubs in arch/arm/cpu/
Also this series intro
On 6/10/2015 5:58 PM, Marek Vasut wrote:
On Wednesday, June 10, 2015 at 11:49:54 AM, Josh Wu wrote:
On 6/9/2015 9:11 PM, Tom Rini wrote:
On Tue, Jun 09, 2015 at 11:54:14AM +0800, Josh Wu wrote:
Hi, Tom
On 6/8/2015 9:20 PM, Tom Rini wrote:
On Mon, Jun 08, 2015 at 10:26:29AM +0200, Marek Vasut
Signed-off-by: Josh Wu
---
arch/arm/cpu/arm1136/cpu.c | 8
arch/arm/cpu/arm926ejs/cache.c | 8
arch/arm/cpu/armv7/cache_v7.c | 8
arch/arm/cpu/armv8/cache_v8.c | 8
4 files changed, 32 deletions(-)
diff --git a/arch/arm/cpu/arm1136/cpu.c b/arch/arm/cpu/
Hi Simon, Tom,
2015-06-05 0:17 GMT+09:00 Simon Glass :
> Hi,
>
> The genboardsconfig.py script reports a growing list of warnings:
>
> WARNING: no status info for 'axs103'
> WARNING: no maintainers for 'axs103'
> WARNING: no status info for 'at91sam9g20ek_2mmc'
> WARNING: no maintainers for 'at91
Hi Tom,
On 4 June 2015 at 17:48, Simon Glass wrote:
> Hi Tom,
>
> On 12 May 2015 at 14:55, Simon Glass wrote:
>> With driver model SPL support in place the remaining driver difference
>> between U-Boot proper and SPL is that SPL does not support device tree.
>> This series adds this support, usi
Hi,
On 10 June 2015 at 08:56, Tom Rini wrote:
> On Wed, Jun 10, 2015 at 04:54:50PM +0200, Hans de Goede wrote:
>
>> Hi Tom,
>>
>> Please pull u-boot-sunxi/master into master for 2 small bug-fixes:
>>
>> The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:
>>
>> Prepare v
On Thu, Jun 11, 2015 at 10:43:49AM +0900, Minkyu Kang wrote:
> Dear Tom,
>
> The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:
>
> Prepare v2015.07-rc2 (2015-06-08 17:48:33 -0400)
>
> are available in the git repository at:
>
> http://git.denx.de/u-boot-samsung
Dear Tom,
The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:
Prepare v2015.07-rc2 (2015-06-08 17:48:33 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-samsung
for you to fetch changes up to 91432d2f2fab4a780d860bd6cb4922ca11b2aac8:
odr
> -Original Message-
> From: Sun York-R58495
> Sent: Wednesday, June 10, 2015 8:06 PM
> To: Kushwaha Prabhakar-B32579; u-boot@lists.denx.de
> Cc: Rivera Jose-B46482
> Subject: Re: [PATCH 03/13] drivers/fsl-mc: Autoload AOIP image from NOR
> flash
>
>
>
> On 06/10/2015 03:39 AM, Prabhaka
Hi Thomas,
On 10 June 2015 at 12:38, Beaman, Thomas wrote:
> Hi Simon,
>
> I have just picked up u-boot-2015.07-rc2 with your support for multiple CPUs
> on the minnowboard max. I can see using the uboot cpu list command that both
> CPUs now show up. But the kernel does not see 2 CPUs in /proc
Hi,
On 27 May 2015 at 21:41, wrote:
> Hi Simon,
> Thanks for of your time and quick replies. The idea seems
> to be good, but still confused with the way to implement it. Please help me
> to give a final thought to solve this with the existing framework, sorry for
> my inexperie
Hi Pali,
On 9 June 2015 at 12:27, Pali Rohár wrote:
>
> On Tuesday 09 June 2015 20:11:22 Simon Glass wrote:
> > On 9 June 2015 at 10:05, Pali Rohár wrote:
> > > Commit e11c6c279d823dc0d2f470c5c2e3c0a9854a640f broke calculating
> > > lr register in function save_boot_params() and caused U-Boot to
On Wed, Jun 10, 2015 at 08:54:02AM -0500, Franklin S Cooper Jr wrote:
> Currently there is no default value for NETARGS if CONFIG_CMD_NET=y isn't set.
> This results in build errors which was first discovered when trying to run
> make env.
>
> By defining a blank NETARGS these errors can be avoid
On Wed, 2015-06-10 at 10:33 +0200, Hans de Goede wrote:
> Hi Scott,
>
> On June 8, 2015, 8:24 p.m., Scott Wood wrote:
>
>
>
> >> Correct, my apologies as I should have clarified that "work by
> Boris
> >> Brezillon" does not
> >> mean "upsteam work". The code comes from Boris' github tree[1
On Wed, Jun 10, 2015 at 03:04:15PM +0530, Mugunthan V N wrote:
> From: Tom Rini
>
> With 1.2 silicon this is now the documented starting usable point for
> downloading images to (and corrects a problem with peripheral booting
> with prior silicon). Prior silicon is OK using this address as well
On Wed, Jun 10, 2015 at 03:04:16PM +0530, Mugunthan V N wrote:
> While booting via usb host mode, ROM uses DMA to copy MLO over USB so
> ARM internal RAM cannot be used. Adding USB host boot support by
> introducing new config target which sets SPL_TEXT_BASE to OCMC ram.
>
> Signed-off-by: Mugunt
On Wed, Jun 10, 2015 at 03:04:17PM +0530, Mugunthan V N wrote:
> add cpsw ethernet boot mode support to download spl and
> u-boot.img via tftp protocol. Also adding a seperate config
> for ethernet boot mode as the default build falcon mode and
> environment on MMC is defined for ethernet boot mod
Hi Simon,
I have just picked up u-boot-2015.07-rc2 with your support for multiple CPUs on
the minnowboard max. I can see using the uboot cpu list command that both CPUs
now show up. But the kernel does not see 2 CPUs in /proc/cpuinfo. If I boot
the same kernel using an EFI BIOS I do see 2 CPUs
On Wed, Jun 10, 2015 at 05:49:54PM +0800, Josh Wu wrote:
> On 6/9/2015 9:11 PM, Tom Rini wrote:
> >On Tue, Jun 09, 2015 at 11:54:14AM +0800, Josh Wu wrote:
> >>Hi, Tom
> >>
> >>On 6/8/2015 9:20 PM, Tom Rini wrote:
> >>>On Mon, Jun 08, 2015 at 10:26:29AM +0200, Marek Vasut wrote:
> On Monday, Ju
Hi Lars,
On Wed, Jun 10, 2015 at 10:08 AM, Lars Poeschel wrote:
> On Wed, Jun 10, 2015 at 08:49:28AM -0500, Joe Hershberger wrote:
>> Hi Lars,
>>
>> On Wed, Jun 10, 2015 at 3:40 AM, Lars Poeschel wrote:
>> > Users who want to use RBTREE can now select it by Kconfig.
>> > Selecting it by board co
On Wed, Jun 10, 2015 at 08:49:28AM -0500, Joe Hershberger wrote:
> Hi Lars,
>
> On Wed, Jun 10, 2015 at 3:40 AM, Lars Poeschel wrote:
> > Users who want to use RBTREE can now select it by Kconfig.
> > Selecting it by board config include is still possible.
> >
> > Signed-off-by: Lars Poeschel
>
There is no harm in declaring the function prototypes even if nothing
implements them, and when CONFIG_DM_USB=y the various usb functions are
available regardless of any controller drivers being enabled.
This fixes compile warnings due to missing prototypes on ARCHs where
the ARCH Kconfig always e
On Wed, Jun 10, 2015 at 04:54:50PM +0200, Hans de Goede wrote:
> Hi Tom,
>
> Please pull u-boot-sunxi/master into master for 2 small bug-fixes:
>
> The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:
>
> Prepare v2015.07-rc2 (2015-06-08 17:48:33 -0400)
>
> are availa
Hi Tom,
Please pull u-boot-sunxi/master into master for 2 small bug-fixes:
The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:
Prepare v2015.07-rc2 (2015-06-08 17:48:33 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git master
for
On Tue, Jun 09, 2015 at 10:06:57AM -0700, Tom Warren wrote:
> Tom,
>
> Please pull u-boot-tegra/master into U-Boot/master. Thanks!
>
> ./MAKEALL -s tegra is OK, nyan-big verified by Simon.
>
> The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:
>
> Prepare v2015.07-r
On Wed, Jun 10, 2015 at 02:12:19PM +0200, Andreas Bießmann wrote:
> Hi Tom,
>
> this pull request finally removes avr32 specific board.c code and all
> unmaintained boards that used it.
>
> The following changes since commit 3d0158ae18bef2ac89979f4c90419d3add436c71:
>
> Prepare v2015.07-rc2 (
On 06/10/2015 03:39 AM, Prabhakar Kushwaha wrote:
> From: "J. German Rivera"
>
> Load AIOP image from NOR flash into DDR so that the MC firmware
> the MC fw can start it at boot time
>
> Signed-off-by: J. German Rivera
> Signed-off-by: Prabhakar Kushwaha
Prabhakar,
Do we need this feature?
Hi Clemens,
On Sat, Jun 6, 2015 at 7:44 AM, Clemens Gruber
wrote:
> Support the 88E1510 PHY which is very similar to the 88E1518.
> I also set the INTn output and configured the LEDs.
>
> Signed-off-by: Clemens Gruber
> Cc: Joe Hershberger
> Cc: Hao Zhang
> Cc: Michal Simek
>
> ---
> This rep
On Wed, Jun 10, 2015 at 08:54:02AM -0500, Franklin S Cooper Jr wrote:
> Currently there is no default value for NETARGS if CONFIG_CMD_NET=y isn't set.
> This results in build errors which was first discovered when trying to run
> make env.
>
> By defining a blank NETARGS these errors can be avoide
Hi Clemens,
On Sat, Jun 6, 2015 at 7:44 AM, Clemens Gruber
wrote:
> - The EEE fixup magic should also be enabled for RGMII
> - Improved comments
>
> Signed-off-by: Clemens Gruber
> Cc: Joe Hershberger
> Cc: Hao Zhang
> Cc: Michal Simek
> ---
Acked-by: Joe Hershberger
I'll pull this into th
Hi Jeroen,
On Sun, Jun 7, 2015 at 10:30 AM, Jeroen Hofstee wrote:
> Tearing down an unitialized rx channel causes a pending address hole
> event to be queued. When booting linux it will report this pending
> as something like "Address Hole seen by USB_OTG at address 57fff584",
> since u-boot did
Hi Masahiro-san,
On Thu, Jun 4, 2015 at 11:54 PM, Masahiro Yamada
wrote:
> Hi Joe,
>
>
> 2015-05-30 6:23 GMT+09:00 Joe Hershberger :
>> This option allows the 'make *_defconfig' step to run against a former
>> repo state, while the savedefconfig step runs against the current repo
>> state. This i
Hi Masahiro-san,
On Sat, Jun 6, 2015 at 8:09 AM, Masahiro Yamada
wrote:
> Hi Joe,
>
>
>
> 2015-05-11 17:40 GMT+09:00 Phil Edworthy :
>> Hi Joe,
>>
>>> -Original Message-
>>> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Joe
>>> Hershberger
>>> Sent: 10 May 2015 21:23
>>>
Hi Tom,
On Fri, Jun 5, 2015 at 11:25 AM, Tom Rini wrote:
> On Fri, Jun 05, 2015 at 01:02:16PM +0900, Masahiro Yamada wrote:
>> Hi Joe,
>>
>>
>> 2015-06-05 2:54 GMT+09:00 Joe Hershberger :
>> > Hi Masahiro-san,
>> >
>> > On Thu, Jun 4, 2015 at 12:29 PM, Masahiro Yamada
>> > wrote:
>> >> Hi.
>> >>
Hi Masahiro-san,
On Thu, Jun 4, 2015 at 11:02 PM, Masahiro Yamada
wrote:
> Hi Joe,
>
>
> 2015-06-05 2:54 GMT+09:00 Joe Hershberger :
>> Hi Masahiro-san,
>>
>> On Thu, Jun 4, 2015 at 12:29 PM, Masahiro Yamada
>> wrote:
>>> Hi.
>>>
>>>
>>> 2015-06-04 7:55 GMT+09:00 Joe Hershberger :
On Wed, J
> -Original Message-
> From: Maxin B. John [mailto:maxin.j...@enea.com]
> Sent: Wednesday, June 10, 2015 4:10 AM
> To: Thirumalesha N
> Cc: u-boot@lists.denx.de; Cooper Jr., Franklin; tr...@konsulko.com
> Subject: Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2
>
> Hi,
>
> On W
On 10.06.2015 12:06, Chris Packham wrote:
Unlike most configuration options defining this actually disables
support for a feature (parallel flash). Eventually the logic behind this
should probably be flipped so that '#ifndef CONFIG_SYS_NO_FLASH' becomes
'#ifdef CONFIG_HAS_PARALLEL_FLASH'
Yes, t
Currently there is no default value for NETARGS if CONFIG_CMD_NET=y isn't set.
This results in build errors which was first discovered when trying to run
make env.
By defining a blank NETARGS these errors can be avoided.
Signed-off-by: Franklin S Cooper Jr
---
include/configs/ti_armv7_common.h
Hi Lars,
On Wed, Jun 10, 2015 at 3:40 AM, Lars Poeschel wrote:
> Users who want to use RBTREE can now select it by Kconfig.
> Selecting it by board config include is still possible.
>
> Signed-off-by: Lars Poeschel
> ---
I beat you to it: http://lists.denx.de/pipermail/u-boot/2015-May/214261.ht
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>---
>
> arch/avr32/lib/Makefile | 3 -
> arch/avr32/lib/board.c | 256
> 2 files changed, 259 deletions(-)
> delete mode 100644 arch/avr32/lib/board.c
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=,
Andreas Devel writes:
>I have this board at work, so I can trun tests on it.
>
>Signed-off-by: Andreas Bießmann
>---
>
> board/atmel/atstk1000/MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
applied to u-boot-avr32/master, thanks!
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>---
> arch/avr32/Kconfig | 4 -
> board/mimc/mimc200/Kconfig | 15
> board/mimc/mimc200/MAINTAINERS | 6 --
> board/mimc/mimc200/Makefile| 6 --
> board/mimc/mimc200/mimc20
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>---
> arch/avr32/Kconfig | 4 -
> board/earthlcd/favr-32-ezkit/Kconfig | 15 --
> board/earthlcd/favr-32-ezkit/MAINTAINERS | 6 -
> board/earthlcd/favr-32-ezkit
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>---
> arch/avr32/Kconfig | 4 -
> board/miromico/hammerhead/Kconfig | 15
> board/miromico/hammerhead/MAINTAINERS | 6 --
> board/miromico/hammerhead/Makefile |
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>---
> arch/avr32/Kconfig| 9 --
> board/atmel/atstk1000/Kconfig | 48 ---
> board/atmel/atstk1000/MAINTAINERS | 6 --
> board/atmel/atstk1000/atstk1000.c | 23 +-
> c
Dear =?utf-8?q?Andreas_Bie=C3=9Fmann?=,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>---
>Tested on an atngw100 thankfully provided by Waldemar. Thus
>http://patchwork.ozlabs.org/patch/470705/ is not required.
>
> include/configs/atngw100.h |4
> 1 file changed, 4 insertions(+
On Wednesday 10 June 2015 12:58:11 Paul Kocialkowski wrote:
> Le mercredi 10 juin 2015 à 12:42 +0200, Pali Rohár a écrit :
> > On Wednesday 10 June 2015 12:34:39 Pali Rohár wrote:
> > > On Wednesday 10 June 2015 11:54:00 Paul Kocialkowski wrote:
> > > > Le mardi 09 juin 2015 à 20:34 +0200, Pali Roh
Le mercredi 10 juin 2015 à 12:42 +0200, Pali Rohár a écrit :
> On Wednesday 10 June 2015 12:34:39 Pali Rohár wrote:
> > On Wednesday 10 June 2015 11:54:00 Paul Kocialkowski wrote:
> > > Le mardi 09 juin 2015 à 20:34 +0200, Pali Rohár a écrit :
> > > > On Tuesday 09 June 2015 18:28:29 Pali Rohár wro
On Wednesday 10 June 2015 12:34:39 Pali Rohár wrote:
> On Wednesday 10 June 2015 11:54:00 Paul Kocialkowski wrote:
> > Le mardi 09 juin 2015 à 20:34 +0200, Pali Rohár a écrit :
> > > On Tuesday 09 June 2015 18:28:29 Pali Rohár wrote:
> > > > On Monday 08 June 2015 23:24:18 Paul Kocialkowski wrote:
Change infinite loop mechanism to timer based polling.
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/ldpaa_eth/ldpaa_eth.c | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ldpaa_eth/ldpaa_eth.c
b/drivers/net/ldpaa_eth/ldpaa_eth.c
index 839e78a..
Polling of TX conf frames is not a mandatory option.
Packets can be transferred via WRIOP without TX conf frame.
Configure ldpaa_eth driver to use TX path without confirmation frame
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/ldpaa_eth/ldpaa_eth.c | 114 ++-
Volatile command does not return frame immidiately, need to wait till a frame
is available in DQRR. Ideally it should be a blocking call.
Add timeout handling for DQRR frame instead of retry counter.
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/ldpaa_eth/ldpaa_eth.c | 36 ++
From: Stuart Yoder
This patch adds the infrastructure to update device
tree nodes to convey SMMU stream IDs in the device
tree. Fixups are implemented for PCI controllers
initially.
Signed-off-by: Stuart Yoder
Signed-off-by: Prabhakar Kushwaha
---
arch/arm/cpu/armv8/fsl-lsch3/fdt.c|
Do not immediately return if the enqueue function returns -EBUSY; re-try
mulitple times.
if timeout occures, release the buffer.
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/ldpaa_eth/ldpaa_eth.c | 26 --
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git
From: Stuart Yoder
delete any existing ICID pools in the DPC and create
a new one based on the stream ID partitioning for
the SoC
Signed-off-by: Stuart Yoder
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/fsl-mc/mc.c | 36
1 file changed, 36 insertions(
Update qbman driver
- As per latest available qbman driver
- Use of atomic APIs
Signed-off-by: Prabhakar Kushwaha
CC: Geoff Thorpe
CC: Haiying Wang
CC: Roy Pledge
---
drivers/net/fsl-mc/dpio/qbman_portal.c | 66 ++---
drivers/net/fsl-mc/dpio/qbman_portal.h | 22
Management complex major version should match to the firmware present in flash.
Return error during mismatch of major version.
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/fsl-mc/mc.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/drivers/net/fsl-mc/mc.c b/driver
From: Stuart Yoder
Stream IDs on ls2085a devices are not hardwired and are
programmed by sw. There are a limited number of stream IDs
available, and the partitioning of them is scenario dependent.
This header defines the partitioning between legacy, PCI,
and DPAA2 devices.
Signed-off-by: Stuart
Update flibs changes to mc-0.6.0.1 for dpmang, dprc, dpni and dpio objects
Also rename qbman_portal_ce/ci_paddr to qbman_portal_ce/ci_offset in
dpio_attr. These are now offsets from the SoC QBMan portals base.
Signed-off-by: J. German Rivera
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/fsl
From: "J. German Rivera"
Load AIOP image from NOR flash into DDR so that the MC firmware
the MC fw can start it at boot time
Signed-off-by: J. German Rivera
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/fsl-mc/mc.c | 23 +++
include/configs/ls2085a_common.h |
Flush buffer before releasing to BMan after TX_conf to ensure, the core does
not have any cachelines that the WRIOP will DMA to.
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/ldpaa_eth/ldpaa_eth.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ldpaa_eth/ldpaa_eth.c
b/driver
From: "J. German Rivera"
Make it easier for the user to notice when the MC firmware
had problems booting.
Signed-off-by: J. German Rivera
Signed-off-by: Prabhakar Kushwaha
---
drivers/net/fsl-mc/mc.c | 31 +--
1 file changed, 13 insertions(+), 18 deletions(-)
diff
Provide option to enable uart dcc support for zynqmp
This config can be enabled as per board config file.
Signed-off-by: Siva Durga Prasad Paladugu
---
include/configs/xilinx_zynqmp.h |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/include/configs/xilinx_zynqmp.h
Move the zynqmp Kconfig from board to arch
as there may be different boards under same
architecture.
Signed-off-by: Siva Durga Prasad Paladugu
---
arch/arm/Kconfig |3 ++-
.../xilinx => arch/arm/cpu/armv8}/zynqmp/Kconfig |0
2 files changed, 2 insertio
Define a new config "zynqmp_ep" for ZynqMP instead
of xilinx_zynqmp. This defconfig supports all emulation
platforms of ZynqMP. Also renamed TARGET_XILINX_ZYNQMP
to ARCH_ZYNQMP.
Signed-off-by: Siva Durga Prasad Paladugu
---
arch/arm/Kconfig |2 +-
arch/arm/c
Move CONFIG_SYS_TEXT_BASE of ZynqMP_ep to its
respective defconfig
Signed-off-by: Siva Durga Prasad Paladugu
---
Kconfig |2 +-
configs/zynqmp_ep_defconfig |1 +
include/configs/xilinx_zynqmp.h |1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff -
On Wednesday 10 June 2015 11:54:00 Paul Kocialkowski wrote:
> Le mardi 09 juin 2015 à 20:34 +0200, Pali Rohár a écrit :
> > On Tuesday 09 June 2015 18:28:29 Pali Rohár wrote:
> > > On Monday 08 June 2015 23:24:18 Paul Kocialkowski wrote:
> > > > I would be very glad to see board maintainers give a
On AM437x-GP Evm there is 2GB of DDR3 memory available as stated in
AM437x GP EVM HardwareUser's guide http://www.ti.com/lit/ug/spruhw7/spruhw7.pdf.
But MAX_RAM_BANK_SIZE is defined as 1GB.
Fixing MAX_RAM_BANK_SIZE to 2GB on AM43xx.
Reported-by: Shivasharan Nagalikar
Signed-off-by: Lokesh Vutla
Hi Stefano,
On Wed, Jun 10, 2015 at 11:44:34AM +0200, Stefano Babic wrote:
>Hi Peng,
>
>On 10/06/2015 10:06, Peng Fan wrote:
>> From: "Ye.Li"
>>
>> To resolve USB camera bandwidth issue, the patch sets recommended AQoS
>> setting from IC team value for peripheral and only on imx6qp.
>>
>> The a
Hi, Stefano
On Wed, Jun 10, 2015 at 11:40:38AM +0200, Stefano Babic wrote:
>Hi Peng,
>
>On 10/06/2015 10:06, Peng Fan wrote:
>> 1. Add DDR script for mx6qpsabreauto board.
>> 2. On CPU3 board, enet RGMII tx clock is from internal PLL. Set the GPR5[9]
>>and init the enet pll output to 125Mhz.
>
Hi Peng,
On 10/06/2015 12:01, Peng Fan wrote:
>>> +#define is_mx6dqp() ((is_cpu_type(MXC_CPU_MX6Q) || \
>>> +is_cpu_type(MXC_CPU_MX6D)) && \
>>> +(is_soc_rev(CHIP_REV_2_0) >= 0))
>>> +
>>
>> As "insider" you could better explain me: it looks like there will be
>> n
Unlike most configuration options defining this actually disables
support for a feature (parallel flash). Eventually the logic behind this
should probably be flipped so that '#ifndef CONFIG_SYS_NO_FLASH' becomes
'#ifdef CONFIG_HAS_PARALLEL_FLASH' but for now lets document the
existing behaviour.
S
On Wed, Jun 10, 2015 at 11:24:04AM +0200, Stefano Babic wrote:
>On 10/06/2015 10:06, Peng Fan wrote:
>> From: "Ye.Li"
>>
>> The i.MX6QP has a PRG module, need to enable its clock for using
>> IPU.
>>
>> Signed-off-by: Peng Fan
>> Signed-off-by: Brown Oliver
>> Signed-off-by: Ye.Li
>> ---
>>
Hi Stefano,
On Wed, Jun 10, 2015 at 11:23:10AM +0200, Stefano Babic wrote:
>Hi Peng,
>
>On 10/06/2015 10:06, Peng Fan wrote:
>> Since i.MX6QP changes some CCM registers, so modify the clocks settings to
>> follow the hardware changes.
>>
>> A new CONFIG_MX6QP is introduced here and is used for th
Hi Stefano,
On Wed, Jun 10, 2015 at 11:19:07AM +0200, Stefano Babic wrote:
>Hi Peng,
>
>On 10/06/2015 10:06, Peng Fan wrote:
>> Add new cpu type for i.MX6DQP and providing a dynamical
>> detecting function.
>>
>> Signed-off-by: Peng Fan
>> Signed-off-by: Ye.Li
>> ---
>> arch/arm/cpu/armv7/mx6/
On Wednesday, June 10, 2015 at 09:45:40 AM, Pali Rohár wrote:
> On Wednesday 10 June 2015 06:27:37 Marek Vasut wrote:
> > On Tuesday, June 09, 2015 at 06:28:29 PM, Pali Rohár wrote:
> > > On Monday 08 June 2015 23:24:18 Paul Kocialkowski wrote:
> > > > I would be very glad to see board maintainers
On Wednesday, June 10, 2015 at 11:49:54 AM, Josh Wu wrote:
> On 6/9/2015 9:11 PM, Tom Rini wrote:
> > On Tue, Jun 09, 2015 at 11:54:14AM +0800, Josh Wu wrote:
> >> Hi, Tom
> >>
> >> On 6/8/2015 9:20 PM, Tom Rini wrote:
> >>> On Mon, Jun 08, 2015 at 10:26:29AM +0200, Marek Vasut wrote:
> On Mo
Le mardi 09 juin 2015 à 20:34 +0200, Pali Rohár a écrit :
> On Tuesday 09 June 2015 18:28:29 Pali Rohár wrote:
> > On Monday 08 June 2015 23:24:18 Paul Kocialkowski wrote:
> > > I would be very glad to see board maintainers give a go
> > > at the changeset before it gets merged, especially on devic
On 6/9/2015 9:11 PM, Tom Rini wrote:
On Tue, Jun 09, 2015 at 11:54:14AM +0800, Josh Wu wrote:
Hi, Tom
On 6/8/2015 9:20 PM, Tom Rini wrote:
On Mon, Jun 08, 2015 at 10:26:29AM +0200, Marek Vasut wrote:
On Monday, June 08, 2015 at 04:05:04 AM, Josh Wu wrote:
Hi, Marek
On 6/5/2015 9:18 PM, Mare
Hi Peng,
On 10/06/2015 10:06, Peng Fan wrote:
> From: "Ye.Li"
>
> To resolve USB camera bandwidth issue, the patch sets recommended AQoS
> setting from IC team value for peripheral and only on imx6qp.
>
> The address is: 0xbb0608, the value is: 0x8201
>
I understand that, if you fight aga
Hi Peng,
On 10/06/2015 10:06, Peng Fan wrote:
> 1. Add DDR script for mx6qpsabreauto board.
> 2. On CPU3 board, enet RGMII tx clock is from internal PLL. Set the GPR5[9]
>and init the enet pll output to 125Mhz.
> 3. On CPU3 board, SW1ABC=VDDSOC_IN, SW2=VDDARM_IN.
>
> Build target: mx6qpsabrea
add cpsw ethernet boot mode support to download spl and
u-boot.img via tftp protocol. Also adding a seperate config
for ethernet boot mode as the default build falcon mode and
environment on MMC is defined for ethernet boot mode
environment should be set to nowhere.
Signed-off-by: Mugunthan V N
-
While booting via usb host mode, ROM uses DMA to copy MLO over USB so
ARM internal RAM cannot be used. Adding USB host boot support by
introducing new config target which sets SPL_TEXT_BASE to OCMC ram.
Signed-off-by: Mugunthan V N
---
configs/am43xx_evm_usbhost_boot_defconfig | 5 +
include
This patch set adds support for usb host boot and
ethernet boot support
Mugunthan V N (2):
am43xx_evm: add usb host boot support
am43xx_evm: add eth boot support
Tom Rini (1):
am43xx: Update CONFIG_SPL_TEXT_BASE
configs/am43xx_evm_ethboot_defconfig | 5 +
configs/am43xx_evm_usbh
From: Tom Rini
With 1.2 silicon this is now the documented starting usable point for
downloading images to (and corrects a problem with peripheral booting
with prior silicon). Prior silicon is OK using this address as well.
Signed-off-by: Tom Rini
Signed-off-by: Mugunthan V N
---
include/con
On 10/06/2015 10:06, Peng Fan wrote:
> From: "Ye.Li"
>
> The i.MX6QP has a PRG module, need to enable its clock for using
> IPU.
>
> Signed-off-by: Peng Fan
> Signed-off-by: Brown Oliver
> Signed-off-by: Ye.Li
> ---
> arch/arm/cpu/armv7/mx6/clock.c | 6 ++
> 1 file changed, 6 insertions(
Hi Peng,
On 10/06/2015 10:06, Peng Fan wrote:
> Since i.MX6QP changes some CCM registers, so modify the clocks settings to
> follow the hardware changes.
>
> A new CONFIG_MX6QP is introduced here and is used for the CCM difference.
> At default CONFIG_MX6Q is enabled along with the CONFIG_MX6QP.
Hi Peng,
On 10/06/2015 10:06, Peng Fan wrote:
> Add new cpu type for i.MX6DQP and providing a dynamical
> detecting function.
>
> Signed-off-by: Peng Fan
> Signed-off-by: Ye.Li
> ---
> arch/arm/cpu/armv7/mx6/soc.c | 4 +++-
> arch/arm/include/asm/arch-mx6/imx-regs.h | 1 +
> arch
Hi,
On Wed, Jun 10, 2015 at 10:29:47AM +0530, Thirumalesha N wrote:
> Hi all,
>
> I have pulled latest code from u-boot main line through git.
>
> Using linaro tool chain for am335x board
>
> I'm trying to compile tools/env but its giving an error
>
> #make ARCH=arm CROSS_COMPILE=arm-linux-gnu
>From c02e4e8d6f89889255f8f8ec78abc7f33faac3b5 Mon Sep 17 00:00:00 2001
From: Bernhard Nortmann
Date: Wed, 10 Jun 2015 10:23:13 +0200
Subject: [PATCH] add CONFIG_SYS_64BIT_LBA
Due to absence of CONFIG_SYS_64BIT_LBA, u-boot-sunxi currently has
no support for the (GPT) partioning scheme of large
Hi Stefano,
On Wed, Jun 10, 2015 at 10:20:38AM +0200, Stefano Babic wrote:
>Hi Peng,
>
>On 10/06/2015 10:06, Peng Fan wrote:
>> is_soc_rev should be casted to signed int, otherwise
>> may incur errors when detecting cpu types, since we use
>> such pieces of code:
>> "
>> if (is_soc_rev(CHIP_REV_1_
Users who want to use MTD_PARTITIONS can now select it by Kconfig.
Selecting it by board config include is still possible.
Signed-off-by: Lars Poeschel
---
drivers/mtd/Kconfig | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfi
Users who want to use ubifs can now select it by Kconfig.
Selecting it by board config include is still possible.
Signed-off-by: Lars Poeschel
---
fs/ubifs/Kconfig | 8
1 file changed, 8 insertions(+)
diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig
index e69de29..c5f9714 100644
--- a/
Users who want to use lzo decompression can now select it by Kconfig.
Selecting it by board config include is still possible.
Signed-off-by: Lars Poeschel
---
lib/Kconfig | 6 ++
1 file changed, 6 insertions(+)
diff --git a/lib/Kconfig b/lib/Kconfig
index fc2be56..0fe4932 100644
--- a/lib/K
Users who want to use ubi can now select it by Kconfig.
Selecting it by board config include is still possible.
Signed-off-by: Lars Poeschel
---
common/Kconfig | 10 ++
1 file changed, 10 insertions(+)
diff --git a/common/Kconfig b/common/Kconfig
index f6478fa..bc2836a 100644
--- a/comm
1 - 100 of 115 matches
Mail list logo