Hi Daniel,
...
>> diff --git a/board/qemu-malta/lowlevel_init.S
>> b/board/qemu-malta/lowlevel_init.S
>> new file mode 100644
>> index 000..c5c5bd9
>> --- /dev/null
>> +++ b/board/qemu-malta/lowlevel_init.S
>> @@ -0,0 +1,19 @@
>> +/*
>> + * Copyright (C) 2013 Gabor Juhos
>> + *
>> + * This p
Hi Henrik,
On Sun, 25 Nov 2012 12:47:11 +0100, Henrik Nordström
wrote:
> This adds support for the hardware watchdog in Allwinner
> sun4i & sun5i (sunxi) SoC familiy.
>
> From: Henrik Nordstrom
>
> Signed-off-by: Henrik Nordstrom
> Signed-off-by: Stefan Roese
> ---
> arch/arm/cpu/armv7/sun
Dear Albert ARIBAUD,
> Hi Marek,
>
> On Sat, 3 Nov 2012 10:11:27 +0100, Marek Vasut wrote:
> > These boards couldn't save their environment because they couldn't
> > malloc() the whole size of the sector.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Linus Walleij
> > ---
> >
> > include/conf
Hi Marek,
On Sat, 3 Nov 2012 10:11:27 +0100, Marek Vasut wrote:
> These boards couldn't save their environment because they couldn't malloc()
> the whole size of the sector.
>
> Signed-off-by: Marek Vasut
> Cc: Linus Walleij
> ---
> include/configs/integrator-common.h |3 ++-
> include/
Hi Stefano,
On Mon, 28 Jan 2013 23:25:18 +0100, Stefano Babic
wrote:
> Hi Albert,
>
> please pull from u-boot-imx (last fixes), thanks.
>
> The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:
>
> Prepare v2013.01 (2013-01-15 14:47:42 -0700)
>
> are available in the
On 02/02/2013 10:22 PM, Wolfgang Denk wrote:
Dear Jeroen Hofstee,
In message <510d1d1e.7080...@myspectrum.nl> you wrote:
yes, it is confusing. The following patch will e.g. make the
trap go away on the twister. Yet there is nothing wrong with the
original code it touches (or I fail to see what
Dear Marek Vasut,
In message <201302021605.21681.ma...@denx.de> you wrote:
>
> Could it be that 'cmd' is possibly not zero-terminated string?
How would that ever happen?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Of
Dear Jeroen Hofstee,
In message <510d1d1e.7080...@myspectrum.nl> you wrote:
>
> yes, it is confusing. The following patch will e.g. make the
> trap go away on the twister. Yet there is nothing wrong with the
> original code it touches (or I fail to see what it is).
Note that your patch breaks co
2013/2/2 Gabor Juhos :
> The pcnet driver uses the pci_phys_to_mem function
> to get the memory address of the DMA buffers. This
> This assumes an 1:1 mapping between the PCI and
> physical memory which is not true on all platforms.
>
> On MIPS platform U-Boot is running within a mapped
> memory re
2013/2/2 Gabor Juhos :
> Move the GT64120 register base to 0x1be0
> and setup PCI BAR registers as done by the
> original YAMON bootloader.
>
> This is needed for running Linux kernel.
>
> Signed-off-by: Gabor Juhos
> Cc: Daniel Schwierzeck
> ---
> Changes since v1:
> - rebased against mips/
2013/2/2 Gabor Juhos :
> Qemu emulates the Galileo GT64120 System Controller
> which provides a CPU bus to PCI bus bridge.
>
> The patch adds driver for this bridge and enables
> PCI support for the emulated Malta board.
>
> Signed-off-by: Gabor Juhos
> Cc: Daniel Schwierzeck
> ---
> Changes sinc
2013/2/2 Gabor Juhos :
> The MIPS Malta board has a SOFTRES register. Writing a
> magic value into that register initiates a board reset.
>
> Use this feature to implement reset support.
>
> Signed-off-by: Gabor Juhos
> Cc: Daniel Schwierzeck
> ---
> Changes since v1:
> - rebased against mips/te
2013/2/2 Gabor Juhos :
> Add minimal support for the MIPS Malta CoreLV board
> emulated by Qemu. The only supported peripherial is
> the UART.
>
> This is enough to boot U-Boot to the command prompt
> both in little and big endian mode.
>
> Signed-off-by: Gabor Juhos
> Cc: Daniel Schwierzeck
> --
On 02/02/2013 05:04 PM, Robert P. J. Day wrote:
Signed-off-by: Robert P. J. Day
---
based on perusal of entire file as i was reading code. undoubtedly
more of these file-wide proofreads coming if no objections ...
diff --git a/common/cmd_mem.c b/common/cmd_mem.c
index 0f3ffc8..2568c04 100
Hello,
On 02/02/2013 04:43 PM, Jeroen Hofstee wrote:
Sebastian wrote On 01.02.2013 08:55:
we are using u-boot in our embedded system with arm-1136jfs cpu.
We recently tried a new toolchain with GCC 4.7.2.
If compiled with the new toolchain the feature CONFIG_AUTO_COMPLETE
isn't working.
I
Hello Albert,
On 02/02/2013 06:02 PM, Albert ARIBAUD wrote:
Refactor linker-generated array code so that symbols
which were previously linker-generated are now compiler-
generated. This causes relocation records of type
R_ARM_ABS32 to become R_ARM_RELATIVE, which makes
code which uses LGA able t
Dear Daniel Schwierzeck,
> Hi Albert,
>
> 2013/2/2 Albert ARIBAUD :
> > Refactor linker-generated array code so that symbols
> > which were previously linker-generated are now compiler-
> > generated. This causes relocation records of type
> > R_ARM_ABS32 to become R_ARM_RELATIVE, which makes
> >
Hi Albert,
2013/2/2 Albert ARIBAUD :
> Refactor linker-generated array code so that symbols
> which were previously linker-generated are now compiler-
> generated. This causes relocation records of type
> R_ARM_ABS32 to become R_ARM_RELATIVE, which makes
> code which uses LGA able to run before re
Hello Albert,
On 02.02.2013 18:02, Albert ARIBAUD wrote:
> Refactor linker-generated array code so that symbols
> which were previously linker-generated are now compiler-
> generated. This causes relocation records of type
> R_ARM_ABS32 to become R_ARM_RELATIVE, which makes
> code which uses LGA a
R_ARM_ABS32 relocation records cause symbol references
to be zero before relocation, and become correct only
after relocation. On the other hand, R_ARM_RELATIVE
records make references correct before as well as
after relocation.
This patch series aims at removing all R_ARM_ABS32
relocations from A
Dear Heiko Schocher,
> Hello Jeroen,
>
> On 02.02.2013 16:43, Jeroen Hofstee wrote:
> > Hello Heiko,
> >
> > On 02/02/2013 11:18 AM, Jeroen Hofstee wrote:
> >> Hello,
> >>
> >> On 02/02/2013 09:37 AM, Heiko Schocher wrote:
> >>> Hello Wolfgang, Sebastian,
> >>>
> >>> On 01.02.2013 12:31, Wolfg
Hello Jeroen,
On 02.02.2013 16:43, Jeroen Hofstee wrote:
> Hello Heiko,
>
> On 02/02/2013 11:18 AM, Jeroen Hofstee wrote:
>> Hello,
>>
>> On 02/02/2013 09:37 AM, Heiko Schocher wrote:
>>> Hello Wolfgang, Sebastian,
>>>
>>> On 01.02.2013 12:31, Wolfgang Denk wrote:
In message
you
On Mon, Jan 28, 2013 at 3:26 AM, Akshay Saraswat wrote:
> This adds a member to TMU FDT node for providing hardware
> tripping temperature threshold.
>
> Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
Hi,
On Sat, Feb 2, 2013 at 4:23 AM, yanzhihui wrote:
> hello sig:
> such as the title, i can not find the file stdarg.h in the u_boot
> source code,but it call by the routine like #include ,if you know
> that please tell me...
>
This should be provided by your toolchain. One way to see th
On Thu, Jan 31, 2013 at 9:39 PM, Rajeshwari Shinde
wrote:
> This patchs adds support for MAX98095 codec in
> sound driver.
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
> ---
> Changes in V2:
> - None
> Chnages in V3:
> - Removed non DT support for MAX98095
> driv
Hi Rajeshwari,
On Thu, Jan 31, 2013 at 9:39 PM, Rajeshwari Shinde
wrote:
> This patch adds the DTS file for Snow Board.
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
Somewhat unrelated to this patch: Assuming I am correct in thinking
that the kernel uses maxim,max77686-pmic inste
On Thu, Jan 31, 2013 at 9:39 PM, Rajeshwari Shinde
wrote:
> This patch adds the configuration file for Snow Board and
> defines the same in boards.cfg.
>
> Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.den
On the origial Malta boards the REVISION register is
accessible at the 0x1fc00010 address. The contents of
this register gives information about the revision
of the Malta and Core Boards.
This register is used by the Linux kernel to identify
the actual board it is running on. However the register
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- rebased against mips/testing
Changes since RFC: ---
---
arch/mips/lib/bootm.c | 60 +++--
1 file changed, 58 insertions(+), 2 deletions(-)
diff --git a/arch/mips/lib/bootm.c
Qemu emulates a PCNET PCI card for the Malta CoreLV board.
Enable the pcnet driver and add board specific ethernet
initialization function to bring it up. Also enable the
CONFIG_CMD_NET and CONFIG_CMD_PING options.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- rebase
The pcnet driver uses the pci_phys_to_mem function
to get the memory address of the DMA buffers. This
This assumes an 1:1 mapping between the PCI and
physical memory which is not true on all platforms.
On MIPS platform U-Boot is running within a mapped
memory region, and the pci_phys_to_mem macro
Move the GT64120 register base to 0x1be0
and setup PCI BAR registers as done by the
original YAMON bootloader.
This is needed for running Linux kernel.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- rebased against mips/testing
Changes since RFC: ---
---
arch/m
Add minimal support for the MIPS Malta CoreLV board
emulated by Qemu. The only supported peripherial is
the UART.
This is enough to boot U-Boot to the command prompt
both in little and big endian mode.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- remove custom u-bo
Qemu emulates the Galileo GT64120 System Controller
which provides a CPU bus to PCI bus bridge.
The patch adds driver for this bridge and enables
PCI support for the emulated Malta board.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- rebased against mips/testing
Ch
The Linux specific register access macros, the
extern function declarations and the UL suffixes
has been removed.
The header file will be used for the qemu-malta
board.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- rebased against mips/testing
Changes since RFC: --
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- rebased against mips/testing
Changes since RFC: ---
---
arch/mips/include/asm/malta.h |2 ++
include/configs/qemu-malta.h | 13 +++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/arch/mi
The MIPS Malta board has a SOFTRES register. Writing a
magic value into that register initiates a board reset.
Use this feature to implement reset support.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
Changes since v1:
- rebased against mips/testing
Changes since RFC: ---
---
arch/m
This patch set adds initial support for the MIPS Malta CoreLV
board emulated under Qemu.
The patches are against the testing branch of the MIPS custodian tree.
The changes since the previous version of the series are described in
the individual patches.
Gabor Juhos (10):
MIPS: qemu-malta: add s
Signed-off-by: Robert P. J. Day
---
based on perusal of entire file as i was reading code. undoubtedly
more of these file-wide proofreads coming if no objections ...
diff --git a/common/cmd_mem.c b/common/cmd_mem.c
index 0f3ffc8..2568c04 100644
--- a/common/cmd_mem.c
+++ b/common/cmd_mem.c
Hello Heiko,
On 02/02/2013 11:18 AM, Jeroen Hofstee wrote:
Hello,
On 02/02/2013 09:37 AM, Heiko Schocher wrote:
Hello Wolfgang, Sebastian,
On 01.02.2013 12:31, Wolfgang Denk wrote:
In message
you
wrote:
we are using u-boot in our embedded system with arm-1136jfs cpu.
Which exact system /
perusing the code in cmd_flash.c and i'm puzzled by this:
#if defined(CONFIG_CMD_MTDPARTS)
#include
why would supposedly low-level MTD partitioning code have any need for
filesystem-specific header files -- in this case, jffs2?
a similar example can be found in cmd_mtdparts.c:
#include
Dear Jeroen Hofstee,
> Hello Albert,
>
> On 02/02/2013 12:32 PM, Albert ARIBAUD wrote:
> >>> Sebastian wrote On 01.02.2013 08:55:
> we are using u-boot in our embedded system with arm-1136jfs cpu.
> We recently tried a new toolchain with GCC 4.7.2.
> If compiled with the new toolch
Dear Benoît Thébaudeau,
> Hi Marek,
>
> On Tuesday, January 8, 2013 12:18:05 PM, Benoît Thébaudeau wrote:
> > Dear Marek Vasut,
> >
> > On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote:
> > > Dear Benoît Thébaudeau,
> > >
> > > [...]
> > >
> > > > > > > NOTE: I'm seeing issues when t
first, in include/asm-generic/global_data_flags.h:
* transitional header until we merge global_data.h
what exactly is "transitional" about that header file, what sort of
merging is going to be done with respect to global_data.h?
and in the top-level README file:
"OTE: DECLARE_GLOBAL_DATA_
Hello Albert,
On 02/02/2013 12:32 PM, Albert ARIBAUD wrote:
Sebastian wrote On 01.02.2013 08:55:
we are using u-boot in our embedded system with arm-1136jfs cpu.
We recently tried a new toolchain with GCC 4.7.2.
If compiled with the new toolchain the feature CONFIG_AUTO_COMPLETE isn't
worki
Hi Marek,
On Tuesday, January 8, 2013 12:18:05 PM, Benoît Thébaudeau wrote:
> Dear Marek Vasut,
>
> On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote:
> > Dear Benoît Thébaudeau,
> >
> > [...]
> >
> > > > > > NOTE: I'm seeing issues when this is compiled into U-Boot.
> > > > > > U-Boot
Tidy up indentation, and use what appears to be the standard of
"unsigned long" rather than "ulong" in u-boot.h files.
Signed-off-by: Robert P. J. Day
---
should be no functional change here, just aesthetics.
diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h
index 2
On Sat, 2 Feb 2013 12:05:02 +0100, Albert ARIBAUD
wrote:
> Hi Marek,
>
> On Fri, 1 Feb 2013 10:00:55 +0100, Marek Vasut wrote:
>
> > Dear Heiko Schocher,
> >
> > > Hello,
> > >
> > > I am currently trying to get rid of some externs in the new i2c
> > > multibus approach, specially this exter
Hi Jeroen,
On Sat, 02 Feb 2013 11:18:44 +0100, Jeroen Hofstee
wrote:
> Hello,
>
> On 02/02/2013 09:37 AM, Heiko Schocher wrote:
> > Hello Wolfgang, Sebastian,
> >
> > On 01.02.2013 12:31, Wolfgang Denk wrote:
> >> In message
> >> you
> >> wrote:
> >>> we are using u-boot in our embedded syst
Hello Wolfgang,
On 02/01/2013 10:42 PM, Wolfgang Denk wrote:
Dear Jeroen Hofstee,
In message <510bfe48.3060...@myspectrum.nl> you wrote:
Hi Wolfgang,
On 02/01/2013 12:31 PM, Wolfgang Denk wrote:
We recently tried a new toolchain with GCC 4.7.2.
If compiled with the new toolchain the feature
it seems that the u-boot manual wiki page for "information"
commands:
http://www.denx.de/wiki/view/DULG/UBootCmdGroupInfo
could use a few more entries. off the top of my head, it seems one
could add "fatinfo", the mmc subcommands to display the current mmc
status and so on. thoughts? certai
Hi Marek,
On Fri, 1 Feb 2013 10:00:55 +0100, Marek Vasut wrote:
> Dear Heiko Schocher,
>
> > Hello,
> >
> > I am currently trying to get rid of some externs in the new i2c
> > multibus approach, specially this externs:
> >
> > http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=blob;f=drivers/i2c/i
The '__got_start' and '__got_end' symbols are used
only in the linker script to compute the value of
the 'num_got_entries' symbol.
Remove the symbols and use the SIZEOF(.got) command
to get the size of the .got section.
Signed-off-by: Gabor Juhos
Cc: Daniel Schwierzeck
---
arch/mips/cpu/u-boot
Hello,
On 02/02/2013 09:37 AM, Heiko Schocher wrote:
Hello Wolfgang, Sebastian,
On 01.02.2013 12:31, Wolfgang Denk wrote:
In message
you wrote:
we are using u-boot in our embedded system with arm-1136jfs cpu.
Which exact system / board configuration is this?
And which exact U-Boot version
On Fri, 1 Feb 2013, Robert P. J. Day wrote:
> ... the same source file -- AMDLV065D.c -- is in two different
> directories, and they differ slightly:
>
> $ diff board/{altera,psyent}/common/AMDLV065D.c
> 175c175
> < writeb (b, dst);
> ---
> > writeb (dst, b);
> $
>
> that
55 matches
Mail list logo