[U-Boot] [PATCH 0/2] ARM: cache: clean up the code to drop the empty stub functions

2015-06-10 Thread Josh Wu
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

[U-Boot] [PATCH 2/2] ARM: cache: implement a default flush_cache() function

2015-06-10 Thread Josh Wu
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

Re: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-06-10 Thread Tony Lindgren
* 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

[U-Boot] [PATCH 1/2] ARM: cache: drop the empty dcache functions as we have it in lib/cache.c

2015-06-10 Thread Josh Wu
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

[U-Boot] [PATCH 2/2] ARM: cache: implement a default flush_cache() function

2015-06-10 Thread Josh Wu
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

[U-Boot] [resend][PATCH 0/2] ARM: cache: clean up the code to drop the empty stub functions

2015-06-10 Thread Josh Wu
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

Re: [U-Boot] [PATCH v2 1/3] ARM: cache: add an empty stub function for invalidate/flush dcache

2015-06-10 Thread Josh Wu
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

[U-Boot] [PATCH 1/2] ARM: cache: drop the empty dcache functions as we have it in lib/cache.c

2015-06-10 Thread Josh Wu
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/

Re: [U-Boot] No maintainer info

2015-06-10 Thread Masahiro Yamada
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

Re: [U-Boot] [PATCH v2 00/18] dm: Introduce device tree support in SPL (for Rockchip)

2015-06-10 Thread Simon Glass
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

Re: [U-Boot] Please pull u-boot-sunxi master

2015-06-10 Thread Simon Glass
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

Re: [U-Boot] please pull u-boot-samsung master

2015-06-10 Thread Tom Rini
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

[U-Boot] please pull u-boot-samsung master

2015-06-10 Thread Minkyu Kang
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

Re: [U-Boot] [PATCH 03/13] drivers/fsl-mc: Autoload AOIP image from NOR flash

2015-06-10 Thread Kushwaha Prabhakar
> -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

Re: [U-Boot] MinnowBoard Max uboot

2015-06-10 Thread Simon Glass
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

Re: [U-Boot] Regarding learning reference of uboot loading secondary uboot

2015-06-10 Thread Simon Glass
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

Re: [U-Boot] [PATCH] Nokia RX-51: Fix calculating return address in save_boot_params

2015-06-10 Thread Simon Glass
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

Re: [U-Boot] [PATCH] ti: am335x/am437x/omap5 devices: Fix breakage when CONFIG_CMD_NET is not used

2015-06-10 Thread Tom Rini
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

Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-10 Thread Scott Wood
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

Re: [U-Boot] [PATCH 1/3] am43xx: Update CONFIG_SPL_TEXT_BASE

2015-06-10 Thread Tom Rini
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

Re: [U-Boot] [PATCH 2/3] am43xx_evm: add usb host boot support

2015-06-10 Thread Tom Rini
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

Re: [U-Boot] [PATCH 3/3] am43xx_evm: add eth boot support

2015-06-10 Thread Tom Rini
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

Re: [U-Boot] MinnowBoard Max uboot

2015-06-10 Thread Beaman, Thomas
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

Re: [U-Boot] [PATCH v2 1/3] ARM: cache: add an empty stub function for invalidate/flush dcache

2015-06-10 Thread Tom Rini
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

Re: [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig

2015-06-10 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig

2015-06-10 Thread Lars Poeschel
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 >

[U-Boot] [PATCH v2] usb.h: Always declare usb function prototypes

2015-06-10 Thread Hans de Goede
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

Re: [U-Boot] Please pull u-boot-sunxi master

2015-06-10 Thread Tom Rini
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

[U-Boot] Please pull u-boot-sunxi master

2015-06-10 Thread Hans de Goede
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

Re: [U-Boot] Pull request: u-boot-tegra/master

2015-06-10 Thread Tom Rini
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

Re: [U-Boot] [PULL] u-boot-avr32/master -> u-boot/master

2015-06-10 Thread Tom Rini
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 (

Re: [U-Boot] [PATCH 03/13] drivers/fsl-mc: Autoload AOIP image from NOR flash

2015-06-10 Thread York Sun
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?

Re: [U-Boot] [PATCH 2/2] net: Add support for Marvell 88E1510 PHY

2015-06-10 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH] ti: am335x/am437x/omap5 devices: Fix breakage when CONFIG_CMD_NET is not used

2015-06-10 Thread Maxin B. John
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

Re: [U-Boot] [PATCH 1/2] net: Improve 88E151x PHY initialization

2015-06-10 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH] net: davinci_emac: don't teardown inactive rx channel

2015-06-10 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH] moveconfig: Add a new --git-ref option

2015-06-10 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH 0/6] Remove sh boards that we have no tool-chain for.

2015-06-10 Thread Joe Hershberger
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 >>>

Re: [U-Boot] [PATCH] sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default

2015-06-10 Thread Joe Hershberger
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. >> >>

Re: [U-Boot] [PATCH] sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default

2015-06-10 Thread Joe Hershberger
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

Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2

2015-06-10 Thread Cooper Jr., Franklin
> -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

Re: [U-Boot] [RFC PATCH v1] README: Describe CONFIG_SYS_NO_FLASH

2015-06-10 Thread Stefan Roese
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

[U-Boot] [PATCH] ti: am335x/am437x/omap5 devices: Fix breakage when CONFIG_CMD_NET is not used

2015-06-10 Thread Franklin S Cooper Jr
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

Re: [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig

2015-06-10 Thread Joe Hershberger
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

Re: [U-Boot] [U-Boot,7/7] avr32: delete ancient board.c

2015-06-10 Thread Andreas Bießmann
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

Re: [U-Boot] [U-Boot,6/7] avr32: take maintainership for atstk1002

2015-06-10 Thread Andreas Bießmann
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!

Re: [U-Boot] [U-Boot,4/7] avr32: delete non generic board mimc200

2015-06-10 Thread Andreas Bießmann
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

Re: [U-Boot] [U-Boot,2/7] avr32: delete non generic board favr-32-ezkit

2015-06-10 Thread Andreas Bießmann
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

Re: [U-Boot] [U-Boot,3/7] avr32: delete non generic board hammerhead

2015-06-10 Thread Andreas Bießmann
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 |

Re: [U-Boot] [U-Boot,5/7] avr32: delete non generic board's atstk100{3, 4, 6}

2015-06-10 Thread Andreas Bießmann
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

Re: [U-Boot] atngw100: convert to generic board

2015-06-10 Thread Andreas Bießmann
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(+

Re: [U-Boot] [PATCH v2 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device

2015-06-10 Thread Pali Rohár
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

Re: [U-Boot] [PATCH v2 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device

2015-06-10 Thread Paul Kocialkowski
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

Re: [U-Boot] [PATCH v2 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device

2015-06-10 Thread Pali Rohár
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:

[U-Boot] [PATCH 13/13] driver/ldpaa_eth:Avoid infinite loop in QBMAN buf release

2015-06-10 Thread Prabhakar Kushwaha
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..

[U-Boot] [PATCH 12/13] driver/ldpaa_eth: Avoid TX conf frames

2015-06-10 Thread Prabhakar Kushwaha
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 ++-

[U-Boot] [PATCH 11/13] driver/ldpaa_eth: Add timeout handling DQRR entry read

2015-06-10 Thread Prabhakar Kushwaha
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 ++

[U-Boot] [PATCH 09/13] armv8/fsl-lsch3: device tree fixups for PCI stream IDs

2015-06-10 Thread Prabhakar Kushwaha
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|

[U-Boot] [PATCH 10/13] driver/ldpaa_eth: Retry enqueue if portal was busy

2015-06-10 Thread Prabhakar Kushwaha
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

[U-Boot] [PATCH 08/13] drivers/fsl-mc: dynamically create ICID pool in DPC

2015-06-10 Thread Prabhakar Kushwaha
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(

[U-Boot] [PATCH 05/13] drivers: fsl-mc: Update qbman driver

2015-06-10 Thread Prabhakar Kushwaha
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

[U-Boot] [PATCH 06/13] drivers: fsl-mc: Return error for major version mismatch

2015-06-10 Thread Prabhakar Kushwaha
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

[U-Boot] [PATCH 07/13] armv8/fsl-lsch3: partition stream IDs

2015-06-10 Thread Prabhakar Kushwaha
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

[U-Boot] [PATCH 04/13] drivers: fsl-mc: Update flibs to mc-0.6.0.1

2015-06-10 Thread Prabhakar Kushwaha
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

[U-Boot] [PATCH 03/13] drivers/fsl-mc: Autoload AOIP image from NOR flash

2015-06-10 Thread Prabhakar Kushwaha
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 |

[U-Boot] [PATCH 02/13] driver/ldpaa_eth:Flush buffer before seeding BMAN after TX_conf

2015-06-10 Thread Prabhakar Kushwaha
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

[U-Boot] [PATCH 01/13] drivers/fsl-mc: Make MC boot error messages more readable

2015-06-10 Thread Prabhakar Kushwaha
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

[U-Boot] [PATCH 4/4] zynqmp: Provide option to enable uart dcc support for zynqmp

2015-06-10 Thread Siva Durga Prasad Paladugu
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

[U-Boot] [PATCH 1/4] zynqmp: Kconfig: Move zynqmp Kconfig

2015-06-10 Thread Siva Durga Prasad Paladugu
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

[U-Boot] [PATCH 2/4] zynqmp: Define ep config for ZynqMP

2015-06-10 Thread Siva Durga Prasad Paladugu
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

[U-Boot] [PATCH 3/4] Kconfig: zynqMP: Move CONFIG_SYS_TEXT_BASE to defconfig

2015-06-10 Thread Siva Durga Prasad Paladugu
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 -

Re: [U-Boot] [PATCH v2 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device

2015-06-10 Thread Pali Rohár
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

[U-Boot] [PATCH] ARM: AM43x: Fix MAX_RAM_BANK_SIZE

2015-06-10 Thread Lokesh Vutla
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

Re: [U-Boot] [PATCH 8/8] imx: mx6qp: Adjust AQos settings for peripherals

2015-06-10 Thread Peng Fan
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

Re: [U-Boot] [PATCH 7/8] imx: mx6qpsabreauto: Add MX6QP SABREAUTO CPU3 board support

2015-06-10 Thread Peng Fan
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. >

Re: [U-Boot] [PATCH 2/8] imx: mx6: Add MX6DQP CPU rev type

2015-06-10 Thread Stefano Babic
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

[U-Boot] [RFC PATCH v1] README: Describe CONFIG_SYS_NO_FLASH

2015-06-10 Thread Chris Packham
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

Re: [U-Boot] [PATCH 6/8] imx: mx6qp: Enable PRG clock for IPU

2015-06-10 Thread Peng Fan
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 >> --- >>

Re: [U-Boot] [PATCH 4/8] imx: mx6: ccm: Change the clock settings for i.MX6QP

2015-06-10 Thread Peng Fan
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

Re: [U-Boot] [PATCH 2/8] imx: mx6: Add MX6DQP CPU rev type

2015-06-10 Thread Peng Fan
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/

Re: [U-Boot] [PATCH v2 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device

2015-06-10 Thread Marek Vasut
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

Re: [U-Boot] [PATCH v2 1/3] ARM: cache: add an empty stub function for invalidate/flush dcache

2015-06-10 Thread Marek Vasut
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

Re: [U-Boot] [PATCH v2 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device

2015-06-10 Thread Paul Kocialkowski
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

Re: [U-Boot] [PATCH v2 1/3] ARM: cache: add an empty stub function for invalidate/flush dcache

2015-06-10 Thread Josh Wu
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

Re: [U-Boot] [PATCH 8/8] imx: mx6qp: Adjust AQos settings for peripherals

2015-06-10 Thread Stefano Babic
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

Re: [U-Boot] [PATCH 7/8] imx: mx6qpsabreauto: Add MX6QP SABREAUTO CPU3 board support

2015-06-10 Thread Stefano Babic
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

[U-Boot] [PATCH 3/3] am43xx_evm: add eth boot support

2015-06-10 Thread Mugunthan V N
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 -

[U-Boot] [PATCH 2/3] am43xx_evm: add usb host boot support

2015-06-10 Thread 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

[U-Boot] [PATCH 0/3] Add usb host and ethernet boot support

2015-06-10 Thread Mugunthan V N
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

[U-Boot] [PATCH 1/3] am43xx: Update CONFIG_SPL_TEXT_BASE

2015-06-10 Thread Mugunthan V N
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

Re: [U-Boot] [PATCH 6/8] imx: mx6qp: Enable PRG clock for IPU

2015-06-10 Thread Stefano Babic
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(

Re: [U-Boot] [PATCH 4/8] imx: mx6: ccm: Change the clock settings for i.MX6QP

2015-06-10 Thread Stefano Babic
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.

Re: [U-Boot] [PATCH 2/8] imx: mx6: Add MX6DQP CPU rev type

2015-06-10 Thread Stefano Babic
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

Re: [U-Boot] Compilation of env error u-boot 2015.07-rc2

2015-06-10 Thread Maxin B. John
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

[U-Boot] [PATCH] add CONFIG_SYS_64BIT_LBA

2015-06-10 Thread Bernhard Nortmann
>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

Re: [U-Boot] [PATCH 1/8] imx: mx6 cast return type of is_soc_rev to int

2015-06-10 Thread Peng Fan
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_

[U-Boot] [PATCH 2/5] Make MTD_PARTITIONS selectable by Kconfig

2015-06-10 Thread Lars Poeschel
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

[U-Boot] [PATCH 5/5] Make ubifs selectable by Kconfig

2015-06-10 Thread Lars Poeschel
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/

[U-Boot] [PATCH 4/5] Make lzo decompression selectable by Kconfig

2015-06-10 Thread Lars Poeschel
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

[U-Boot] [PATCH 3/5] Make ubi selectable by Kconfig

2015-06-10 Thread Lars Poeschel
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   2   >