Dear Chander Kashyap,
In message <1324275424-29468-3-git-send-email-chander.kash...@linaro.org> you
wrote:
> Earliar ARM clock frequency was calculated by:
> MOUTAPLL/(DIVAPLL + 1) which is actually returning SCLKAPLL.
> It is fixed by calcuating it as follows:
Um Comment and code disagree:
Hi Albert,
please pull from u-boot-imx (a couple of fixes):
The following changes since commit a7b39185338c333a052728a7952b5f1cba4fc22a:
tools/setlocalversion: Update from the Linux Kernel (2011-12-17
20:58:48 +0100)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.g
Hi Peter,
Thanks for fixing all the issues pointed.
I have one last question (sorry for not seeing it earlier) and one neat below.
On 12/18/11 19:25, Peter Barada wrote:
> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo
> reference boards. It assumes U-boot is loaded to SDRAM with
On Monday 19 December 2011 00:57:27 Wolfgang Denk wrote:
> Dear Pali =?ISO-8859-1?Q?Rohár?=,
>
> In message <1778406.ezGto4lKnu@pali-elitebook> you wrote:
> > I'm sending third version of rx51 patches for u-boot. All patches was
> > checked by checkpatch.pl and no error or warning was appeared. Las
On Mon, Dec 19, 2011 at 2:37 PM, Stefano Babic wrote:
> On 18/12/2011 18:56, Kumar Gala wrote:
>>
>> On Dec 16, 2011, at 3:42 AM, Stefano Babic wrote:
>>
>>> On 16/12/2011 10:33, Fabio Estevam wrote:
>>>
The weak function was introduced by this commit:
http://git.denx.de/?p=u-boot.g
On 16/12/2011 16:17, Jason Liu wrote:
> This enable the network function on the i.mx6q armadillo2
> board(arm2), thus we can use tftp to load image from network.
>
> Cc: Stefano Babic
> Signed-off-by: Jason Liu
> Tested-by: Dirk Behme
>
> ---
Applied to u-boot-imx, next branch, thanks.
Best
On 16/12/2011 16:17, Jason Liu wrote:
> Cc: Stefano Babic
> Signed-off-by: Jason Liu
> Acked-by: Stefano Babic
>
> ---
> v2: Add Stefano's ack
> ---
Applied to u-boot-imx, next branch, thanks.
Best regards,
Stefano Babic
--
===
On 16/12/2011 16:17, Jason Liu wrote:
> Cc: Stefano Babic
> Signed-off-by: Jason Liu
> Acked-by: Stefano Babic
>
Applied to u-boot-imx, next branch, thanks.
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH,
On 18/12/2011 18:56, Kumar Gala wrote:
>
> On Dec 16, 2011, at 3:42 AM, Stefano Babic wrote:
>
>> On 16/12/2011 10:33, Fabio Estevam wrote:
>>
>>>
>>> The weak function was introduced by this commit:
>>> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=97039ab98c551c7860bc0977d684ef686159e0d7
>>>
Earliar ARM clock frequency was calculated by:
MOUTAPLL/(DIVAPLL + 1) which is actually returning SCLKAPLL.
It is fixed by calcuating it as follows:
ARMCLK=MOUTCORE/(DIVCORE + 1)/DIVCORE2 + 1)
Signed-off-by: Chander Kashyap
---
arch/arm/cpu/armv7/exynos/clock.c |9 ++---
1 files changed,
Add TCMPB3 field in pwm structure, earliar this was res1.
Signed-off-by: Chander Kashyap
---
arch/arm/include/asm/arch-exynos/pwm.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-exynos/pwm.h
b/arch/arm/include/asm/arch-exynos/pwm.h
index d0c
Chander Kashyap (2):
Exynos: PWM: Add TCMPB3 field in pwm structure
Exynos: Fix ARM Clock frequency calculation
arch/arm/cpu/armv7/exynos/clock.c |9 ++---
arch/arm/include/asm/arch-exynos/pwm.h |2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
--
1.7.5.4
___
Signed-off-by: Chander Kashyap
---
board/samsung/origen/lowlevel_init.S |5 +
board/samsung/origen/origen_setup.h | 12
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/board/samsung/origen/lowlevel_init.S
b/board/samsung/origen/lowlevel_init.S
index 0eebbf
2011/12/16 Stefano Babic :
> On 16/12/2011 06:54, Shawn Guo wrote:
>> Hi,
>>
>
> Hi Shawn,
>
>> I'm running v2011.12-rc1 (with one missing usdhc patch applied) on
>> mx6qarm2 board, and seeing a problem. When I install u-boot on a
>> blank SD card, it boots fine with messge "*** Warning - bad CRC,
Hi All,
Please note that the 'next' branch of u-boot-x86 has been rebased against
u-boot/next published to git://git.denx.de/u-boot-x86.git via a forced push
If you have cloned u-boot-x86/next, please be aware that you will need to
update your local repo
Regards,
Graeme
Hi Wolfgang:
The following changes since commit 7b725f8485bcdd0be3cda40e435b783882bf18ec:
CHECKPATCH: ./board/esd/hh405/logo_320_240_8bpp.c (2011-12-18 00:14:46 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git next
Gabe Black (7):
x86: Initial commit for
Dear Pali =?ISO-8859-1?Q?Roh=E1r?=,
In message <1778406.ezGto4lKnu@pali-elitebook> you wrote:
>
> I'm sending third version of rx51 patches for u-boot. All patches was checked
> by checkpatch.pl and no error or warning was appeared. Last 2 patches (0014
> and 0015) adding ANSI terminal bootmenu
Am Montag 19 Dezember 2011, 00:04:18 schrieb Marek Vasut:
[..snip..]
> Please use #define to define the magic value above (1 << 22) and
> then use it.
>
> M
The bit was taken from arch/arm/cpu/arm926ejs/kirkwood/cpu.c. Unfortunately
there is no documentation publicly available, so i can only gu
> The decompressor expects the L2 cache to be disabled. This fixes booting
> some kernels, which have CONFIG_ARM_PATCH_PHYS_VIRT enabled.
>
> Signed-off-by: Michael Walle
> Cc: Albert ARIBAUD
> Cc: Prafulla Wadaskar
> ---
> arch/arm/cpu/arm926ejs/cache.c | 15 +++
> arch/ar
> Please feel free to send pull-requests for next, or to point me to
> patches that should go into next (or even into the upcoming release).
http://patchwork.ozlabs.org/patch/126328/
http://patchwork.ozlabs.org/patch/122253/
--
Michael
___
U-Boot mailin
Am Sonntag 18 Dezember 2011, 23:09:51 schrieb Michael Walle:
> The decompressor expects the L2 cache to be disabled. This fixes booting
> some kernels, which have CONFIG_ARM_PATCH_PHYS_VIRT enabled.
You should consider applying this patch to the RC, too.
CONFIG_ARM_PATCH_PHYS_VIRT is enabled by de
The decompressor expects the L2 cache to be disabled. This fixes booting
some kernels, which have CONFIG_ARM_PATCH_PHYS_VIRT enabled.
Signed-off-by: Michael Walle
Cc: Albert ARIBAUD
Cc: Prafulla Wadaskar
---
arch/arm/cpu/arm926ejs/cache.c | 15 +++
arch/arm/cpu/arm926ejs/cp
* default bootmenu entries:
NOLO kernel, internal eMMC memory, external SD card, u-boot boot order
* when keyboard slide is closed always boot NOLO kernel
* when keyborad slide is open in CONFIG_PREBOOT try load bootmenu.scr from
first FAT partition of internal eMMC memory (also known as
* Configuration is done via env variables bootmenu_delay and bootmenu_:
bootmenu_delay=
bootmenu_="="
(title and commands are separated by first char '=')
is delay in seconds of autobooting first entry
is boot menu entry, starting from zero
is text shown in boot scree
* if defined run env "premonitor" before Main Loop for Monitor Processing
Signed-off-by: Pali Rohár
---
common/env_common.c |3 +++
common/main.c |4
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/common/env_common.c b/common/env_common.c
index 8a71096..1ef8ec
* If not defined CONFIG_MENUCMD do nothing
* If CONFIG_MENUKEY is 0 and was pressed any key run env "menu_cmd"
* If pressed key was CONFIG_MENUKEY run env "menu_cmd"
* If CONFIG_MENUKEY is not defined run env "menu_cmd" always
* CONFIG_MENUKEY working if defined CONFIG_MENUCMD and CONFIG_BOO
* Command can be enabled by CONFIG_CMD_CLEAR
Signed-off-by: Pali Rohár
Cc: Marcel Mol
---
common/Makefile |1 +
common/cmd_clear.c | 42 ++
include/config_cmd_all.h |1 +
3 files changed, 44 insertions(+), 0 deletions(-)
create
* This patch add support for move cursor and reverse colors
via ANSI espace codes in cfb_console driver
* ANSI escape codes can be enabled/disabled via CONFIG_CFB_CONSOLE_ANSI
Signed-off-by: Pali Rohár
---
drivers/video/cfb_console.c | 216 ++-
1 fil
* console_clear - clear full console framebuffer output
* console_clear_line - clear part of specified line (or full)
Signed-off-by: Pali Rohár
---
drivers/video/cfb_console.c | 64 +++
1 files changed, 52 insertions(+), 12 deletions(-)
diff --git a/d
* console_cursor_fix - fix cursor position (check for out of screen)
* console_cursor_up, console_cursor_down, console_cursor_left,
console_cursor_right, console_cursor_set_position for change cursor position
* console_newline - added param to specify count of creating new lines
* console_pr
* Ignore ANSI escape codes for moving cursor, which are generated by keyboard
Signed-off-by: Pali Rohár
---
common/main.c | 51 +++
1 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/common/main.c b/common/main.c
index e96c95a..e7b5
* Use correct buffer size, do not damage screen output
Signed-off-by: Pali Rohár
---
drivers/video/cfb_console.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
index 904caf7..9092399 100644
--- a/drivers/video/
Signed-off-by: Pali Rohár
---
include/common.h | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h
index 5cfdd76..640d15c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -760,6 +760,26 @@ void clear_ctrlc (
* Code copied from linux kernel 3.0.0 from file include/linux/i2c/twl.h
Signed-off-by: Pali Rohár
---
include/twl4030.h | 98 +
1 files changed, 98 insertions(+), 0 deletions(-)
diff --git a/include/twl4030.h b/include/twl4030.h
index 9cd32a
This patch adapts the bootm command so that it can use an existing atags command
set up by a previous bootloader. If the environment variable "atagaddr" is
unset,
bootm behaves as normal. If "atagaddr" is set, bootm will use atags address from
environment variable and also append new boot args (if
* Hide function save_boot_params if CONFIG_SPL_BUILD is not defined (function
do nothing)
* Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S
* This allow to implement board specified function save_boot_params in board
code
Signed-off-by: Pali Rohár
---
arch/arm/cpu/armv7/oma
Hello,
I'm sending third version of rx51 patches for u-boot. All patches was checked
by checkpatch.pl and no error or warning was appeared. Last 2 patches (0014
and 0015) adding ANSI terminal bootmenu support for rx51 and can be reviewed
separatly (patches 0001-0013 adding nokia rx51 board support
On Sunday 18 December 2011 15:07:25 Mike Frysinger wrote:
> On Sunday 18 December 2011 14:12:38 Pali Rohár wrote:
> > On Sunday 18 December 2011 14:07:37 Mike Frysinger wrote:
> > > this needs checkpatch for sure
> > >
> > > seems like this doesn't use the existing common/menu.c code ...
> > > shou
On Sunday 18 December 2011 15:08:30 Mike Frysinger wrote:
> On Sunday 18 December 2011 14:37:12 Pali Rohár wrote:
> > On Sunday 18 December 2011 14:05:17 Mike Frysinger wrote:
> > > On Saturday 17 December 2011 12:03:15 Pali Rohár wrote:
> > > > --- a/common/env_common.c
> > > > +++ b/common/env_co
On Sunday 18 December 2011 13:58:30 Mike Frysinger wrote:
> On Saturday 17 December 2011 12:03:07 Pali Rohár wrote:
> > * Ignore ANSI escape sequences for moving cursor, which are generated
> > by
> >
> > keyboard
>
> you need to line wrap your changelogs
> -mike
I will fix all commit messages.
On Sunday 18 December 2011 13:54:21 Mike Frysinger wrote:
> On Saturday 17 December 2011 12:03:04 Pali Rohár wrote:
> > + s = getenv ("atagaddr");
>
> no space before the "("
>
> > #if defined (CONFIG_SETUP_MEMORY_TAGS) || \
> >
> > defined (CONFIG_CMDLINE_TAG) || \
> > defined (CONFIG
On Sunday 18 December 2011 14:01:54 Mike Frysinger wrote:
> On Saturday 17 December 2011 11:59:14 Pali Rohár wrote:
> > I'm sending new patch series, which add Nokia RX-51 support to U-Boot.
> > This patches are based on master commit
> > 06e42c6e2ce269667daecd6229d0b7c813838203 and now U-Boot work
On Sunday 18 December 2011 14:05:17 Mike Frysinger wrote:
> On Saturday 17 December 2011 12:03:15 Pali Rohár wrote:
> > --- a/common/env_common.c
> > +++ b/common/env_common.c
> >
> > +#ifdef CONFIG_PREMONITOR
> > + "premonitor=" CONFIG_PREMONITOR "\0"
> > +#endif
> >
> > ---
On Sunday 18 December 2011 14:37:12 Pali Rohár wrote:
> On Sunday 18 December 2011 14:05:17 Mike Frysinger wrote:
> > On Saturday 17 December 2011 12:03:15 Pali Rohár wrote:
> > > --- a/common/env_common.c
> > > +++ b/common/env_common.c
> > >
> > > +#ifdef CONFIG_PREMONITOR
> > > + "premonitor=
On Sunday 18 December 2011 14:20:35 Pali Rohár wrote:
> On Sunday 18 December 2011 13:56:12 Mike Frysinger wrote:
> > On Saturday 17 December 2011 12:03:13 Pali Rohár wrote:
> > > --- /dev/null
> > > +++ b/common/cmd_clr.c
> > >
> > > +int do_clr(cmd_tbl_t *cmdtp, int flag, int argc, char * const
On Sunday 18 December 2011 14:12:38 Pali Rohár wrote:
> On Sunday 18 December 2011 14:07:37 Mike Frysinger wrote:
> > this needs checkpatch for sure
> >
> > seems like this doesn't use the existing common/menu.c code ... shouldn't
> > it ?
>
> No my ANSI terminal bootmenu does not use common/menu
On Sunday 18 December 2011 14:00:10 Pali Rohár wrote:
> On Sunday 18 December 2011 13:57:40 Mike Frysinger wrote:
> > On Saturday 17 December 2011 12:03:09 Pali Rohár wrote:
> > > --- a/drivers/video/cfb_console.c
> > > +++ b/drivers/video/cfb_console.c
> > >
> > > +static void console_swap_colors
On Sunday 18 December 2011 13:56:12 Mike Frysinger wrote:
> On Saturday 17 December 2011 12:03:13 Pali Rohár wrote:
> > --- /dev/null
> > +++ b/common/cmd_clr.c
> >
> > +int do_clr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
>
> static
>
> > + printf(ANSI_CLEAR_CONSOLE);
>
> puts()
On Sunday 18 December 2011 14:07:37 Mike Frysinger wrote:
> this needs checkpatch for sure
>
> seems like this doesn't use the existing common/menu.c code ... shouldn't it
> ? -mike
No my ANSI terminal bootmenu does not use common/menu.c (4 months ago, there
was no menu.c file)
--
Pali Rohár
pali
On Sunday 18 December 2011 13:57:40 Mike Frysinger wrote:
> On Saturday 17 December 2011 12:03:09 Pali Rohár wrote:
> > --- a/drivers/video/cfb_console.c
> > +++ b/drivers/video/cfb_console.c
> >
> > +static void console_swap_colors(void)
> > +{
> > + eorx = fgx;
> > + fgx = bgx;
> > + bgx =
this needs checkpatch for sure
seems like this doesn't use the existing common/menu.c code ... shouldn't it ?
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/ma
On Saturday 17 December 2011 12:03:16 Pali Rohár wrote:
> --- /dev/null
> +++ b/board/nokia/rx51/Makefile
>
> +clean:
> + rm -f $(OBJS)
> +
> +distclean: clean
> + rm -f $(LIB) core *.bak $(obj).depend
these are unused. delete these targets.
this file def needs checkpatch.pl run on it
On Saturday 17 December 2011 12:03:15 Pali Rohár wrote:
> --- a/common/env_common.c
> +++ b/common/env_common.c
>
> +#ifdef CONFIG_PREMONITOR
> + "premonitor=" CONFIG_PREMONITOR "\0"
> +#endif
>
> --- a/common/main.c
> +++ b/common/main.c
>
> +#ifdef CONFIG_PREMONITOR
> +
On Saturday 17 December 2011 11:59:14 Pali Rohár wrote:
> I'm sending new patch series, which add Nokia RX-51 support to U-Boot. This
> patches are based on master commit 06e42c6e2ce269667daecd6229d0b7c813838203
> and now U-Boot working on Nokia RX-51.
please run all your patches through ./tools/c
On Saturday 17 December 2011 12:03:12 Pali Rohár wrote:
> * This patch add support for cursor move and reverse colors via ANSI
> espace codes in cfb_console driver * ANSI escape codes can be
> enabled/disabled via CONFIG_CFB_CONSOLE_ANSI
your changelog needs to be line wrapped
> +
On Saturday 17 December 2011 12:03:11 Pali Rohár wrote:
> * console_cursor_fix - check and fix cursor position (if it is not out of
> screen) * console_cursor_up, console_cursor_down, console_cursor_left,
> console_cursor_right and console_cursor_set_position for changing cursor
> position * conso
On Saturday 17 December 2011 12:03:10 Pali Rohár wrote:
> --- a/drivers/video/cfb_console.c
> +++ b/drivers/video/cfb_console.c
>
> +static void console_clear_line(int line, int begin, int end)
> +{
> +#ifdef VIDEO_HW_RECTFILL
> + video_hw_rectfill(VIDEO_PIXEL_SIZE,
On Saturday 17 December 2011 12:03:07 Pali Rohár wrote:
> * Ignore ANSI escape sequences for moving cursor, which are generated by
> keyboard
you need to line wrap your changelogs
-mike
signature.asc
Description: This is a digitally signed message part.
_
On Saturday 17 December 2011 12:03:09 Pali Rohár wrote:
> --- a/drivers/video/cfb_console.c
> +++ b/drivers/video/cfb_console.c
>
> +static void console_swap_colors(void)
> +{
> + eorx = fgx;
> + fgx = bgx;
> + bgx = eorx;
> + eorx = fgx ^ bgx;
> +}
there's nothing calling this ne
On Saturday 17 December 2011 12:03:13 Pali Rohár wrote:
> --- /dev/null
> +++ b/common/cmd_clr.c
>
> +int do_clr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
static
> + printf(ANSI_CLEAR_CONSOLE);
puts()
> +U_BOOT_CMD(
> + clr,CONFIG_SYS_MAXARGS, 1, do_clr,
>
On Saturday 17 December 2011 12:03:04 Pali Rohár wrote:
> + s = getenv ("atagaddr");
no space before the "("
> #if defined (CONFIG_SETUP_MEMORY_TAGS) || \
> defined (CONFIG_CMDLINE_TAG) || \
> defined (CONFIG_INITRD_TAG) || \
> defined (CONFIG_SERIAL_TAG) || \
> defined (
On Dec 16, 2011, at 3:42 AM, Stefano Babic wrote:
> On 16/12/2011 10:33, Fabio Estevam wrote:
>
>>
>> The weak function was introduced by this commit:
>> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=97039ab98c551c7860bc0977d684ef686159e0d7
>>
>> which breaks non CONFIG_FSL_ESDHC users.
>
>
The ecc.size for mxs NAND driver is set to 1 in Linux kernel and to 512 in
U-Boot, which causes "ubi part" command malfunction due to wrong subpage size.
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
Cc: Detlev Zundel
Cc: Stefan Roese
Cc: Scott Wood
Cc: Veli-Pekka Peltola
---
drivers/mtd/nan
This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo
reference boards. It assumes U-boot is loaded to SDRAM with the
help of another small bootloader (x-load) running from SRAM.
Signed-off-by: Peter Barada
Cc: Tom Rini
Cc: Igor Grinberg
Cc: Wolfgang Denk
---
Changes for V4:
Use #
On Sun, Dec 18, 2011 at 12:55 AM, Simon Glass wrote:
> Hi Wolfgang,
>
> On Sat, Dec 17, 2011 at 12:08 PM, Wolfgang Denk wrote:
>> Dear Simon Glass,
>>
>> In message
>> you
>> wrote:
>>>
>>> On Fri, Dec 16, 2011 at 9:20 AM, jonsm...@gmail.com wr=
>>> ote:
>> ...
>>> > The concept is to remove
Dear Pali =?ISO-8859-1?Q?Roh=E1r?=,
please do not full-quote. Quote only as much of the mail you are
replying to as is needed to give enough context. It makes no sense to
quoted hundrets of lines which you are not referring to in your reply.
Thanks.
In message <17199828.H8TsXDWnq5@pali-eliteb
Dear Igor Grinberg,
In message <4eedaba8.4010...@compulab.co.il> you wrote:
>
> > As for the function, in arch/arm/cpu/armv7/omap3/board.c there's already
> > a checkboard() function that is called early (before relocation) that
And keep in mind: before relocation means that the BSS segment is n
Hi Thomas,
Several comments in addition to Tom's comments:
On 12/15/11 12:16, Thomas Weber wrote:
> Tricorder is a board which is very similar to the Devkit8000. It
> is designed as a base platform for further medical devices.
>
> www.corscience.de/en/medical-engineering/products/multiparameter/
On 12/16/11 11:00, Thomas Weber wrote:
> This patch removes the unused definitions:
> CONFIG_OMAP3_MICRON_DDR
> CONFIG_OMAP3_NUMONYX_DDR
> CONFIG_OMAP3_INFINEON_DDR
>
> Signed-off-by: Thomas Weber
Acked-by: Igor Grinberg
Thanks Thomas.
--
Regards,
Igor.
_
Hi Peter,
Some comments (hopefully last ones) in addition to Wolfgang's and Tom's:
On 12/16/11 22:31, Peter Barada wrote:
> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo
> reference boards. It assumes U-boot is loaded to SDRAM with the
> help of another small bootloader (x-load)
Hi Peter,
On 12/16/11 08:09, Peter Barada wrote:
> On 12/15/2011 01:30 PM, Tom Rini wrote:
>> On Thu, Dec 15, 2011 at 10:15 AM, Peter Barada
>> wrote:
>>> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo
>>> reference boards. It assumes U-boot is loaded to SDRAM with the
>>> help o
71 matches
Mail list logo