hey,
have a nice day.
I want to recommend a good website to you,
they sell all kinds of electronic products such as laptop,
handset,lcd tv,playstation,camera,bicycles.
Now they are holding a promoting sale action to meet Christmas day coming,
they offer competitive price, this promotion will last
Signed-off-by: Thomas Weber
---
0 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 arch/arm/cpu/armv7/imx-common/timer.c
mode change 100755 => 100644 drivers/fpga/ivm_core.c
mode change 100755 => 100644 include/lattice.h
diff --git a/arch/arm/cpu/armv7/imx-common/ti
This adds fields required by PowerPC to the global data.
Signed-off-by: Simon Glass
---
include/asm-generic/global_data.h | 124 +
1 files changed, 124 insertions(+), 0 deletions(-)
diff --git a/include/asm-generic/global_data.h
b/include/asm-generic/globa
This enables generic board support so that x86 boards can define
CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Simon Glass
---
arch/x86/config.mk |3 ---
arch/x86/include/asm/global_data.h |7 +++
arch/x86/include/asm/u-boot.h | 11 +++
arch/x86/lib/Makefil
This adds ppc features to the generic pre-relocation board init.
This is a separate commit so that these features are clearly shown.
Signed-off-by: Simon Glass
---
common/board_f.c | 373 +-
include/common.h | 16 +++
2 files changed, 386
Link symbols as created by the link script can either be absolute or
relative to the text start. This option switches between the two options
so that we can support both.
As we convert architectures over to generic board, we can see if this
option is actually needed, or whether it is possible to u
Enable CONFIG_SYS_GENERIC_BOARD for Tegra 2 Seaboard.
Signed-off-by: Simon Glass
---
Changes in v2:
- Change generic board to an opt-in system on a per-board basic
- Add CONFIG_SYS_GENERIC_BOARD to allow board to select generic board
- Add PowerPC support
- Rebase to master
include/configs/seab
These fields are needed for x86.
Signed-off-by: Simon Glass
---
include/asm-generic/global_data.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/asm-generic/global_data.h
b/include/asm-generic/global_data.h
index 6199926..fb976f9 100644
--- a/include/asm-gene
We are introducing a new unified board setup and we want this to
be the default. So we need to opt all architectures out first.
Signed-off-by: Simon Glass
---
README| 11 +++
arch/arm/config.mk|3 +++
arch/avr32/config.mk |3 +++
arch/blackfin/
This adds secondary program loader support to the generic board.
Signed-off-by: Simon Glass
---
common/board_f.c | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/common/board_f.c b/common/board_f.c
index ef24bc0..94f316c 100644
--- a/common/board_f.c
This file holds the board info structure. We need this to be generic
for the unified board series, so create a structure which contains
the basic fields required by the main architectures.
Signed-off-by: Simon Glass
---
include/asm-generic/u-boot.h | 155 +++
This enables generic board support so that ppc boards can define
CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Simon Glass
---
arch/powerpc/config.mk |3 ---
arch/powerpc/include/asm/global_data.h |7 +++
arch/powerpc/include/asm/u-boot.h |7 +++
arch/powerpc
Since Tegra executes early code on an ARMv4T (but the rest on ARMv7)
we must mark the new board init files for compilation with ARMv4t
architecture.
Signed-off-by: Simon Glass
---
arch/arm/cpu/armv7/tegra2/config.mk |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/
This file handles common post-relocation init for boards which use
the generic framework.
Signed-off-by: Simon Glass
---
common/Makefile |1 +
common/board_r.c | 401 ++
2 files changed, 402 insertions(+), 0 deletions(-)
create mode 100
This adds ppc features to the generic post-relocation board init.
Signed-off-by: Simon Glass
---
common/board_r.c | 463 +-
1 files changed, 460 insertions(+), 3 deletions(-)
diff --git a/common/board_r.c b/common/board_r.c
index 807aec8..33
These are defined in asm-generic/sections.h, so remove them from
architecture-specific files.
Signed-off-by: Simon Glass
---
arch/x86/include/asm/u-boot-x86.h |8
arch/x86/lib/board.c |1 +
2 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/arch/x86/inc
We want to unify the global_data structure. Most fields are common across
architectures, but there are a fair number of SOC-specific additions. It
isn't clear how best to deal with these, but for now we just use #ifdef.
Checkpatch warnings here might be unavoidable:
warning: include/asm-generic/g
This file handles common pre-relocation init for boards which use
the generic framework.
It starts up the console, DRAM, performs relocation and then jumps
to post-relocation init.
Signed-off-by: Simon Glass
---
common/Makefile |3 +
common/board_f.c | 490 +++
This enables generic board support so that ARM boards can define
CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Simon Glass
---
arch/arm/config.mk |3 ---
arch/arm/include/asm/global_data.h |7 +++
arch/arm/include/asm/u-boot.h |9 +
arch/arm/lib/Makefile
Include this header to get access to link symbols, which are otherwise
removed.
Signed-off-by: Simon Glass
---
arch/arm/include/asm/u-boot-arm.h |4
arch/arm/lib/board.c |1 +
board/cm4008/flash.c |1 +
board/cm41xx/flash.c |1 +
4 fil
This library supports calling a list of functions one after the
other.
It is intended that we move to a more powerful initcall implementation
as proposed by Graeme Russ . For now, this allows
us to do the basics.
Signed-off-by: Simon Glass
---
include/initcall.h | 25
These are available on other architectures, so add them on ppc.
Signed-off-by: Simon Glass
---
arch/powerpc/include/asm/io.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/include/asm/io.h b/arch/powerpc/include/asm/io.h
index 56ac9fe..d246fd8 10064
We can use the declarations of __bss_start and _end from this header
instead of declaring them locally.
Signed-off-by: Simon Glass
---
examples/standalone/stubs.c |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/examples/standalone/stubs.c b/examples/standalone/stu
Removes 'set but not used' warning.
Signed-off-by: Simon Glass
---
arch/x86/cpu/sc520/sc520_timer.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/cpu/sc520/sc520_timer.c b/arch/x86/cpu/sc520/sc520_timer.c
index 495a694..7f812dc 100644
--- a/arch/x86/cpu/sc52
This value has no meaning otherwise.
Signed-off-by: Simon Glass
---
common/cmd_bdinfo.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c
index ac8e78d..cdc595e 100644
--- a/common/cmd_bdinfo.c
+++ b/common/cmd_bdinfo.c
@@ -369,7
We create a separate header file for link symbols defined by the link
scripts. It is helpful to have these all in one place and try to
make them common across architectures. Since Linux already has a similar
file, we bring this in even though many of the symbols there are not
relevant to us.
Signe
These are available on other architectures, so add them on x86.
Signed-off-by: Simon Glass
---
arch/x86/include/asm/io.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
index 9b757d4..b12bdd8 100644
--- a/arch
This avoids a compiler warning about unused variables.
Signed-off-by: Simon Glass
---
board/eNET/eNET.c |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c
index 429fe1b..2f26470 100644
--- a/board/eNET/eNET.c
+++ b/board/eNET/eNET.
This is a ulong for some architectures and just unsigned for others.
Change x86 to be consistent.
Signed-off-by: Simon Glass
---
arch/x86/include/asm/u-boot.h |2 +-
common/cmd_bdinfo.c |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/include/asm/
This is a ulong for some architectures and just unsigned for others.
Change ARM to be consistent.
Signed-off-by: Simon Glass
---
arch/arm/include/asm/u-boot.h |2 +-
common/cmd_bdinfo.c |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/include/asm/
This series creates a generic board.c implementation which contains
the essential functions of the major arch/xxx/lib/board.c files.
What is the motivation for this change?
1. There is a lot of repeated code in the board.c files. Any change to
things like setting up the baud rate requires a chang
On Fri, 30 Dec 2011 13:37:47 +0100
Wolfgang Denk wrote:
> Dear Andreas,
>
> In message
> you
> wrote:
> >
> > sha1sum sum is yes enough to verify that no files have been modified on the
> > file system on the already installed Linux device.
>
> It is also good enough to ensure that the files
Dear Simon,
In message
you wrote:
>
> > Can you please tell me at least one board configuration that throws
> > this error (preferrably ppc, arm or mips) ?
>
> I can't see one with those architectures. It does happen for others though:
...
Strange. Both MIPS and PPC build without a single wa
Dear "HeungJun, Kim",
In message <00bc0173$83da7820$8b8f6860$%k...@samsung.com> you wrote:
>
> This is related with this:
> http://lists.denx.de/pipermail/u-boot/2012-January/114710.html
Arghh... You should not need to include such information. Proper mail
threading isall we need. But we r
> > make mx28evk_config? board/freescale/mx28evk
>
> Are you sure you checked it in? I checked, but I couldn't find it.
> (http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=tree;f=include/config
> s;h=fe894c3b95e3d154264c2f8731b668c410131f01;hb=HEAD)
It's in u-boot-imx tree.
>
> > Yes, it ca
Dear =?ISO-8859-1?Q?Andreas_B=E4ck?=,
In message
you wrote:
>
> Actually there seams to exsist some very old patches for this
> http://lists.denx.de/pipermail/u-boot/2006-September/016960.html
>
> Here a paper quite exact what I am after:
> http://elinux.org/images/2/28/Trusted_Boot_Loader.pdf
Dear amruth vamadev,
In message
you wrote:
>
> Thanks for response.If I want to store those strings into variable and
> may be compare it or parse it for information.For example "echo a"
> redirected to variable like assignment. My goal is to write simple
> diags to test pci or serial flash usin
Dear Ran Shalit,
In message
you wrote:
>
> 2. Otherwise, if the network interface ip is not the same as ncip, or cable
> is disconnected the u-boot does not start bootcmd, and I actually do not
> know where it stoped and why.
>
> Please tell me if you have any advice where to look, and what sho
Dear Wolfgang Denk,
In message <1325841606-24698-1-git-send-email...@denx.de> you wrote:
> This reverts commit 914c9ee971924665c9d2927fe83d8d70060b1eb8
> which is causing tons of build warnings like
> start.S:39:0: warning: "_LINUX_CONFIG_H" redefined [enabled by
> default]
> /home/wd/git/u-boot/w
From: Doug Anderson
This works together with a kernel change that looks at the scratchpad
register to determine which of the many UARTs it should use for early
printing:
http://www.spinics.net/lists/arm-kernel/msg154633.html
While it is unfortunate to need to pass this information in a second w
On 01/06/2012 04:17 AM, Xiangfu Liu wrote:
> Signed-off-by: Xiangfu Liu
> ---
> arch/mips/cpu/xburst/cpu.c |4 +
> arch/mips/cpu/xburst/start_spl.S | 65
> drivers/mtd/nand/jz4740_nand.c | 40 +++-
> include/configs/qi_lb60.h|
The Toshiba AC100 (Compal code-name Paz00, aka Dynabook AZ) is a netbook
derived from the NVIDIA Tegra Harmony reference board. It ships with
Android, but is often repurposed to run Linux. This patch adds just enough
support to get a U-Boot serial console, and the ability access built-in
eMMC and t
Tegra appears to boot with function UARTA pre-selected on mux
group SDB. If two mux groups are both set to the same function,
it's unclear which group's pins drive the RX signals into the
HW module. For UARTA, SDB certainly overrides group IRTX in
practice. To solve this, configure some alternative
A value of 0 in the odmdata RAM size field means default, which is 512MB
not 1GB. Fix this. For reference, see:
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blob;\
f=arch/arm/mach-tegra/odm_kit/query/harmony/tegra_devkit_custopt.h;\
h=1ec7010911454f19a5018952fd245785a62c59ad;\
hb=0e52d7fe2
> make mx28evk_config? board/freescale/mx28evk
Are you sure you checked it in? I checked, but I couldn't find it.
(http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=tree;f=include/configs;h=fe894c3b95e3d154264c2f8731b668c410131f01;hb=HEAD)
> Yes, it can go both ways.
For the SoC I understand.
> >> I'm currently working on U-Boot support for the Freescale i.mx28evk
> >> board.
> >
> > This is already supported mainline.
>
> Hm; my workspace is quite up-to-date, but I didn't find it. What
> configuration should I use for the Freescale i.mx28evk board?
> m28evk_config boots the board, bu
Hi Wolfgang,
On Thu, Jan 5, 2012 at 10:48 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message <1325822097-15227-3-git-send-email-...@chromium.org> you wrote:
>> This fixes the following warnings in dlmalloc seen with my gcc 4.6.
>
> Which exact version is this?
>
>> dlmalloc.c: In functio
On Sunday 18 December 2011 16:34:01 Pali Rohár wrote:
> * Ignore ANSI escape codes for moving cursor, which are generated by
> keyboard
this probably should be behind an appropriate CONFIG knob. i don't think this
is relevant to serial users (which are the majority of boards).
-mike
signature
>> I'm currently working on U-Boot support for the Freescale i.mx28evk board.
>
> This is already supported mainline.
Hm; my workspace is quite up-to-date, but I didn't find it. What configuration
should I use for the Freescale i.mx28evk board? m28evk_config boots the
board, but not much more. Th
On Friday 06 January 2012 08:22:54 Stefan Kristiansson wrote:
> On Thu, Jan 05, 2012 at 06:15:48PM -0500, Mike Frysinger wrote:
> > On Thursday 22 December 2011 06:39:32 Stefan Kristiansson wrote:
> > > On Thu, Dec 22, 2011 at 10:09:30AM +0100, Michal Simek wrote:
> > > > Stefan Kristiansson wrote:
On Friday 06 January 2012 06:24:50 Andreas Bäck wrote:
> Actually there seams to exsist some very old patches for this
> http://lists.denx.de/pipermail/u-boot/2006-September/016960.html
>
> Here a paper quite exact what I am after:
> http://elinux.org/images/2/28/Trusted_Boot_Loader.pdf
>
> Is th
On 01/06/2012 01:14 PM, Tom Rini wrote:
> On Fri, Jan 6, 2012 at 12:03 PM, Scott Wood wrote:
>> On 01/05/2012 06:41 PM, Tom Rini wrote:
>>> On Thu, Jan 5, 2012 at 4:04 PM, Scott Wood wrote:
Whatever the set of things is that you want to pull in for these SPLs,
it needs to be a separate
On Fri, Jan 6, 2012 at 12:03 PM, Scott Wood wrote:
> On 01/05/2012 06:41 PM, Tom Rini wrote:
>> On Thu, Jan 5, 2012 at 4:04 PM, Scott Wood wrote:
>>> Whatever the set of things is that you want to pull in for these SPLs,
>>> it needs to be a separate config option from the one that enables
>>> li
On 01/06/2012 04:18 AM, Xiangfu Liu wrote:
> On 01/06/2012 02:44 AM, Scott Wood wrote:
>> Use "mips-whatever-objdump -dlrsh" on the good and bad u-boot binaries
>> (or on any .o files you suspect may be relevant), to see more
>> specifically what's different.
>>
>> You may also want to try compilin
> Hi Marek,
>
> I'm currently working on U-Boot support for the Freescale i.mx28evk board.
This is already supported mainline.
> It started out as an update of the old Freescale supplied U-Boot 2009.08,
> but it ended up in reconfiguring your work on the Denx m28evk module.
> Today I stumbled up
On 01/05/2012 06:41 PM, Tom Rini wrote:
> On Thu, Jan 5, 2012 at 4:04 PM, Scott Wood wrote:
>> Whatever the set of things is that you want to pull in for these SPLs,
>> it needs to be a separate config option from the one that enables
>> libnand.o to be included, so that other SPLs can pull in sma
> Hi,
>
> Currently, the mxsboot tool checks all parsed options for being an even
> number, including the partition sector for SD/MMC devices. I don't believe
> such a restriction exists; I've been (unintentionally) using an odd
> sectored part ion for some time now.
>
> Shall I change it? If yes
Hi Marek,
I'm currently working on U-Boot support for the Freescale i.mx28evk board. It
started out as
an update of the old Freescale supplied U-Boot 2009.08, but it ended up in
reconfiguring
your work on the Denx m28evk module. Today I stumbled upon a problem with
Ethernet.
It turned out that
On Fri, Jan 06, 2012 at 12:35:28AM -0500, Peter Barada wrote:
> On 01/06/2012 12:21 AM, qiao.hellowo...@gmail.com wrote:
> > 2012/1/6 John Rigby
> >
> >>> *u-boot/spl/u-boot-spl.lds:1: syntax error
> >>> make[1]: *** [/home/qian/Desktop/u-boot/spl/u-boot-spl] Error 1
> >>> make[1]: Leaving director
Hi,
I am currently examining the posibility of multiple operating systems on
embedded devices.
After some research I found out that amp is possible on a freescale
p2020 using u-boot.
There is a simple description in README.p2020rdb which includes the
u-boot commands fdt and cpu. I know that fdt is
Hi,
Currently, the mxsboot tool checks all parsed options for being an even number,
including
the partition sector for SD/MMC devices. I don't believe such a restriction
exists; I've been
(unintentionally) using an odd sectored part ion for some time now.
Shall I change it? If yes; any objectio
On Thu, Jan 05, 2012 at 06:15:48PM -0500, Mike Frysinger wrote:
> On Thursday 22 December 2011 06:39:32 Stefan Kristiansson wrote:
> > On Thu, Dec 22, 2011 at 10:09:30AM +0100, Michal Simek wrote:
> > > Stefan Kristiansson wrote:
> > > >+
> > > >+void dcache_enable(void)
> > > >+{
> > > >+m
Hi Wolfgang Denk,
This is related with this:
http://lists.denx.de/pipermail/u-boot/2012-January/114710.html
And, I prepared version 2 patch modified with:
1) sorting the list of the name in MAINTAINERS
2) modifying to GPLv2+
3) change assem code in lowlevel_init.S to C code in lowlevel_util.c
This patch adds support for Samsung TRATS board
Signed-off-by: HeungJun, Kim
Signed-off-by: Kyungmin Park
---
MAINTAINERS |4 +
board/samsung/trats/Makefile| 45 ++
board/samsung/trats/lowlevel_init.S | 50 +++
board/samsung/trats/lowlevel_util.c | 137 +
Dear Minkyu Kang,
On 6 January 2012 07:10, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> On 5 January 2012 19:31, Chander Kashyap wrote:
>> Hi Minkyu Kang,
>>
>> On 5 January 2012 12:13, Minkyu Kang wrote:
>>> Dear Chander Kashyap,
>>>
>>> On 27 December 2011 17:48, Chander Kashyap
>>> wrote
Dear Wolfgang Denk,
On 5 January 2012 17:02, Wolfgang Denk wrote:
> Dear Chander Kashyap,
>
> In message
> you
> wrote:
>>
>> > No need to reuse the code, if SoCs are different.
>> > If need, please separate the functions.
>>
>> Yes, though SoC's are different, the functionality in clock.c is
Actually there seams to exsist some very old patches for this
http://lists.denx.de/pipermail/u-boot/2006-September/016960.html
Here a paper quite exact what I am after:
http://elinux.org/images/2/28/Trusted_Boot_Loader.pdf
Is there any toughts on integating this in trunk or should I try to merge
Wolfgang Denk
Thanks for response.If I want to store those strings into variable and
may be compare it or parse it for information.For example "echo a"
redirected to variable like assignment. My goal is to write simple
diags to test pci or serial flash using commands in the shell using
script. We c
On 01/06/2012 02:44 AM, Scott Wood wrote:
Use "mips-whatever-objdump -dlrsh" on the good and bad u-boot binaries
(or on any .o files you suspect may be relevant), to see more
specifically what's different.
You may also want to try compiling suspect files to assembly and
comparing the differences
Signed-off-by: Xiangfu Liu
---
arch/mips/cpu/xburst/cpu.c |4 +
arch/mips/cpu/xburst/start_spl.S | 65
drivers/mtd/nand/jz4740_nand.c | 40 +++-
include/configs/qi_lb60.h|3 +
nand_spl/board/qi/qi_lb60/Makefile | 112
On Fri, Jan 6, 2012 at 11:18 AM, Wolfgang Denk wrote:
> Dear Ran Shalit,
>
> In message s...@mail.gmail.com> you wrote:
> >
> > Do you think such bug is independent of architecture type ?
>
> This is impossible to say without knowing where and what the bug is.
>
> Best regards,
>
> Wolfgang Denk
This reverts commit 914c9ee971924665c9d2927fe83d8d70060b1eb8
which is causing tons of build warnings like
start.S:39:0: warning: "_LINUX_CONFIG_H" redefined [enabled by
default]
/home/wd/git/u-boot/work/include/common.h:28:0: note: this is the
location of the previous definition
/work/wd/tmp-ppc/na
Dear Ran Shalit,
In message
you
wrote:
>
> Do you think such bug is independent of architecture type ?
This is impossible to say without knowing where and what the bug is.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich
Dear amruth vamadev,
In message
you wrote:
> How do we know whether hush shell capability is supported or not in
> the command shell.I have enabled CONFIG_SYS_HUSH_PARSER in in config
> file.
A simple test is
echo a && echo b
If you get "a && echo b" back, then hush is not active.
Be
From: "Govindraj.R"
For beagle and panda enable and use the ehci-omap.c generic
api's added to configure usb host ports based on data passed
from board file to configure in modes as specified from board data.
For panda initialise the mux pins for ehci usage.
Signed-off-by: Govindraj.R
---
boar
From: "Govindraj.R"
Clean up added ehci-omap.c and make it generic for re-use across
soc having same ehci ip block. Also pass the modes to be configured
and configure the ports accordingly. All usb layers are not cache
aligned till then keep cache off for usb ops as ehci will use
internally dma f
From: "Govindraj.R"
Clean up ehci-omap added and make it generic to extend support for omap4 socs.
Add ehci support for panda board.
Patch series depends on below patch:
http://patchwork.ozlabs.org/patch/130952/
Patch series based commit id:
9a4209869bd2c37affd931d627b3c3e72
From: "Govindraj.R"
usb dpll configuration is done only part of non-essential
dppl configuration however if CONFIG_USB_EHCI_OMAP is defined
we may have to configure usb dpll's for proper functioning
of usb modules. So move the usb dppl configuration to a new func.
and utilise the same during esse
From: "Govindraj.R"
Adding ehci clock enabling mechanism part of clock framework.
When essential clocks are enabled during init phase usb host
clocks can also be enabled from clock framework.
Signed-off-by: Govindraj.R
---
arch/arm/cpu/armv7/omap3/board.c|4
arch/arm/cpu/a
On Fri, Jan 6, 2012 at 1:26 AM, Mike Frysinger wrote:
> On Monday 02 January 2012 09:50:42 ran shalit wrote:
> > On uboot loading, I checking a specific environement (called
> consoleddev),
> > to decide to rediect console to nc or staying in serial.
> > I then see some strange behaviour:
> > if
80 matches
Mail list logo