Hi Marek,
On 10/11/2014 04:24 AM, Marek Vasut wrote:
On Friday, October 10, 2014 at 03:39:08 AM, Nikolay Dimitrov wrote:
Hi Marek,
The usual stuff follows :D.
On 10/10/2014 02:22 AM, Marek Vasut wrote:
+#define NOVENA_BUTTON_GPIO IMX_GPIO_NR(4, 14)
+#define NOVENA_SD_WP IMX_GPI
Hi Marek,
On 10/11/2014 04:14 AM, Marek Vasut wrote:
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Sean Cross
Cc: Nikolay Dimitrov
Hi Fabio,
On 10/11/2014 04:39 AM, Fabio Estevam wrote:
Hi Marek,
On Fri, Oct 10, 2014 at 10:14 PM, Marek Vasut wrote:
+int board_early_init_f(void)
+{
+#if defined(CONFIG_VIDEO_IPUV3)
+ setup_display();
+#endif
+
+ /* Bring Ethernet PHY out of reset. */
+ gpio_set_value(IMX
On Fri, Oct 10, 2014 at 10:14 PM, Marek Vasut wrote:
> +/* PCI express */
> +#undef CONFIG_CMD_PCI /* Disable to prevent Linux from hanging on MX6 */
This has been fixed recently by this commit:
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/pci/host/pci-imx6.c
Hi Marek,
On Fri, Oct 10, 2014 at 10:14 PM, Marek Vasut wrote:
> +int board_early_init_f(void)
> +{
> +#if defined(CONFIG_VIDEO_IPUV3)
> + setup_display();
> +#endif
> +
> + /* Bring Ethernet PHY out of reset. */
> + gpio_set_value(IMX_GPIO_NR(3, 23), 1);
No delay needed here
On Friday, October 10, 2014 at 03:39:08 AM, Nikolay Dimitrov wrote:
> Hi Marek,
>
> The usual stuff follows :D.
>
> On 10/10/2014 02:22 AM, Marek Vasut wrote:
> > +#define NOVENA_BUTTON_GPIO IMX_GPIO_NR(4, 14)
> > +#define NOVENA_SD_WP IMX_GPIO_NR(1, 2)
> > +#define NOVENA_SD_CD
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Sean Cross
Cc: Nikolay Dimitrov
---
arch/arm/Kconfig | 4 +
board/k
nges up to 3d420cbd355a5f09e4f113eb10579a264a8ef138:
Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into
'u-boot-arm/master' (2014-10-11 01:20:55 +0200)
Albert ARIBAUD (4):
Merge remote-trac
ble in the git repository at:
>
>
> git://git.denx.de/u-boot-socfpga.git topic/arm/socfpga-20141010
In the U-Boot process, PRs are done from a master branch to a master
branch.
There are exceptions of course, for instance when a repo collects
patches for more than one architecture, as does
Hi Jagan,
On 10 October 2014 12:37, Jagan Teki wrote:
> Hi Simon,
>
> On 10 October 2014 23:35, Simon Glass wrote:
>> Hi Jagan,
>>
>> On 10 October 2014 11:31, Jagan Teki wrote:
>>> Hi Simon,
>>>
>>> Can you please see my comments below, I'm relating more about cs and bus
>>> valid scenario whi
Hi,
On 10 October 2014 07:32, Przemyslaw Marczak wrote:
> Hello Simon,
>
>
> On 10/10/2014 05:17 AM, Simon Glass wrote:
>>
>> Hi,
>>
>> On 8 October 2014 14:48, Przemyslaw Marczak wrote:
>>>
>>> This is an introduction to driver-model multi class PMIC support.
>>> It starts with UCLASS_PMIC - a
On 10 October 2014 16:04, Marcel Ziswiler wrote:
> Clean-up a spurious new line which got introduced resp. left behind by
> commit
>
> f1ef2b62339526df3b921bcfefd174ce76d4c624
> kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig
>
> Signed-off-by: Marcel Ziswiler
Acked-by: Simon Glass
The following changes since commit db67801bf92f7fae6131dbc0d387131698fb9490:
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2014-10-10
09:45:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git topic/arm/socfpga-20141010
for yo
Hi Marcel,
On 10 October 2014 16:44, Marcel Ziswiler wrote:
> Hi Simon
>
> On Fri, 2014-10-10 at 16:22 -0600, Simon Glass wrote:
>> Well you fixed that bug. Are there any others?
>
> Well, not in any of our boards but a short grep through the sources
> reveals dozens of places where GPIOs are sti
On Friday, October 10, 2014 at 01:50:23 AM, Marek Vasut wrote:
> The SoCDK uses EMAC1, not EMAC0. This patch fixes the issue.
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
> Cc: Albert Aribaud
> Cc: Tom Rini
> Cc: Wolfgang Denk
> Cc: Pavel Machek
> ---
> include/con
Hi Simon
On Fri, 2014-10-10 at 16:22 -0600, Simon Glass wrote:
> Well you fixed that bug. Are there any others?
Well, not in any of our boards but a short grep through the sources
reveals dozens of places where GPIOs are still reserved with NULL
labels. Happy crashing and subsequent bisecting for
Update Apalis T30 as per the following commits
c369139234c03b1494394d12cd27009f47aa6606
tegra: dts: Add serial port details
461be2f96e4b87e5065208c6659a47dd0ad9e9f8
kconfig: remove redundant "string" type in arch and board Kconfigs
f1ef2b62339526df3b921bcfefd174ce76d4c624
kconfig: move CONFIG_DE
From: Olaf Mandel
Align the documentation with the include/linux/etherdevice.h ,
which is where this example comes from. The return value from
the check was inverted in the documentation.
Signed-off-by: Olaf Mandel
Signed-off-by: Marek Vasut
Cc: Albert ARIBAUD
Cc: Tom Rini
---
doc/README.un
Hi Marcel,
On 10 October 2014 09:53, Marcel Ziswiler wrote:
> Hi Simon
>
> On Fri, 2014-10-10 at 09:42 -0600, Simon Glass wrote:
>> OK, is it possible to stop calling the function with NULL instead?
>
> Yes, sure. Remember
>
> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/198189
>
>> Th
Add missing chosen stdout-path device tree node. This got missed by
commit
c369139234c03b1494394d12cd27009f47aa6606
tegra: dts: Add serial port details
Signed-off-by: Marcel Ziswiler
---
note:
- this patch got re-based against u-boot/master which includes above
mentioned commit while u-boot-te
Clean-up a spurious new line which got introduced resp. left behind by
commit
f1ef2b62339526df3b921bcfefd174ce76d4c624
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig
Signed-off-by: Marcel Ziswiler
---
note:
- this patch got re-based against u-boot/master which includes above
mentioned com
On popular request this now completes the Warren's work started for
TK1:
aeb3fcb35956461077804720b8a252d50758d7e0
ARM: tegra: Use mem size from MC rather than ODMDATA
In addition to the move of using the Tegra memory controller (MC)
register rather than ODMDATA for T20, T30 and T114 as well it fu
Hi all,
On Wed, Oct 8, 2014 at 10:35 AM, Chin Liang See wrote:
> On Sun, 2014-10-05 at 22:55 +0200, ma...@denx.de wrote:
>> On Sunday, October 05, 2014 at 10:35:06 PM, Maxime Hadjinlian wrote:
>> > On Sun, Oct 5, 2014 at 10:28 PM, Marek Vasut wrote:
>> > > On Sunday, October 05, 2014 at 09:51:27
Hi Jeroen,
On Fri, 10 Oct 2014 22:40:48 +0200, Jeroen Hofstee
wrote:
> Hello Albert,
>
> On 10-10-14 21:51, Albert ARIBAUD wrote:
> > Hi Jeroen,
> >
> > On Fri, 10 Oct 2014 18:09:19 +0200, Jeroen Hofstee
> > wrote:
> >
> >> Hello Marek,
> >>
> >> On 10-10-14 16:26, Marek Vasut wrote:
> >>> On
Hello Albert,
On 10-10-14 21:51, Albert ARIBAUD wrote:
Hi Jeroen,
On Fri, 10 Oct 2014 18:09:19 +0200, Jeroen Hofstee
wrote:
Hello Marek,
On 10-10-14 16:26, Marek Vasut wrote:
On Friday, October 10, 2014 at 04:04:40 PM, Jeroen Hofstee wrote:
Hello Wolfgang,
On 10-10-14 14:22, Wolfgang Den
Dear Albert Aribaud,
please pull these changes into u-boot-arm/master. They are two generic board
conversions which are trivial and a fix for gigabit ethernet on sama5d3xek.
The following changes since commit ebf8644a113a36b163c2e06fe1e081c73f563c3a:
Merge branch 'u-boot-samsung/master' into '
Dear Heiko Schocher,
Heiko Schocher writes:
>Signed-off-by: Heiko Schocher
>Cc: Andreas Bießmann
>Cc: Bo Shen
>---
> include/configs/corvus.h | 2 ++
> include/configs/taurus.h | 2 ++
> 2 files changed, 4 insertions(+)
applied to u-boot-atmel/master, thanks!
Best regards,
Andreas Bießmann
___
Dear Andreas Devel,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>Cc: Bo Shen
>---
>
> board/atmel/sama5d3xek/sama5d3xek.c | 29 -
> 1 file changed, 20 insertions(+), 9 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regards,
Andreas Bießmann
_
Dear Bo Shen,
Bo Shen writes:
>Signed-off-by: Bo Shen
>---
>
> include/configs/at91sam9263ek.h | 2 ++
> 1 file changed, 2 insertions(+)
applied to u-boot-atmel/master, thanks!
Best regards,
Andreas Bießmann
___
U-Boot mailing list
U-Boot@lists.denx.d
Dear Andreas Devel,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>Cc: Joe Hershberger
>Cc: Bo Shen
>---
>
> drivers/net/macb.c | 25 -
> 1 file changed, 8 insertions(+), 17 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regards,
Andreas Bießmann
Hi Jeroen,
On Fri, 10 Oct 2014 18:09:19 +0200, Jeroen Hofstee
wrote:
> Hello Marek,
>
> On 10-10-14 16:26, Marek Vasut wrote:
> > On Friday, October 10, 2014 at 04:04:40 PM, Jeroen Hofstee wrote:
> >> Hello Wolfgang,
> >>
> >> On 10-10-14 14:22, Wolfgang Denk wrote:
> It does not mention p
Hi Simon,
On 10 October 2014 23:35, Simon Glass wrote:
> Hi Jagan,
>
> On 10 October 2014 11:31, Jagan Teki wrote:
>> Hi Simon,
>>
>> Can you please see my comments below, I'm relating more about cs and bus
>> valid scenario which is available on current drivers wrt dm-spi.
>>
>> On 30 September
Hi Jagan,
On 10 October 2014 11:31, Jagan Teki wrote:
> Hi Simon,
>
> Can you please see my comments below, I'm relating more about cs and bus
> valid scenario which is available on current drivers wrt dm-spi.
>
> On 30 September 2014 01:05, Simon Glass wrote:
>> Add a uclass which provides acce
Hi Simon,
Can you please see my comments below, I'm relating more about cs and bus
valid scenario which is available on current drivers wrt dm-spi.
On 30 September 2014 01:05, Simon Glass wrote:
> Add a uclass which provides access to SPI buses and includes operations
> required by SPI.
>
> For
On Thu, Oct 09, 2014 at 10:20:36PM +0300, Khoronzhuk, Ivan wrote:
> From: Murali Karicheri
>
> The K2HK and K2E boards support SPL by default, so add
> CONFIG_SPL option. Also export CONFIG_ARM, CONFIG_ARCH_KEYSTONE
> and TARGET_K2*_EVM options to spl/.config as they are the same.
> So now it's
On Fri, Oct 10, 2014 at 06:30:17PM +0200, Hans de Goede wrote:
> Signed-off-by: Hans de Goede
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/ma
On Thu, Oct 09, 2014 at 10:21:14PM +0300, Khoronzhuk, Ivan wrote:
> Update readme file for Keystone II EVM boards to actual sources.
> Also correct some typos. For now the Edison evaluation board is
> added, README for K2E is mostly the same, so update README to
> contain information also for K2E
Signed-off-by: Hans de Goede
---
drivers/serial/serial-uclass.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/serial/serial-uclass.c b/drivers/serial/serial-uclass.c
index fd010ca..6dde4ea 100644
--- a/drivers/serial/serial-uclass.c
+++ b/drivers/serial/serial-uclass
On 10 October 2014 21:44, Tom Rini wrote:
> On Tue, Sep 30, 2014 at 10:48:11AM -0400, Tom Rini wrote:
>> On Tue, Sep 30, 2014 at 08:06:43PM +0530, Jagan Teki wrote:
>> > On 30 September 2014 18:41, David Müller (ELSOFT AG)
>> > wrote:
>> > > Jagan Teki wrote:
>> > >> On 30 September 2014 16:53, D
Thanks Tom.
And Stefan: I apologize for my delayed review on these.
--Ash
On Fri, Oct 10, 2014 at 9:12 AM, Tom Rini wrote:
> On Tue, Sep 16, 2014 at 05:51:04PM +0200, Stefan Herbrechtsmeier wrote:
>
>> At the moment the boot loader use a common configuration for all Gumstix
>> Overo expansion bo
On Tue, Sep 16, 2014 at 05:51:04PM +0200, Stefan Herbrechtsmeier wrote:
> At the moment the boot loader use a common configuration for all Gumstix
> Overo expansion boards. This also includes configuration of all inputs
> and outputs even if they aren't used by the boot loader. Because the
> Overo
On Tue, Sep 30, 2014 at 10:48:11AM -0400, Tom Rini wrote:
> On Tue, Sep 30, 2014 at 08:06:43PM +0530, Jagan Teki wrote:
> > On 30 September 2014 18:41, David Müller (ELSOFT AG)
> > wrote:
> > > Jagan Teki wrote:
> > >> On 30 September 2014 16:53, David Müller wrote:
> > >>> +int board_early_init_
Hello Marek,
On 10-10-14 16:26, Marek Vasut wrote:
On Friday, October 10, 2014 at 04:04:40 PM, Jeroen Hofstee wrote:
Hello Wolfgang,
On 10-10-14 14:22, Wolfgang Denk wrote:
It does not mention puts() vs. printf(), if it is indeed meant to be
u-boot policy.
This is not just U-Boot philosophy,
On Fri, 2014-10-10 at 09:52 -0600, Simon Glass wrote:
> You could put anything in there.
Good point. Maybe we should leave more spare defines like that. One
never knows could come in handy (;-p).
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists
Hi Simon
On Fri, 2014-10-10 at 09:42 -0600, Simon Glass wrote:
> OK, is it possible to stop calling the function with NULL instead?
Yes, sure. Remember
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/198189
> That is a bug IMO.
Well, that's what I tried to find out digging through the
On 10 October 2014 09:45, Marcel Ziswiler wrote:
> Wondering what exactly that one should bring (;-p). Looks like a remnant of
> the last commit
>
> 783e6a72b8278d59854ced41a4696c9a14abbb0b
> kconfig: move CONFIG_OF_* to Kconfig
>
> Signed-off-by: Marcel Ziswiler
Acked-by: Simon Glass
You cou
Hi Akshay,
On 10 October 2014 05:50, Akshay Saraswat wrote:
> Hi Simon,
>
>>
>>Hi Akshay,
>>
>>On 8 October 2014 02:10, Akshay Saraswat wrote:
>>> Now we are adding a new Peach-Pi board which is a variant of Peach-Pit
>>> and is based on Exynos5800. Exynos5800 itself is a variant of Exynos5420,
>
Wondering what exactly that one should bring (;-p). Looks like a remnant of the
last commit
783e6a72b8278d59854ced41a4696c9a14abbb0b
kconfig: move CONFIG_OF_* to Kconfig
Signed-off-by: Marcel Ziswiler
---
include/configs/tegra-common-post.h | 4
1 file changed, 4 deletions(-)
diff --git
On 10 October 2014 09:31, Marcel Ziswiler wrote:
> Signed-off-by: Marcel Ziswiler
Acked-by: Simon Glass
Thanks,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Marcel,
On 10 October 2014 09:37, Marcel Ziswiler wrote:
> Hi Simon
>
> On Fri, 2014-10-10 at 09:26 -0600, Simon Glass wrote:
>> Does this patch fix anything? What exactly does it change with your board?
>
> Well, yes. It does stop Colibri T30 from crashing with rc3 right after
> printing DRAM
Hi Simon
On Fri, 2014-10-10 at 09:26 -0600, Simon Glass wrote:
> Does this patch fix anything? What exactly does it change with your board?
Well, yes. It does stop Colibri T30 from crashing with rc3 right after
printing DRAM: 1 GiB.
Looking at the former code the string copy stuff was actually
Signed-off-by: Marcel Ziswiler
---
include/asm-generic/gpio.h | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
index 60539d8..1ebb9c7 100644
--- a/include/asm-generic/gpio.h
+++ b/include/asm-generic/gpio.h
@@ -
Hi Marcel,
On 10 October 2014 08:56, Marcel Ziswiler wrote:
> Fix Tegra GPIO driver to not crash resp. misbehave upon requesting
> GPIOs with an empty aka NULL label. As the driver uses exclusively the
> label to check for reservation status actually supplying one is
> mandatory!
>
> This fixes a
From: Vitaly Andrianov
This patch adds the DDR3 ECC support to enable ECC in the DDR3
EMIF controller for Keystone II devices.
By default, ECC will only be enabled if RMW is supported in the
DDR EMIF controller. The entire DDR memory will be scrubbed to
zero using an EDMA channel after ECC is en
From: Hao Zhang
Add ddr3 commands:
test - test DDR from start\n
address to end address\n
ddr compare-\n
compare DDR data of (size) bytes from start address to end
address\n
ddr ecc_err - generate bit errors\n
in DDR data at , the command will read a 32-bit
From: Vitaly Andrianov
Add functions to set/get SES PMAX values of Pivilege ID pair.
Also add msmc module definitions.
Acked-by: Murali Karicheri
Signed-off-by: Hao Zhang
Signed-off-by: Vitaly Andrianov
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/msmc.c| 26 ++
The EDMA3 controller’s primary purpose is to service data transfers
that you program between two memory-mapped slave endpoints on the device.
Typical usage includes, but is not limited to the following:
- Servicing software-driven paging transfers (e.g., transfers from external
memory, such as S
On 10 October 2014 09:04, Marcel Ziswiler wrote:
> Fix ASIX USB to Ethernet reset which due to the new driver model Tegra
> GPIO driver changes now requires a label string to be provided
> otherwise the reservation and subsequent direction/value calls will
> fail.
>
> This fixes a regression intro
This series adds the DDR3 ECC support to enable ECC in the DDR3
EMIF controller for Keystone II devices.
Based on
"[U-boot] [Patch 0/5] keystone2: add network support for K2E SoC and EVM"
https://www.mail-archive.com/u-boot@lists.denx.de/msg148985.html
Hao Zhang (1):
ARM: keystone: cmd_ddr3: ad
Fix ASIX USB to Ethernet reset which due to the new driver model Tegra
GPIO driver changes now requires a label string to be provided
otherwise the reservation and subsequent direction/value calls will
fail.
This fixes a regression introduced by commit:
2fccd2d96badcdf6165658a99771a4c475586279
te
Fix Tegra GPIO driver to not crash resp. misbehave upon requesting
GPIOs with an empty aka NULL label. As the driver uses exclusively the
label to check for reservation status actually supplying one is
mandatory!
This fixes a regression introduced by commit:
2fccd2d96badcdf6165658a99771a4c4755862
On Tue, Sep 16, 2014 at 05:51:05PM +0200, Stefan Herbrechtsmeier wrote:
> Commit 12cc54376768461533b55ada1b0b6d4979f40579 'omap3: overo: Select
> fdtfile for expansion board' wrongly missed the operator in the fdtfile
> test. Update the test to only overwrite an empty fdtfile environment
> variabl
On Fri, Oct 03, 2014 at 03:57:00PM -0400, Tom Rini wrote:
> We need to set the 'BE' flag here for things to work right.
>
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot ma
From: Hao Zhang
This patch adds Keystone II Lammar (K2L) EVM board support.
Acked-by: Vitaly Andrianov
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/Kconfig| 3 ++
arch/arm/include/asm/arch-keystone/clock-k2l.h | 6 +++
board/ti/ks2_evm
From: Hao Zhang
This patches enables the On-chip Shared Ram clock domain for K2L SoC.
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/init.c| 49 +++
arch/arm/include/asm/arch-keystone/hardware-k2l.h | 25
From: Hao Zhang
Add Keystone II Lamar (K2L) SoC support.
Acked-by: Vitaly Andrianov
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/spl.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/cpu/armv7/keystone/spl.c
b/arch/arm/cpu/armv7
On Fri, Oct 03, 2014 at 11:16:19AM +0200, Valentin Longchamp wrote:
> Since on powerpc phys_size_t can be unsigned long long, this printout
> line can result in a not nice compile warning.
>
> Signed-off-by: Valentin Longchamp
> Acked-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
From: Hao Zhang
This patch adds Keystone II Lamar (K2L) SoC specific definitions
to support MSMC cache coherency.
Acked-by: Vitaly Andrianov
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/init.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/a
On Fri, Oct 03, 2014 at 07:30:15AM +0200, Hannes Petermaier wrote:
> The lines COL (collision detect) and CRS (carrier sense) needs to be connected
> and muxed to the CPSW MAC for a proper function in half-duplex Mode of the
> interface.
>
> Signed-off-by: Hannes Petermaier
> Cc: Tom Rini
Appl
From: Hao Zhang
This patch adds clock definitions and commands to support Keystone II
K2L SOC.
Acked-by: Vitaly Andrianov
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/cpu/armv7/keystone/Makefile | 1 +
arch/arm/cpu/armv7/keystone/clock-k2l.c| 138 +
On Wed, Oct 01, 2014 at 08:44:55AM -0700, York Sun wrote:
> Fix the spelling of "configs".
>
> Signed-off-by: York Sun
> CC: Masahiro Yamada
> Acked-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
This patch series adds Keystone II Lamar (K2L) SoC and k2l_evm
board support.
Based on
"[U-boot] [Patch v2] keystone: usb: add support of usb xhci"
https://patchwork.ozlabs.org/patch/386506/
v3..v1
- keystone2: k2l-evm: add board support
Add maintainers information
Enable SPL by d
On Wed, Oct 01, 2014 at 05:22:58PM +0200, Jeroen Hofstee wrote:
> A SPL/TPL enabled target would was not recognized as
> such by BSD sed, since it relies on a GNU extension.
> Instead of or-ing just spell out both matches.
>
> Cc: Masahiro Yamada
> Signed-off-by: Jeroen Hofstee
> Acked-by: Masa
From: Hao Zhang
This patch adds hardware definitions specific to Keystone II
Lamar (K2L) SoC.
Acked-by: Vitaly Andrianov
Signed-off-by: Hao Zhang
Signed-off-by: Ivan Khoronzhuk
---
arch/arm/include/asm/arch-keystone/hardware-k2hk.h | 2 -
arch/arm/include/asm/arch-keystone/hardware-k2l.h |
On Tue, Sep 30, 2014 at 01:53:28PM +0200, David Müller (ELSOFT AG) wrote:
> remove the seldomly used EXT2 support because the U-Boot binary will
> not fit into the 512KiB flash otherwise.
>
> Signed-off-by: David Müller
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Di
On Fri, 2014-10-10 at 10:39 -0400, Tom Rini wrote:
> On Fri, Oct 03, 2014 at 02:29:01PM +0100, Ian Campbell wrote:
>
> > From: Ian Campbell
> >
> > On a couple of platforms I've tripped over long PXE append lines overflowing
> > this array, due to having CONFIG_SYS_CBSIZE == 256. When doing pres
On Tue, Sep 30, 2014 at 12:32:23PM +0200, David Müller (ELSOFT AG) wrote:
> Signed-off-by: David Müller
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On Tue, Sep 30, 2014 at 01:23:54PM +0200, David Müller (ELSOFT AG) wrote:
> fix broken SPI access by adding/activating BOARD_EARLY_INIT_F
> functionality and calling spi_init_f() from there.
>
> Signed-off-by: David Müller
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description:
On Tue, Sep 30, 2014 at 12:32:22PM +0200, David Müller (ELSOFT AG) wrote:
> Signed-off-by: David Müller
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On Tue, Sep 30, 2014 at 12:32:21PM +0200, David Müller (ELSOFT AG) wrote:
> Signed-off-by: David Müller
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On Tue, Sep 30, 2014 at 12:32:20PM +0200, David Müller (ELSOFT AG) wrote:
> Signed-off-by: David Müller
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On Tue, Sep 30, 2014 at 10:44:01AM +0200, Wolfgang Denk wrote:
> A number of network related files were imported from the LiMon
> project; these contain a somewhat unclear license statement:
>
> Copyright 1994 - 2000 Neil Russell.
> (See License)
>
> I analyzed the source code of LiM
On Mon, Sep 29, 2014 at 01:38:01AM +0900, Masahiro Yamada wrote:
> These boards have been orphaned for more than 6 months.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Mon, Sep 29, 2014 at 09:46:48PM +0400, Alexander Kochetkov wrote:
> Fix typo of commit d4e53f063dd25e071444b87303573e7440deeb89.
>
> i2c2 pullup resisters are controlled by bit 0 of CONTROL_PROG_IO1.
> It's value after reset is 0x0011.
>
> In order to clear bit 0, original code write 0xff
On Mon, Sep 29, 2014 at 01:37:59AM +0900, Masahiro Yamada wrote:
> This board has been orphaned for more than 6 months.
>
> It is the last board defining CONFIG_APM821XX.
> The code inside #ifdef CONFIG_APM821XX should be removed too.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master
On Mon, Sep 29, 2014 at 01:38:00AM +0900, Masahiro Yamada wrote:
> These boards have been orphaned for more than 6 months.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Mon, Sep 29, 2014 at 01:37:58AM +0900, Masahiro Yamada wrote:
> This board has been orphaned for more than 6 months.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-
On Fri, Sep 26, 2014 at 06:42:36PM +0900, Masahiro Yamada wrote:
> In some cases, the last lines of SPL or TPL are not output to a file.
> The entries remaining in the "unmatched" variable must be flushed.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Simon Glass
Applied to u-boot/master, tha
On Tue, Sep 23, 2014 at 06:07:04PM +0300, Roger Quadros wrote:
> At least on OMAP, init_sata() no longer performs scsi_scan()
> so we must do it explicitly here.
>
> Cc: Dan Murphy
> Signed-off-by: Roger Quadros
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital si
On Tue, Sep 23, 2014 at 09:10:26PM +0300, Khoronzhuk, Ivan wrote:
> The definitions for div ratio supposed to be in hex and were added
> in dec by mistake.
>
> Signed-off-by: Ivan Khoronzhuk
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Mon, Sep 29, 2014 at 01:37:57AM +0900, Masahiro Yamada wrote:
> These boards have been orphaned for more than 6 months.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Tue, Sep 23, 2014 at 06:07:01PM +0300, Roger Quadros wrote:
> The DMA/FIS buffers are set in ahci_port_start() which is called
> after ahci_host_init(). So don't start the DMA engine here
> (i.e. don't set FIS_RX)
>
> This fixes the following error at kernel boot on OMAP platforms (e.g. DRA7x)
On Tue, Sep 23, 2014 at 06:07:02PM +0300, Roger Quadros wrote:
> On OMAP platforms, SATA controller provides the SCSI subsystem
> so implement scsi_init().
>
> Get rid of the unnecessary sata_init() call from dra7xx-evm
> and omap5-uevm board files.
>
> Signed-off-by: Roger Quadros
Applied to
On Thu, Oct 09, 2014 at 08:08:30PM -0500, Scott Wood wrote:
> The RNDOUT patch addresses a regression in the mtd uprev. The PARAM
> change is a fix to a driver introduced in this release.
>
> The following changes since commit dd0204e48d05f41480743a798b94d5484b664639:
>
> Merge branch 'master
On Tue, Sep 23, 2014 at 06:07:03PM +0300, Roger Quadros wrote:
> scsi_scan() must be called as part of scsi_init() and not
> as part of sata_init().
>
> Signed-off-by: Roger Quadros
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Fri, Oct 03, 2014 at 02:29:01PM +0100, Ian Campbell wrote:
> From: Ian Campbell
>
> On a couple of platforms I've tripped over long PXE append lines overflowing
> this array, due to having CONFIG_SYS_CBSIZE == 256. When doing preseeded
> Debian
> installs it's pretty trivial to exceed that.
On Thu, Oct 02, 2014 at 03:20:10PM -0700, York Sun wrote:
> Commit 294b91a5817147d4b7f47be2ac69bac2a1f26491 moved initr_malloc
> earlier than initr_unlock_ram_in_cache. This causes issue on T4240.
> It may be related to locked L1 d-cache and unlocked L2 cache. D-
> cache could and should be unlock
On Tue, Sep 30, 2014 at 06:45:32PM +0200, Hans de Goede wrote:
> In order for the gmac nic to work reliable on the Bananapi, we need to set
> bits 10-12 GTXDC "GMAC Transmit Clock Delay Chain" of the GMAC clk register
> (0x01c20164) to 3.
>
> Without this about 9 out of 10 ethernet packets get lo
Hi Marek,
On Fri, Oct 10, 2014 at 11:26 AM, Marek Vasut wrote:
>> calling printf("%s\n", "string") gets translated into puts by the
>> compiler. There should be no difference in the binary.
>
> Is this LLVM specific or does GCC do that too ? This is interesting
> information.
Just did a quick
The code density of x86_64 is not wonderful. Increase the maximum boot
size and adjust the load address to cope.
Signed-off-by: Simon Glass
---
include/configs/coreboot.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.
1 - 100 of 151 matches
Mail list logo