Hi Simon,
> Some systems have more than 4GB of RAM. U-Boot can only place things
> below 4GB so any memory above that should not be used. Ignore any
> such memory so that the memory size will not exceed the maximum.
>
> This prevents gd->ram_size exceeding 4GB which causes problems for PCI
> devi
On Mon, 2015-03-02 at 14:58 -0700, Simon Glass wrote:
> HI Sjoerd,
>
> How about we change the existing 'sb' command to 'host'? Arguably 'sb'
> is a bit of a silly name. We could maintain an alias for a while.
I'm fine with that. I'll prepare an update patchset doing the alias and
addressing you
On Wed, 25 Feb 2015 13:49:52 -0600
Nishanth Menon wrote:
> On 02/25/2015 05:15 AM, Paul Kocialkowski wrote:
> > Le mardi 24 février 2015 à 16:57 -0600, Nishanth Menon a écrit :
> >> 430973: Stale prediction on replaced inter working branch causes
> >>Cortex-A8 to execute in the wrong ARM/Thum
On Mon, 2 Mar 2015 16:16:08 -0500
Tom Rini wrote:
> On Thu, Feb 26, 2015 at 06:14:25PM +0200, Siarhei Siamashka wrote:
> > On Thu, 26 Feb 2015 08:50:09 -0600
> > Nishanth Menon wrote:
> >
> > > On Thu, Feb 26, 2015 at 1:40 AM, Siarhei Siamashka
> > > wrote:
> > > > On Wed, 25 Feb 2015 14:55:08
Hi Tom,
On 2 March 2015 at 17:51, Tom Rini wrote:
> On Mon, Mar 02, 2015 at 03:19:05PM -0700, Simon Glass wrote:
>> Hi,
>>
>> On 26 February 2015 at 10:26, Simon Glass wrote:
>> > This series includes a few more patches aimed at getting rid of gdata, the
>> > parallel global_data structure intro
Hello, Joe
Recently I have repeated my tests.
U-Boot logs along with pcap dump could be found here:
https://mega.co.nz/#!g4UnVaDL!K6ej1OQXg5VE6pU5cmFoELkeqasIDXH1OZbDwdLiXSU
I may be wrong, but after careful examination of these dumps (and older ones), I came to
the following conclusion:
Some
On Mon, Mar 2, 2015 at 2:14 PM, Fabio Estevam
wrote:
> Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
> the console and hitting enter afterwards, causes a hang in the system because
> CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
> messa
> -Original Message-
> From: Fabio Estevam [mailto:fabio.este...@freescale.com]
> Sent: Tuesday, March 03, 2015 1:14 AM
> To: sba...@denx.de
> Cc: u-boot@lists.denx.de; Estevam Fabio-R49496; Liu Hui-R64343
> Subject: [PATCH 02/14] mx6slevk: Use the default CONFIG_SYS_PBSIZE
>
> Entering th
> -Original Message-
> From: Fabio Estevam [mailto:fabio.este...@freescale.com]
> Sent: Tuesday, March 03, 2015 1:14 AM
> To: sba...@denx.de
> Cc: u-boot@lists.denx.de; Estevam Fabio-R49496; Liu Hui-R64343
> Subject: [PATCH 03/14] mx6qarm2: Use the default CONFIG_SYS_PBSIZE
>
> Entering th
> -Original Message-
> From: Fabio Estevam [mailto:fabio.este...@freescale.com]
> Sent: Tuesday, March 03, 2015 1:14 AM
> To: sba...@denx.de
> Cc: u-boot@lists.denx.de; Estevam Fabio-R49496; Liu Hui-R64343
> Subject: [PATCH 04/14] mx53loco: Use the default CONFIG_SYS_PBSIZE
>
> Entering th
On Mon, Mar 02, 2015 at 03:19:05PM -0700, Simon Glass wrote:
> Hi,
>
> On 26 February 2015 at 10:26, Simon Glass wrote:
> > This series includes a few more patches aimed at getting rid of gdata, the
> > parallel global_data structure introduced on some ARM boards.
> >
> > It also collects togethe
Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust
existing users and code.
Signed-off-by: Simon Glass
---
README | 49
arch/x86/Kconfig | 9
arch/x86/cpu/cpu.c | 2 +-
common/Kconfig | 10
Commit d908898 updated the ScanPath() function but not its documentation
and not all its callers.
This breaks the toolchain check after it is downloaded. Fix it.
Signed-off-by: Simon Glass
---
tools/buildman/toolchain.py | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --
On 03/02/2015 04:42 AM, Marek Vasut wrote:
On Saturday, February 28, 2015 at 05:33:31 AM, Stephen Warren wrote:
On 02/19/2015 07:29 AM, Marek Vasut wrote:
On Monday, February 16, 2015 at 07:28:45 PM, Stephen Warren wrote:
Following on from my Google+ post about DWC2/RPi USB host controller
iss
Hi,
On 26 February 2015 at 10:26, Simon Glass wrote:
> This series includes a few more patches aimed at getting rid of gdata, the
> parallel global_data structure introduced on some ARM boards.
>
> It also collects together the other patches which have been sent previously,
> so that everything i
Hi Joe,
On 2 March 2015 at 00:18, Joe Hershberger wrote:
>
>
> On Sun, Mar 1, 2015 at 12:07 PM, Simon Glass wrote:
>>
>> Hi Joe,
>>
>> On 24 February 2015 at 17:02, Joe Hershberger
>> wrote:
>> > The 'lo' interface on Linux doesn't support thinks like ARP or
>> > link-layer access like we use t
Hi Tom,
On 2 March 2015 at 06:59, Tom Rini wrote:
> On Sun, Mar 01, 2015 at 09:33:27AM -0700, Simon Glass wrote:
>
>> This string seems wrong - U-Boot is normally written with a capital B.
>>
>> Signed-off-by: Simon Glass
>
> But it's in the wild and thus in various dhcpd config files such as:
>
Hi,
On Mon, 2 Mar 2015 11:12:23 +0100
Hannes Petermaier wrote:
> Hello everybody,
>
> A short question about lcd-console:
>
> Today u-boot only supports a 'linear framebuffer', meaning the next pixel
> of a character is allways right after left and the framebuffer address is
> incrementing.
HI Sjoerd,
On 28 February 2015 at 07:00, Sjoerd Simons
wrote:
> On Fri, 2015-02-20 at 12:23 -0700, Simon Glass wrote:
>> Hi Sjoerd,
>>
>> On 19 February 2015 at 15:41, Sjoerd Simons
>> wrote:
>> > A common pattern to check if a certain device exists (e.g. in
>> > config_distro_bootcmd) is to use
+Anatolij, Nikita
Hi,
On 2 March 2015 at 03:12, Hannes Petermaier
wrote:
> Hello everybody,
>
> A short question about lcd-console:
>
> Today u-boot only supports a 'linear framebuffer', meaning the next pixel
> of a character is allways right after left and the framebuffer address is
> incremen
On Thu, Feb 26, 2015 at 06:14:25PM +0200, Siarhei Siamashka wrote:
> On Thu, 26 Feb 2015 08:50:09 -0600
> Nishanth Menon wrote:
>
> > On Thu, Feb 26, 2015 at 1:40 AM, Siarhei Siamashka
> > wrote:
> > > On Wed, 25 Feb 2015 14:55:08 -0600
> > > Nishanth Menon wrote:
> > >
> > >> Hi,
> > >>
> > >>
On Tue, Jan 20, 2015 at 08:47:01PM -0500, Sinan Akman wrote:
> Signed-off-by: Sinan Akman
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/mailma
Hi Tom
On 02/03/2015 03:24 PM, Sinan Akman wrote:
Tom Rini wrote:
On 02/03/2015 02:31 PM, Sinan Akman wrote:
Hi Tom
As per our discussion with Kim at IRC, could you please
pick this for rc2 :
http://u-boot.10912.n7.nabble.com/PATCH-mpc837xerdb-fix-Calling-hwconfig-without-a-buffer-wa
At present a VGA console assumes a keyboard unless a CONFIG option is set.
This difference can be dealt with by a device tree option, allowing boards
that are otherwise the same to use the same configuration.
Signed-off-by: Simon Glass
---
Changes in v2:
- Correct #ifdef setup to avoid build err
Some systems have more than 4GB of RAM. U-Boot can only place things below
4GB so any memory above that should not be used. Ignore any such memory so
that the memory size will not exceed the maximum.
This prevents gd->ram_size exceeding 4GB which causes problems for PCI
devices which use DMA.
Sig
Since Chromebooks mostly have similar configuration, put it in a common
file.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
---
Changes in v2: None
include/configs/chromebook_link.h | 61 +--
include/configs/x86-chromebook.h | 68 +++
Support running U-Boot as a coreboot payload. Tested peripherals include:
- Video (HDMI and DisplayPort)
- SATA disk
- Gigabit Ethernet
- SPI flash
USB3 does not work. This may be a problem with the USB3 PCI driver or
something in the USB3 stack and has not been investigated So far this is
disabl
Add some new device IDs used by this haswell-based chipset.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
---
Changes in v2:
- Put this patch before the one that needs it
include/pci_ids.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/pci_ids.h b/include/pci_ids.h
index dc2
Add Lynxpoint to the driver so that the Asus Chromebox can be supported.
Signed-off-by: Simon Glass
Reviewed-by: Jagannadha Sutradharudu Teki
---
Changes in v2: None
drivers/spi/ich.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c
i
Hi
On 1 Mar 2015 22:09, "haikun.w...@freescale.com"
wrote:
>
> Move the Freescale DSPI driver over to driver model.
>
> Signed-off-by: Haikun Wang >
> ---
>
> This patch adds two new files drivers/spi/fsl_dspi.c and
include/fsl_dspi.h.
> They will replace files drivers/spi/cf_spi.c and
arch/m68k/
Hi,
On 28 February 2015 at 03:54, haikun.w...@freescale.com
wrote:
> Move the Freescale DSPI driver over to driver model.
>
> Signed-off-by: Haikun Wang
> ---
>
> This patch adds two new files drivers/spi/fsl_dspi.c and include/fsl_dspi.h.
> They will replace files drivers/spi/cf_spi.c and
> arc
Hi,
On 2 March 2015 at 09:54, Stephen Warren wrote:
> On 02/28/2015 07:14 AM, Simon Glass wrote:
>>
>> +Stephen for real this time
>>
>> Hi Sjoerd,
>>
>> On 28 February 2015 at 07:05, Sjoerd Simons
>> wrote:
>>>
>>> On Fri, 2015-02-20 at 12:23 -0700, Simon Glass wrote:
+Stephen who kno
On 26 February 2015 at 20:40, Gaurav Rana wrote:
> Remove dependency of rsa_mod_exp from CONFIG_FIT_SIGNATURE.
> As rsa modular exponentiation is an independent module
> and can be invoked independently.
>
> Signed-off-by: Gaurav Rana
> Reviewed-by: Simon Glass
> CC: Simon Glass
> ---
> Changes
On Mon, Mar 2, 2015 at 3:32 PM, Stefano Babic wrote:
> Hi Marek, Otavio,
>
> On 02/03/2015 19:27, Marek Vasut wrote:
>> On Monday, March 02, 2015 at 07:10:58 PM, Otavio Salvador wrote:
>>> The common i.MX definition of 'get_reset_cause' function is non-static
>>> so the overriden ones should follo
Hi Matt,
> On Feb 23, 2015, at 23:56 , Matt Reimer wrote:
>
> SDHCI_HOST_CONTROL is a byte-sized register, so don't write to it
> as if it were a long, as that would result in clobbering the three
> registers following.
>
> Signed-off-by: Matt Reimer
> ---
> drivers/mmc/sdhci.c |2 +-
> 1 f
Hi Marek, Otavio,
On 02/03/2015 19:27, Marek Vasut wrote:
> On Monday, March 02, 2015 at 07:10:58 PM, Otavio Salvador wrote:
>> The common i.MX definition of 'get_reset_cause' function is non-static
>> so the overriden ones should follow it. This fixes following error:
>>
>> ,
>>
>> | arch/ar
On Mon, Feb 23, 2015 at 2:52 PM, Matt Reimer wrote:
> Properly mask SELBASECLK by using an actual mask rather than the
> number of bits to shift in order to create the mask.
>
> Signed-off-by: Matt Reimer
> ---
> drivers/mmc/s5p_sdhci.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
On Mon, Feb 23, 2015 at 2:56 PM, Matt Reimer wrote:
> SDHCI_HOST_CONTROL is a byte-sized register, so don't write to it
> as if it were a long, as that would result in clobbering the three
> registers following.
>
> Signed-off-by: Matt Reimer
> ---
> drivers/mmc/sdhci.c |2 +-
> 1 file chan
On Monday, March 02, 2015 at 07:10:58 PM, Otavio Salvador wrote:
> The common i.MX definition of 'get_reset_cause' function is non-static
> so the overriden ones should follow it. This fixes following error:
>
> ,
>
> | arch/arm/imx-common/cpu.c:29:14: error: static declaration
> |
> | o
On Mon, Mar 02, 2015 at 06:47:17PM +0100, Michal Simek wrote:
> Hi Tom,
>
> please consider to pull this Xilinx ZynqMP platform support to your tree.
>
> Thanks,
> Michal
>
> The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:
>
> Merge branch 'master' of git://git.d
On Mon, Mar 02, 2015 at 09:10:26AM -0800, Sören Brinkmann wrote:
> On Mon, 2015-03-02 at 04:07PM +0100, Michal Simek wrote:
> > On 03/02/2015 03:23 PM, Tom Rini wrote:
> > > On Mon, Mar 02, 2015 at 09:24:45AM +0100, Michal Simek wrote:
> > >> On 03/02/2015 08:32 AM, Michal Simek wrote:
> > >>> On 0
On Mon, Mar 2, 2015 at 3:14 PM, Fabio Estevam wrote:
> Hi Otavio,
>
> On Mon, Mar 2, 2015 at 3:12 PM, Otavio Salvador
> wrote:
>
>> Well this README is covering WaRP so we ought to cover WaRP specifics there.
>
> What is the exact part of the README that has problems?
>
> Sorry, I am not able to
Hi Otavio,
On Mon, Mar 2, 2015 at 3:12 PM, Otavio Salvador wrote:
> Well this README is covering WaRP so we ought to cover WaRP specifics there.
What is the exact part of the README that has problems?
Sorry, I am not able to get your point.
Please be specific.
On Mon, Mar 2, 2015 at 2:53 PM, Fabio Estevam wrote:
> Hi Otavio,
>
> On Mon, Mar 2, 2015 at 2:36 PM, Otavio Salvador
> wrote:
>>> +Use the default environment variables:
>>> +
>>> +=> env default -f -a
>>> +=> save
>>
>> Isn't the new binary overwriting it?
>
> Let's say we are not using DFU an
The common i.MX definition of 'get_reset_cause' function is non-static
so the overriden ones should follow it. This fixes following error:
,
| arch/arm/imx-common/cpu.c:29:14: error: static declaration
| of 'get_reset_cause' follows non-static declaration
| static char *get_reset_cause(vo
On Monday, March 02, 2015 at 06:14:33 PM, Fabio Estevam wrote:
> Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
> the console and hitting enter afterwards, causes a hang in the system
> because CONFIG_SYS_PBSIZE is not capable of storing the extra characters
> of the er
On Monday, March 02, 2015 at 06:14:38 PM, Fabio Estevam wrote:
> Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
> the console and hitting enter afterwards, causes a hang in the system
> because CONFIG_SYS_PBSIZE is not capable of storing the extra characters
> of the er
Hi Otavio,
On Mon, Mar 2, 2015 at 2:36 PM, Otavio Salvador wrote:
>> +Use the default environment variables:
>> +
>> +=> env default -f -a
>> +=> save
>
> Isn't the new binary overwriting it?
Let's say we are not using DFU and we want to flash u-boot.imx in the
SD card of mx6qsabresd, for exampl
Hi Tom,
please consider to pull this Xilinx ZynqMP platform support to your tree.
Thanks,
Michal
The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55:
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25
18:14:18 -0500)
are available in the git repo
On Mon, Mar 2, 2015 at 12:57 PM, Fabio Estevam
wrote:
> Provide instructions on how to upgrade U-boot in the eMMC.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - Use Boundary Device's tree for imx_usb_loader
> - Pass u-boot.imx as an argument of imx_usb
>
> board/warp/README | 56
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
On Mon, 2015-03-02 at 04:07PM +0100, Michal Simek wrote:
> On 03/02/2015 03:23 PM, Tom Rini wrote:
> > On Mon, Mar 02, 2015 at 09:24:45AM +0100, Michal Simek wrote:
> >> On 03/02/2015 08:32 AM, Michal Simek wrote:
> >>> On 02/27/2015 06:13 PM, Tom Rini wrote:
> On Tue, Feb 24, 2015 at 09:02:09
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".
Use the default CONFIG
On 02/28/2015 07:14 AM, Simon Glass wrote:
+Stephen for real this time
Hi Sjoerd,
On 28 February 2015 at 07:05, Sjoerd Simons
wrote:
On Fri, 2015-02-20 at 12:23 -0700, Simon Glass wrote:
+Stephen who knows more about this stuff
On 19 February 2015 at 15:41, Sjoerd Simons
wrote:
Define the
On 02/28/2015 06:05 PM, Marcel Ziswiler wrote:
The following is a set of various fixes for Toradex Apalis and Colibri
T30.
The series,
Acked-by: Stephen Warren
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
From: Dinh Nguyen
Remap SDRAM to 0x0 in board_init_f().
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/spl.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c
index 31ac789..21023c2 100644
--- a/ar
From: Dinh Nguyen
Clear OCRAM's ECC.
Signed-off-by: Dinh Nguyen
---
v2: remove redundant code that is already in arch_early_init_r
---
arch/arm/cpu/armv7/socfpga/Makefile | 4 ++--
arch/arm/cpu/armv7/socfpga/s_init.c | 37 +
2 files changed, 39 insertions(+
From: Dinh Nguyen
Add a stack in the SDRAM to be able to use SPL_FAT_LOAD in later
stages of the SPL.
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 7 +++
include/configs/socfpga_common.h | 1 +
2 files changed, 8 insertions(+)
diff --git a/arch/arm/c
From: Dinh Nguyen
Add the calls in the spl_board_init to enable SDRAM, timer, and UART.
Signed-off-by: Dinh Nguyen
Acked-by: Marek Vasut
---
arch/arm/cpu/armv7/socfpga/spl.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/s
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
---
v2: Add a debug print
---
arch/arm/cpu/armv7/socfpga/spl.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c
index 71021f0..ea4a1fb 100644
--- a/arch/arm/cpu/armv7/socfpga/
From: Dinh Nguyen
This sets the CPU clocks to 925MHz and DDR to 400MHz.
Signed-off-by: Dinh Nguyen
---
board/altera/socfpga/pll_config.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/altera/socfpga/pll_config.h
b/board/altera/socfpga/pll_config.h
index f0f5
From: Dinh Nguyen
Since we are already mapping sdram 0x0 in board_init_f, we can remove it
here.
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/misc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/cpu/armv7/socfpga/misc.c
b/arch/arm/cpu/armv7/socfpga/misc.c
index 7
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/spl.c | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c
index ea4a1fb..31ac789 100644
--- a/arch/arm/cpu/armv7/socfpga/spl.c
+++ b/arch/arm/c
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 7 +++
include/configs/socfpga_common.h | 1 +
2 files changed, 8 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
b/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
index 73
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
---
include/configs/socfpga_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 43f20c9..31c8961 100644
--- a/include/configs/socfpga_common.h
+++ b/in
From: Dinh Nguyen
For SoCFGPA, use the common ARMv7 lowlevel_init.
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/Makefile| 2 +-
arch/arm/cpu/armv7/socfpga/lowlevel_init.S | 4
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/arch/arm/cpu/armv7/Makefile b/
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
---
include/configs/socfpga_common.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index ed83cb8..042c65f 100644
--- a/include/configs/socfpga_common.h
+++ b/include/confi
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
Acked-by: Marek Vasut
---
arch/arm/cpu/armv7/socfpga/spl.c | 3 +++
arch/arm/cpu/armv7/socfpga/system_manager.c| 9 +
arch/arm/include/asm/arch-socfpga/system_manager.h | 1 +
3 files changed, 13 insertions(+)
diff
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/spl.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c
index b123336..bc6f8dd 100644
--- a/arch/arm/cpu/armv7/socfpga/spl.c
+++ b/arch/arm/cpu/arm
From: Dinh Nguyen
Allocate a stack in the OCRAM for the SPL to use.
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 7 +++
include/configs/socfpga_common.h | 1 +
2 files changed, 8 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
b
From: Dinh Nguyen
Add a call to checkboard along with sdram intilialization and calibration.
Signed-off-by: Dinh Nguyen
---
v2: Add a fail message
---
arch/arm/cpu/armv7/socfpga/spl.c | 12
1 file changed, 12 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/
From: Dinh Nguyen
Update SPL linker file to use SRAM.
Signed-off-by: Dinh Nguyen
Acked-by: Pavel Machek
---
arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
b/arch/arm/cpu/armv7/soc
From: Dinh Nguyen
These functions will be needed for use by the SPL for enabling the
console and sdram initialization.
Signed-off-by: Dinh Nguyen
Acked-by: Marek Vasut
Acked-by: Pavel Machek
---
arch/arm/cpu/armv7/socfpga/reset_manager.c| 24 +++
arch/arm/include/
From: Dinh Nguyen
Hello,
This is v2 of the patchset that adds all the SPL code that is necessary to
support the SoCFPGA platform. For v2, here are the changes:
- SDRAM - further clean and addressing all comments. Simplified to only support
DDR3, FULLRATE, and Hard PHY.
- SDRAM - Moved to driv
From: Dinh Nguyen
Add a section of SRAM to the SPL linker file.
Signed-off-by: Dinh Nguyen
---
arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 2 ++
include/configs/socfpga_common.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
b/arch/arm
On 27 February 2015 at 08:45, Masahiro Yamada wrote:
> This code was introduced to support the multiple .config
> configuration in U-Boot. We do not need it any more.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> scripts/kconfig/confdata.c | 8
> 1 file changed, 8 deletions(-)
Reviewed
Hi Ajay,
On 2 March 2015 at 09:07, Ajay kumar wrote:
> Hi Simon,
>
> On Mon, Mar 2, 2015 at 7:53 AM, Simon Glass wrote:
>> Hi Ajay,
>>
>> On 8 December 2014 at 15:40, Simon Glass wrote:
>>> Hi Ajay,
>>>
>>>
>>> On 7 December 2014 at 22:43, Ajay kumar wrote:
Hi Minkyu,
Hi Simon,
On Mon, Mar 2, 2015 at 7:53 AM, Simon Glass wrote:
> Hi Ajay,
>
> On 8 December 2014 at 15:40, Simon Glass wrote:
>> Hi Ajay,
>>
>>
>> On 7 December 2014 at 22:43, Ajay kumar wrote:
>>>
>>> Hi Minkyu,
>>>
>>>
>>> On Mon, Dec 8, 2014 at 11:07 AM, Ajay kumar wrote:
>>> > On Fri, Dec 5,
On 03/02/2015 08:52 AM, Fabio Estevam wrote:
> Hi Eric,
>
> On Mon, Mar 2, 2015 at 12:48 PM, Eric Nelson
> wrote:
>
>> It's probably best to use ours, but we're okay either way.
>>
>> I wasn't aware that Warp had forked imx_usb_loader, but a quick
>> read shows that it's behind by a couple of (m
On 27 February 2015 at 08:37, Masahiro Yamada wrote:
> Since commit e02ee2548afe (kconfig: switch to single .config
> configuration), the ".*.cmd" files are not correctly created
> for SPL/TPL. The U-Boot extension code in fixdep, which was
> introduced to support the multiple .config, must be re
On 25 February 2015 at 07:59, Alexey Brodkin
wrote:
> In case of global data structure defined as "register volatile" compiler
> throws an warning about incorrect type used:
> --->8---
> common/board_f.c: In function "board_init_f_r":
> common/board_f.c:1073:2: warning: passing argument 1 of "&
Hi Alexey,
On 25 February 2015 at 04:06, Alexey Brodkin
wrote:
> Hi Simon,
>
> I'm currently reworking start-up code for ARC with intention to leave as
> little of assembly code as possible. On that way I decided to use the
> same approach as x86 does.
>
> In particular I mean:
>
> * Use of sequ
On 25 February 2015 at 03:09, Alexey Brodkin
wrote:
> GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP are generic members of
> global data structure so why don't we allow architectures other than ARM
> to use it.
>
> Signed-off-by: Alexey Brodkin
> Cc: Simon Glass
> Cc: Tom Rini
> ---
> lib/asm-
Provide instructions on how to upgrade U-boot in the eMMC.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Use Boundary Device's tree for imx_usb_loader
- Pass u-boot.imx as an argument of imx_usb
board/warp/README | 56 +++
1 file change
Hi Fabio,
On 03/02/2015 08:33 AM, Fabio Estevam wrote:
> Hi Otavio,
>
> On Mon, Mar 2, 2015 at 11:52 AM, Otavio Salvador
> wrote:
>
>>> +Required software on the host PC:
>>> +
>>> +- imx_loader: https://github.com/warpboard/imx_usb_loader
>>
>> I see no reason to link WaRP's fork. The Boundary
Hi Eric,
On Mon, Mar 2, 2015 at 12:48 PM, Eric Nelson
wrote:
> It's probably best to use ours, but we're okay either way.
>
> I wasn't aware that Warp had forked imx_usb_loader, but a quick
> read shows that it's behind by a couple of (minor) updates.
>
> As for the mx6sl_usb_work.conf file, we'
Hi Joe,
On 2 March 2015 at 00:17, Joe Hershberger wrote:
> On Sun, Mar 1, 2015 at 12:07 PM, Simon Glass wrote:
>>
>> On 24 February 2015 at 17:02, Joe Hershberger
>> wrote:
>> > Implement a bridge between u-boot's network stack and Linux's raw packet
>> > API allowing the sandbox to send and re
On Wed, Feb 25, 2015 at 06:30:30PM -0600, Rob Herring wrote:
> On Wed, Feb 25, 2015 at 4:56 PM, Dileep Katta wrote:
> > This patch adds support to flash zImage to the boot partition on eMMC.
> > Usage: fastboot flash zImage
>
> So this replaces the kernel in an existing bootimage. What's wrong
>
1 - 100 of 173 matches
Mail list logo