Dear Kim Phillips,
In message <1321433993-2488-1-git-send-email-kim.phill...@freescale.com> you
wrote:
> Configuring for sbc8349 board...
> spd_sdram.c: In function 'spd_sdram':
> spd_sdram.c:152:41: warning: variable 'trfc_high' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by:
Dear Kim Phillips,
In message <1321433993-2488-3-git-send-email-kim.phill...@freescale.com> you
wrote:
> Configuring for kmeter1 board...
> km83xx_i2c.c: In function 'i2c_make_abort':
> km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by
Dear Kim Phillips,
In message <1321433993-2488-2-git-send-email-kim.phill...@freescale.com> you
wrote:
> Configuring for MPC8360EMDS_66_HOST_33 - Board: MPC8360EMDS, Options:
> CLKIN_66MHZ,PCI,PCI_33M,PQ_MDS_PIB=1
> mpc8360emds.c: In function 'board_eth_init':
> mpc8360emds.c:178:12: warning: ar
Dear Kim Phillips,
In message <1321434143-3410-1-git-send-email-kim.phill...@freescale.com> you
wrote:
> Configuring for vme8349 board...
> cmd_tsi148.c: In function 'tsi148_init':
> cmd_tsi148.c:56:17: warning: variable 'lastError' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-
Dear Kumar Gala,
In message <1321120932-25786-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> This reverts commit 355a835747c6f7c5071ead295a7dfc489c73cb03.
>
> The original commit broke long standing assumption that md commands work
> on effective addresses. This normally isn't an issu
The last maintainer (Eran Man) cannot be reached any more.
Signed-off-by: Wolfgang Denk
---
MAINTAINERS |6 +-
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 94dcb7d..f6f6b72 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -305,10 +305,6 @@ R
Thierry Reding wrote at Wednesday, November 16, 2011 1:29 PM:
> * Stephen Warren wrote:
> > Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and
> > modify that function to perform all required GPIO initialization. This
> > removes the need for board files to perform these oper
Hi Mike,
On Wed, Nov 16, 2011 at 8:03 AM, Mike Frysinger wrote:
> On Tuesday 15 November 2011 23:17:06 Simon Glass wrote:
>> --- a/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
>> +++ b/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
>>
>> - __u32 datab[4];
>> - __u8 *data_buf = (__u8 *) datab;
>> +
Hi Mike,
On 10.11.2011 05:09, Mike Frysinger wrote:
> On Wednesday 09 November 2011 19:03:58 Ilya Yanok wrote:
>> In our setup (OMAP3 EHCI host, keyboard, mouse mass storage and BT
>> dongle devices connected via several hubs) keyboard fails to initialize
>> during the bus scan (stalled endpoint w
Dear Kumar Gala,
In message you wrote:
>
>
> > Please let's try if this works. If you have any suggestions how to
> > help better, please don't hesitate to tell us.
>
> On suggestion I'd have is we improve our use of patchworks. Right now
> there is way too much 'stale' on patchworks so its
On Wednesday 16 November 2011 16:16:49 Simon Glass wrote:
> On Wed, Nov 16, 2011 at 8:03 AM, Mike Frysinger wrote:
> > On Tuesday 15 November 2011 23:17:06 Simon Glass wrote:
> >> --- a/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
> >> +++ b/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
> >>
> >> - __u32
On Tuesday 15 November 2011 23:17:07 Simon Glass wrote:
> Sorry if this is already fixed somewhere - I could not find it.
>
> This fixes the warnings show below.
can you bounce this to the yaffs maintainers too ?
http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs
-mike
signature.asc
Configuring for caddy2 - Board: vme8349, Options: CADDY2
e1000.c: In function 'e1000_reset_hw':
e1000.c:1373:11: warning: variable 'icr' set but not used
[-Wunused-but-set-variable]
e1000.c: In function 'e1000_phy_init_script':
e1000.c:4395:11: warning: variable 'ret_val' set but not used
[-Wunus
Hi Mike,
On Wed, Nov 16, 2011 at 1:38 PM, Mike Frysinger wrote:
> On Tuesday 15 November 2011 23:17:07 Simon Glass wrote:
>> Sorry if this is already fixed somewhere - I could not find it.
>>
>> This fixes the warnings show below.
>
> can you bounce this to the yaffs maintainers too ?
>
> http://
Hi Gabe,
On Wed, Nov 9, 2011 at 9:32 PM, Graeme Russ wrote:
> Hi Gabe,
>
> Can you please try this patch - If it solves your libgcc problem, I will
> add it to the misc cleanup patch
>
> Thanks,
>
> Graeme
> ---
> arch/x86/config.mk | 3 ---
> arch/x86/cpu/interrupts.c | 2 +-
> arc
This series of changes adds a coreboot board, CPU, configuration, and build
target. These patches are all needed in order to get to a buildable state
and could potentially be merged together into larger changes. Merging them
all would create a change that, in my opion, is a bit too big, so I'll
le
Add a target for running u-boot as a coreboot payload in boards.cfg.
Signed-off-by: Gabe Black
---
Changes in v2:
Change capitalization of the x86 tag.
Changes in v3:
Move the Signed-off-by line up.
Changes in v4:
Change the summary tag style.
boards.cfg |1 +
1 files changed, 1 insertion
Signed-off-by: Gabe Black
---
Changes in v2:
Get rid of some dead/unnecessary code in the Makefile and coreboot.c.
Changes in v3:
Change the summary line tag style.
board/chromebook-x86/coreboot/Makefile | 53 +++
board/chromebook-x86/coreboot/coreboot.c | 77 +
Signed-off-by: Gabe Black
---
include/serial.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/serial.h b/include/serial.h
index 5926244..d27b850 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -31,7 +31,7 @@ extern struct serial_device * default_serial_c
This is a skeleton implementation which always reports the size of memory
as 64 MB.
Signed-off-by: Gabe Black:
---
arch/x86/cpu/coreboot/Makefile | 55 ++
arch/x86/cpu/coreboot/asm-offsets.c | 25 +++
arch/x86/cpu/coreboot/coreboot_car.S |
Signed-off-by: Gabe Black
---
include/configs/coreboot.h | 225
1 files changed, 225 insertions(+), 0 deletions(-)
create mode 100644 include/configs/coreboot.h
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
new file mode 1006
Hi,
2011/11/15 Andy Fleming :
> On Mon, Nov 14, 2011 at 10:24 PM, Nobuhiro Iwamatsu
> wrote:
>> When Extended register is effective, there is not necessarily certainly
>> register for 1000BASE. 0x may be able to be read although register
>> is read. This adds this check.
>
>
> I don't underst
From: Stacey Militello
Sent: Wednesday, November 16, 2011 1:11 PM
To: i...@loan.org
Subject: Financial Loan Offer Apply Now.
Financial Loan Offer Apply Now.
Contact Email:financialloanof...@financier.com
Good day,
I am Mr Barry Smith a financial loan lender, I am
Thanks and Best Regards
Jerry Huang
>-Original Message-
>From: Phillips Kim-R1AAHA
>Sent: Wednesday, November 16, 2011 5:13 PM
>To: Huang Changming-R66093
>Cc: u-boot@lists.denx.de
>Subject: Re: [PATCH] powerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE
>sata
>
>On Wed, 16 Nov 2011 15:
From: Jerry Huang
In the current u-boot code, the value of these fields are the reserved
value (0b100), through the signal integrity measurement on freescale's
board with these reserved setting, the signal eye is out of the recommended
spec for non-transition amplitude at 500mV nominal.
According
Dear Lukasz Majewski,
On 10 November 2011 17:39, Lukasz Majewski wrote:
> This patch adds support for Samsung's Exynos4 Nuri reference
> board.
>
> New exynos4_nuri board has been added to boards.cfg
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> ---
> Ch
Hi Thierry,
On Tue, Nov 15, 2011 at 10:59 PM, Thierry Reding
wrote:
> * Simon Glass wrote:
>> Hi Thierry,
>>
[snip]
>> If you are not implementing MMC, just remove it and all the MMC code below.
>>
>
> I don't understand. What makes you think I don't want MMC? Both the Plutux
> and the Medcom boo
Hi Thierry,
On Wed, Nov 16, 2011 at 1:05 PM, Stephen Warren wrote:
> Thierry Reding wrote at Wednesday, November 16, 2011 1:29 PM:
>> * Stephen Warren wrote:
>> > Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and
>> > modify that function to perform all required GPIO initi
Erratum A-003999: Running Floating Point instructions requires special
initialization.
Impact:
Floating point arithmetic operations may result in an incorrect value.
Workaround:
Perform a read modify write to set bit 7 to a 1 in SPR 977 before
executing any floating point arithmetic operation. Th
As per new conventions Samsung SoC's are named as Exynos.
Cortex-A9 based Soc's are named as exynos4. s5pc2xx is cortex-A9
based, hence renamed to exynos4. This is done as per kernel
naming convetions.
Similerly rename the s5p-common to exynos-common and
libs5p-common to libexynos-common.
Signed-
Guten Tag
Obwohl Sie vielleicht besorgt über meine E-Mail, da wir nicht getroffen haben,
bevor ich Mervyn King bin, und ich bin der Gouverneur der Bank of England, Es
ist die Summe von EUR 20,600,000.00 Euros in meiner Bank, gab es keine
Begünstigten angegeben in Bezug auf diese Gelder, die be
On 11/15/2011 04:51 PM, Fabio Estevam wrote:
> Configure the pins as GPIO prior to using gpio_get_value.
>
> Cc: Jason Liu
> Signed-off-by: Fabio Estevam
> ---
> board/freescale/mx53loco/mx53loco.c |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
Applied to u-boot-imx, thanks
B
On 11/15/2011 04:51 PM, Fabio Estevam wrote:
> Configure the pins as GPIO prior to using gpio_get_value.
>
> Signed-off-by: Fabio Estevam
> ---
> board/freescale/mx53ard/mx53ard.c |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/board/freescale/mx53ard/mx53ard.c
>
On 11/15/2011 04:51 PM, Fabio Estevam wrote:
> Configure the pins as GPIO prior to using gpio_get_value.
>
> Cc: Jason Liu
> Signed-off-by: Fabio Estevam
> ---
> board/freescale/mx53evk/mx53evk.c |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/board/freescale/mx53
On 11/15/2011 04:51 PM, Fabio Estevam wrote:
> Configure the pins as GPIO prior to using gpio_get_value.
>
> Signed-off-by: Fabio Estevam
> ---
> board/freescale/mx53smd/mx53smd.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/board/freescale/mx53smd/mx53smd.c
> b
On 11/15/2011 04:51 PM, Fabio Estevam wrote:
> Configure the pins as GPIO prior to using gpio_get_value.
>
> Signed-off-by: Fabio Estevam
> ---
> board/freescale/mx51evk/mx51evk.c |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/board/freescale/mx51evk/mx51evk.c
>
There are some magic constants in this drivers, which I cannot
fixup ... Eran, can you help here?
Signed-off-by: Heiko Schocher
Cc: Eran Man
---
board/evb64260/i2c.c | 24
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/board/evb64260/i2c.c b/board/ev
Something apparently went wrong when the patch in commit deb5ca8 was
applied. Commit f75dd58 changed the type of gpt_head to be a pointer and
correctly adjusted the calls to is_gpt_valid(). But when deb5ca8 got
applied, the gpt_head was again reverted to &(gpt_head), which was the
state before deb5
On 11/11/2011 02:35 PM, Loïc Minier wrote:
> On Thu, Nov 10, 2011, Mike Frysinger wrote:
>>> CONFIG_IMX_CONFIG is set in boards.cfg.
>>
>> ugly undocumented CONFIG's are awesome
>>
>> this really should be in a subdir rather than the top level. we want
>> to keep arch/soc-specific cruft out of t
Dear =?iso-8859-1?Q?Lo=EFc?= Minier,
In message <2011133514.gc2...@bee.dooz.org> you wrote:
>
> The CONFIG_IMX_CONFIG actually changes per-board, so the boards.cfg
> approach to set it seems ok; however we could try defining the
No. The ability to pass additional parameters in boards.cfg wa
* Thierry Reding wrote:
> Something apparently went wrong when the patch in commit deb5ca8 was
> applied. Commit f75dd58 changed the type of gpt_head to be a pointer and
> correctly adjusted the calls to is_gpt_valid(). But when deb5ca8 got
> applied, the gpt_head was again reverted to &(gpt_head),
101 - 141 of 141 matches
Mail list logo