Dear Fabio Estevam,
In message <1362873704-23598-1-git-send-email-feste...@gmail.com> you wrote:
>
> Add initial support for Wandboard dual lite.
...
> Changes since v1:
> - Use get_ram_size
> - Remove ARP_TIMEOUT
> - Remove unneeded "1u"
Thanks. I have still a question:
> +int dram_init(void
On 02/03/2013 04:27 AM, Albert ARIBAUD wrote:
> On Tue, 15 Jan 2013 19:26:58 -0700, Stephen Warren
> wrote:
>
>> This adds a simple driver for the BCM2835's SD controller.
>>
>> Workarounds are implemented for:
>> * Register writes can't be too close to each-other in time, or they will
>> be l
Hi, Scott
On Fri, Mar 8, 2013 at 6:27 AM, Scott Wood wrote:
>> >> I just use "*length -= left_to_write - written_size" to tell the upper
>> >> level that what
>> >> had been actually happened. For the current block, "written_size" has
>> >> been written to the NAND Flash yet, so left_to_write sh
On 3/9/2013 5:04 PM, Eric Nelson wrote:
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c
b/board/boundary/nitrogen6x/nitrogen6x.c
new file mode 100644
index 000..147bd91
--- /dev/null
+++ b/board/boundary/nitrogen6x/nitrogen6x.c
@@ -0,0 +1,895 @@
+int dram_init(void)
+{
+ gd->ram_si
From: Fabio Estevam
Add initial support for Wandboard dual lite.
Wandboard is a development board that has two variants: one version based
on mx6 dual lite and another one based on mx6 solo.
For details on the features of Wandboard, please refer to:
http://www.wandboard.org/
Signed-off-by: Fab
Nothing on the SABRE Lite board warrants a shorter than normal
ARP timeout.
Signed-off-by: Eric Nelson
---
include/configs/mx6qsabrelite.h |2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 5dc8255..fb58265 100644
--- a
Dear Fabio Estevam,
In message <1362861792-23032-1-git-send-email-feste...@gmail.com> you wrote:
>
> Add initial support for Wandboard dual lite.
Thanks!
> +int dram_init(void)
> +{
> + gd->ram_size = imx_ddr_size();
Can we please use get_ram_size() to verify / test the actual RAM size?
Hi,
On Thu, Jan 10, 2013 at 6:58 AM, Simon Glass wrote:
> In creating a new feature[*] I found that the image code includes quite
> a bit of duplication in places. In particular the code to load a kernel,
> FDT and ramdisk is all fairly similar, but subtly different.
>
> This series introduces a
From: Fabio Estevam
Add initial support for Wandboard dual lite.
Wandboard is a development board that has two variants: one version based
on mx6 dual lite and another one based on mx6 solo.
For details on the features of Wandboard, please refer to:
http://www.wandboard.org/
Signed-off-by: Fab
On Sat, Mar 9, 2013 at 3:30 PM, Simon Glass wrote:
> Hi Otavio,
>
> On Sat, Mar 9, 2013 at 4:31 AM, Otavio Salvador
> wrote:
>>
>> On Fri, Mar 8, 2013 at 8:45 PM, Simon Glass wrote:
>> > This enables generic board support so that ARM boards can define
>> > CONFIG_SYS_GENERIC_BOARD.
>> >
>> > Sig
Hi Otavio,
On Sat, Mar 9, 2013 at 4:31 AM, Otavio Salvador wrote:
> On Fri, Mar 8, 2013 at 8:45 PM, Simon Glass wrote:
> > This enables generic board support so that ARM boards can define
> > CONFIG_SYS_GENERIC_BOARD.
> >
> > Signed-off-by: Simon Glass
> > ---
> > Changes in v8:
> > - Define __
Signed-off-by: Eric Nelson
---
V2 uses struct hdmi_regs instead of raw offsets.
V3 changes whitespace (line break)
arch/arm/imx-common/Makefile |1 +
arch/arm/imx-common/cmd_hdmidet.c | 37 +
2 files changed, 38 insertions(+)
create mode 100644 ar
On Sat, Mar 9, 2013 at 1:26 PM, Eric Nelson
wrote:
> Signed-off-by: Eric Nelson
> ---
>
> V2 uses struct hdmi_regs instead of raw offsets.
>
> arch/arm/imx-common/Makefile |1 +
> arch/arm/imx-common/cmd_hdmidet.c | 38
> +
> 2 files changed, 39 in
Signed-off-by: Eric Nelson
---
V2 uses struct hdmi_regs instead of raw offsets.
arch/arm/imx-common/Makefile |1 +
arch/arm/imx-common/cmd_hdmidet.c | 38 +
2 files changed, 39 insertions(+)
create mode 100644 arch/arm/imx-common/cmd_hdmidet.c
di
Dear Tom,
The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)
are available in the git repository at:
git://git.denx.de/u-boot-mpc82xx master
for you to fetch changes up to 8327122b0d25a4be29292f
Dear Holger Brunck,
In message <1358504897-6688-2-git-send-email-holger.bru...@keymile.com> you
wrote:
> All boards from this serie uses i2c. So we can drop these unneeded
> defines.
>
> Signed-off-by: Holger Brunck
> ---
> board/keymile/km82xx/km82xx.c |3 ---
> 1 files changed, 0 inserti
Dear Holger Brunck,
In message <1358504897-6688-1-git-send-email-holger.bru...@keymile.com> you
wrote:
> Signed-off-by: Holger Brunck
> ---
> board/keymile/km82xx/km82xx.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to u-boot-mpc82xx, thanks.
Best regards,
Wolfgang
Dear Tom,
I apologize for being inattentive for so long...
The following changes since commit fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4:
x86: Enable CONFIG_OF_CONTROL on coreboot (2013-03-04 15:57:52 -0800)
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx master
fo
Dear Anatolij Gustschin,
In message <1360317830-28525-8-git-send-email-ag...@denx.de> you wrote:
> Do maintain a 200 usecs period of stable power and clock before
> asserting the CKE signal and sending commands, have at least 200
> DRAM clock cycles pass after initialization before data access.
>
Dear Anatolij Gustschin,
In message <1360317830-28525-9-git-send-email-ag...@denx.de> you wrote:
> ft_cpu_setup() already does memory node fixup, no need
> to do it again.
>
> Signed-off-by: Anatolij Gustschin
> ---
> board/pdm360ng/pdm360ng.c |1 -
> 1 files changed, 0 insertions(+), 1 del
Dear Anatolij Gustschin,
In message <1360317830-28525-6-git-send-email-ag...@denx.de> you wrote:
> Boards may define own IPS divider in the config file if
> the default IPS divider doesn't fit their needs.
>
> Signed-off-by: Anatolij Gustschin
> ---
> arch/powerpc/include/asm/immap_512x.h |
Dear Anatolij Gustschin,
In message <1360317830-28525-7-git-send-email-ag...@denx.de> you wrote:
> Add new mpc5121e based ac14xx board and a new pinmux config
> function for setting individual pinmux bit groups. This
> function is used in ac14xx board code.
>
> Signed-off-by: Anatolij Gustschin
Dear Anatolij Gustschin,
In message <1360317830-28525-5-git-send-email-ag...@denx.de> you wrote:
> If a board config file defines DIU, LPC and NFC deviders,
> configure them in the SCFR1 register.
>
> Signed-off-by: Anatolij Gustschin
> ---
> arch/powerpc/cpu/mpc512x/cpu_init.c | 15 +++
Dear Anatolij Gustschin,
In message <1360317830-28525-4-git-send-email-ag...@denx.de> you wrote:
> Only define enabled clocks in the config file and enable
> the clocks in common code.
>
> Signed-off-by: Anatolij Gustschin
> Cc: Reinhard Arlt
> Cc: Wolfgang Denk
> ---
> arch/powerpc/cpu/mpc51
Dear Anatolij Gustschin,
In message <1360317830-28525-3-git-send-email-ag...@denx.de> you wrote:
> Remove CSx configurations from board code and only define
> required CSx macros in the board config file to configure
> chip select windows and parameters.
>
> Signed-off-by: Anatolij Gustschin
> C
Dear Anatolij Gustschin,
In message <1360317830-28525-2-git-send-email-ag...@denx.de> you wrote:
> Currently each mpc512x board has its own LAW and CS config code,
> we should avoid this code duplication. Allow all boards to use
> common code by only defining LAW and CS config macros like
> CONFIG
Dear Stefan Roese,
In message <1360239028-1926-1-git-send-email...@denx.de> you wrote:
> This patch adds a custom U-Boot command "wdogtoggle" which enables the
> external hardware watchdog toggling via an GPIO pin on the a4m2k
> board. After issuing this commands, the watchdog will be serviced
> b
Dear Stefan Roese,
In message <1360239011-1852-1-git-send-email...@denx.de> you wrote:
> This patch adds the a4m2k MPC5200B board port. Its a derivate of
> the a3m071 board with only minor changes.
>
> Additionally this patch includes some clean-up changes:
> - Remove I2C support from a3m071 as i
Dear Stefan Roese,
In message <1354801317-10736-1-git-send-email...@denx.de> you wrote:
> On MPC5200, the initial RAM (and gd) is located in the internal
> SRAM. So we can actually call the preloader console init code
> before calling initdram(). This makes serial output (printf)
> available very
On Fri, Mar 8, 2013 at 8:45 PM, Simon Glass wrote:
> This enables generic board support so that ARM boards can define
> CONFIG_SYS_GENERIC_BOARD.
>
> Signed-off-by: Simon Glass
> ---
> Changes in v8:
> - Define __HAVE_ARCH_GENERIC_BOARD in ARM's config.mk
>
> Changes in v7: None
> Changes in v6:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/09/2013 02:11 AM, Igor Grinberg wrote:
> Hi guys,
>
> This patch set is "floating" already for _three_ months. All
> comments were addressed, it introduces negative diff stat, and
> provides two useful features (also for production automation).
31 matches
Mail list logo