Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-25 Thread Po-Yu Chuang
Dear Detlev Zundel, 2009/6/24 Detlev Zundel d...@denx.de: I cannot access git in the company, but I will try that at home. Why is that?  If it is because of the git port not getting through a company firewall, we do actually offer http:// access to our git repos - just check the URL section

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Sudeep K N
I have seen the latest Uboot code there is no support for Cortex A9. What I would like to know is that can we reuse ARM Cortex A8 code for ARM Cortex A9 SMP system as bootloader must run in single core. Yes you can re-use the A8 code but you will need to update the cache management to boot

[U-Boot] [PATCH 3/6] S5PC100: serial driver for SMDKC100 support

2009-06-25 Thread HeungJun Kim
This patch is the serial driver for S5PC100 SMDKC100. Signed-off-by: HeungJun, Kim riverful@samsung.com --- drivers/serial/Makefile |1 + drivers/serial/serial_s5pc100.c | 179 +++ 2 files changed, 180 insertions(+), 0 deletions(-) create

[U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-06-25 Thread HeungJun Kim
This patch initializes DRAM memory, OneNAND, Board specific functions. Also, it includes SMDKC100 configuration file modification of Makefile. Signed-off-by: HeungJun, Kim riverful@samsung.com --- Makefile |5 + board/samsung/smdkc100/Makefile|

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:08 Thu 25 Jun , Sudeep K N wrote: I have seen the latest Uboot code there is no support for Cortex A9. What I would like to know is that can we reuse ARM Cortex A8 code for ARM Cortex A9 SMP system as bootloader must run in single core. Yes you can re-use the A8 code but you will

[U-Boot] [PATCH 5/6] S5PC100: MTD: change env_address type

2009-06-25 Thread HeungJun Kim
This patch changed the type from unsigned long to loff_t in the common/env_onenand.c. The address type is changed from unsigned long to loff_t, but common/env_onenand.c is not yet. So, this patch is needed to get the accurate value of env_addr. Signed-off-by: HeungJun, Kim

[U-Boot] [PATCH 6/6] S5PC100: Add onenand_ipl for SMDKC100 support

2009-06-25 Thread HeungJun Kim
The SMDKC100 Board has 256MB onenand. So, It's bootable, if this patch is adapted thus the board use onenand_ipl. Signed-off-by: HeungJun, Kim riverful@samsung.com --- This patch support onenand boot on SMDKC100 Board. onenand_ipl/board/samsung/smdkc100/Makefile| 95

[U-Boot] How to use OHCI and EHCI driver in u-boot at the same time?

2009-06-25 Thread xiaoguizi007
Hello, I am using pci multi-funtion usb HC ISP1564, but do not know how to use the EHCI and OHCI drier in u-boot at the same time, can anybody help me or provide me some useful infomation ? Best Regards Thanks, Josh Wei___ U-Boot mailing list

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Sudeep K N
Sorry, may be I confused you. I indent to use only one core for u-boot. I wanted to ask whether we need to update the cache management to boot for ARM Cortex A9 SMP if we take ARM Cortex A8 code as base. I have tried and did not require any change on top of A8 code to run u-boot on A9 SMP. Is that

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Nishanth Menon
Sudeep K N said the following on 06/25/2009 12:11 PM: Sorry, may be I confused you. I indent to use only one core for u-boot. I wanted to ask whether we need to update the cache management to boot for ARM Cortex A9 SMP if we take ARM Cortex A8 code as base. I have tried and did not require

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Thomas Doerfler
Richard, Richard Stallman wrote: Embedded systems using core soc silicon from a number of manufacturers have started to use what is known as 'secure boot'. This is typically the case in applications which utilise conditional access system software to protect content. The

[U-Boot] [PATCH] s3c64xx: move the reset_cpu function

2009-06-25 Thread Minkyu Kang
Because of the reset_cpu is soc specific, should be move to soc And read reset value from SYS_ID register instead of hard code this patch also supports s3c6410 Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- cpu/arm1176/cpu.c| 16 cpu/arm1176/s3c64xx/Makefile |

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Detlev Zundel
Hi Scott, On Wed, Jun 24, 2009 at 11:09:49AM +0200, Detlev Zundel wrote: nand_ecc.c is an exception, which not only has the or later language but also has an exception that makes it non-viral. Why do you refer to one of the most important aspects of the effectiveness of the GPL as being

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Detlev Zundel
Hi Mike, but when customers absolutely state their requirements are secure boot and the ability to lock their hardware so no one else can run things, then i'm not about to argue with them. their response is simply fine, we'll move on to the next guy who will satisfy our

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Detlev Zundel
Hi Mike, On Wednesday 24 June 2009 12:45:38 Detlev Zundel wrote: It is secure because only authenticated code is allowed to be executed, thus another step to avoid piracy, hacking of conditional access systems etc. Running only authenticated code does *not* ensure security, no matter

Re: [U-Boot] Trouble booting using board info

2009-06-25 Thread Detlev Zundel
Hi Mikhail, I'm trying to load Linux from U-Boot. I'm pretty new at this so there may be some obvious things wrong with what I'm doing. I am using ELDK 4.2 and U-Boot 2009.03 on an EP88xC rev1.1 board (MPC885 cpu) and the linux kernel sources obtained from instructions at

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Richard Stallman
You have a strange definition of freedom - for you it is limited to the provider of the devices not to the users of the devices. I guess this is what this all boils down to. No, it is let the device providers and the users who have *chosen* to use those devices sort it

Re: [U-Boot] [PATCH-ARM] Add support for Embest SBC2440-II Board 3/7

2009-06-25 Thread Detlev Zundel
Hi Kevin, This patch re-formats the s3c24x0 driver code, excluding the MTD NAND driver which is in patch 4, in preparation for changes to make the NAND driver support both s3c2410 and s3c2440 CPU's, ready for the addition of the Embest SBC2440-II Board. The changes are as follows: -

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:47 Thu 25 Jun , Nishanth Menon wrote: Sudeep K N said the following on 06/25/2009 12:11 PM: Sorry, may be I confused you. I indent to use only one core for u-boot. I wanted to ask whether we need to update the cache management to boot for ARM Cortex A9 SMP if we take ARM

Re: [U-Boot] Relocating to my code.

2009-06-25 Thread Detlev Zundel
Hi Prathika, --Thanks for your reply Detley. I think I was just trying to complicate things.I have got a better picture now. Before calling relcoate_code() in board.c, ifI using the command Uhm, well, actually you should not touch U-Boot code at all. It should simply work. cp.b fc2e

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Sudeep K N
for arm I've only a theorical design as I've no SMP board for now but I want to see SMP boot AMP boot supported in Mainline Could you please provide your idea/theorical design so that we can try out on the real hardware? Regards, Sudeep ___ U-Boot

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-25 Thread Detlev Zundel
Hi ya, I could not understand common/memsize.c, how it works? Like a charm ;) maxsize / sizeof (long), what's meaning of it? why sizeof (long) is dividend? As the comment in line 50 states, cnt is used in pointer arithmetic, so addr is increased in sizeof(long) bytes. maxsize however is

Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-25 Thread Detlev Zundel
Hi Po-Yu Chuang, Dear Detlev Zundel, 2009/6/24 Detlev Zundel d...@denx.de: I cannot access git in the company, but I will try that at home. Why is that?  If it is because of the git port not getting through a company firewall, we do actually offer http:// access to our git repos - just

Re: [U-Boot] [PATCH 5/6] S5PC100: MTD: change env_address type

2009-06-25 Thread Kyungmin Park
On Thu, Jun 25, 2009 at 5:18 PM, HeungJun Kimriverful@gmail.com wrote: This patch changed the type from unsigned long to loff_t in the common/env_onenand.c. The address type is changed from unsigned long to loff_t, but common/env_onenand.c is not yet. So, this patch is needed to get the

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Pandita, Vikram
Adding Santosh to loop who has pushed the OMAP4 SMP support into Kernel.org -Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Thursday, June 25, 2009 7:44 AM To: Nishanth Menon Cc: Sudeep K N; u-boot@lists.denx.de; Pandita, Vikram; Tom

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Thursday 25 June 2009 07:04:07 Detlev Zundel wrote: but when customers absolutely state their requirements are secure boot and the ability to lock their hardware so no one else can run things, then i'm not about to argue with them. their response is simply fine, we'll move on

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Thursday 25 June 2009 07:22:10 Detlev Zundel wrote: On Wednesday 24 June 2009 12:45:38 Detlev Zundel wrote: It is secure because only authenticated code is allowed to be executed, thus another step to avoid piracy, hacking of conditional access systems etc. Running only

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Shilimkar, Santosh
-Original Message- From: Pandita, Vikram Sent: Thursday, June 25, 2009 6:32 PM To: Jean-Christophe PLAGNIOL-VILLARD; Nishanth Menon; Shilimkar, Santosh Cc: Sudeep K N; u-boot@lists.denx.de; Tom Subject: RE: [U-Boot] Uboot and ARM SMP support Adding Santosh to loop who has

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Wednesday 24 June 2009 20:59:11 Richard Stallman wrote: Embedded systems using core soc silicon from a number of manufacturers have started to use what is known as 'secure boot'. This is typically the case in applications which utilise conditional access system software to protect

[U-Boot] [PATCH] at91: Introduction of at91sam9g10 SOC.

2009-06-25 Thread Sedji Gaouaou
AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a faster clock speed: 266/133MHz. Signed-off-by: Sedji Gaouaou sedji.gaou...@atmel.com --- MAINTAINERS |4 +++ MAKEALL |1 + Makefile

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Detlev Zundel
Hi Mike, you really should use the standard terms of the trade then, otherwise you will just keep confusing people. I will not bother discussing this anymore with you but rather leave it up to the reader to decide on who is confusing. Cheers Detlev -- Win32 sucks so hard it could pull

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Friday 19 June 2009 04:40:59 Detlev Zundel wrote: I was asked about relicensing U-Boot as GPLv3: From:Richard Stallman r...@gnu.org Subject: U-book and GPLv3? To: Wolfgang Denk w...@denx.de Date:Thu, 18 Jun 2009 09:17:28 -0400 I really enjoy the name U-boot.

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Nishanth Menon
Shilimkar, Santosh said the following on 06/25/2009 04:51 PM: -Original Message- From: Pandita, Vikram Sent: Thursday, June 25, 2009 6:32 PM To: Jean-Christophe PLAGNIOL-VILLARD; Nishanth Menon; Shilimkar, Santosh Cc: Sudeep K N; u-boot@lists.denx.de; Tom Subject: RE: [U-Boot]

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Detlev Zundel
Hi Mike, It is this certification is only possible like we say attitude which I seriously question. whether you question this attitude doesnt matter. you arent a lawyer in general, you arent a lawyer for these companies, and you arent indemnifying them. their legal review says that it's

[U-Boot] Bad Data CRC after ramdisk size increase

2009-06-25 Thread Mikhail Zaturenskiy
Hi Rahanesh, Rahanesh wrote: Hello Mikhail Zaturenskiy, I am also trying to load Linux from uboot. When i try to boot Linux from uboot it stops at Verifying Checksum and stops there. What might be the reasson for this? This is my output. U-Boot 1.1.2 (Jun 10 2008 - 18:55:13)

Re: [U-Boot] Bad Data CRC after ramdisk size increase

2009-06-25 Thread Detlev Zundel
Hi Rhanesh, I am also trying to load Linux from uboot. When i try to boot Linux from uboot it stops at Verifying Checksum and stops there. What might be the reasson for this? This is my output. U-Boot 1.1.2 (Jun 10 2008 - 18:55:13) Board: MIPS CPU Speed 200 MHz DRAM: 16 MB

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Thursday 25 June 2009 10:20:47 Detlev Zundel wrote: It's not the first time I hear this mantra. Can you give me some facts to back this up? i dont know what kind of facts you're looking for. i didnt make this scenario up, it was described to me by a customer in the US and their

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Detlev Zundel
Hi Mike, It is this certification is only possible like we say attitude which I seriously question. whether you question this attitude doesnt matter. you arent a lawyer in general, you arent a lawyer for these companies, and you arent indemnifying them. their legal review says that it's

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Tom
Nishanth Menon wrote: Shilimkar, Santosh said the following on 06/25/2009 04:51 PM: snip So essentially u-boot would be almost same as Cortex-A8 except you should avoid programming AuxControl register because the bit definitions are different. Hope this helps so how would

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread ksi
On Thu, 25 Jun 2009, Mike Frysinger wrote: On Wednesday 24 June 2009 20:59:11 Richard Stallman wrote: Embedded systems using core soc silicon from a number of manufacturers have started to use what is known as 'secure boot'. This is typically the case in applications which

Re: [U-Boot] Trouble booting using board info

2009-06-25 Thread Mikhail Zaturenskiy
Hi Detlev, Please disable unneccessary debug output the next time - this makes it hard to see the salient things - thanks. Done, next bunch of code will be posted w/o debug output (see code below), I just thought it would help track down the issues. = setenv ethaddr 00-e0-86-0c-84-fd

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Peter Pearse
Those interested in SMP booting on ARM may be interested in http://www.linux-arm.org/LinuxBootLoader/SMPBoot On ARM supplied development boards we rely on the pre-installed ARM Boot Monitor to provide the necessary setup to allow U-Boot to run uni-core. I am about to look

Re: [U-Boot] Trouble booting using board info

2009-06-25 Thread Detlev Zundel
Hi Mikhail, You're right, I turned on CONFIG_OF_LIBFDT in include/configs/EP88x.h. Wow, you _are_ quick ;) Here's where I'm at now: U-Boot 2009.03-svn8591 (Jun 25 2009 - 10:18:12) CPU: MPC885ZPnn at 100 MHz [40.0...133.0 MHz] 8 kB I-Cache 8 kB D-Cache FEC present Board: EP88xC

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Jean-Christian de Rivaz
k...@koi8.net a écrit : On Thu, 25 Jun 2009, Mike Frysinger wrote: On Wednesday 24 June 2009 20:59:11 Richard Stallman wrote: The principal purpose of these products is to restrict the public's freedom. So it is natural that their means involve restricting our freedom too. it sure is nice

Re: [U-Boot] Trouble booting using board info

2009-06-25 Thread Mikhail Zaturenskiy
If this all fails and as you are way past U-Boot, change the mailing list to linuxppc-dev :) Is this really way past U-Boot? I was under the impression that my issue is at the hand-off point from U-Boot to the kernel and that the kernel wasn't doing anything yet. Am I wrong?

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Nishanth Menon
Peter Pearse said the following on 06/25/2009 06:55 PM: Those interested in SMP booting on ARM may be interested in http://www.linux-arm.org/LinuxBootLoader/SMPBoot On ARM supplied development boards we rely on the pre-installed ARM Boot Monitor to provide the necessary setup to

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread ksi
On Thu, 25 Jun 2009, Jean-Christian de Rivaz wrote: k...@koi8.net a ?crit : On Thu, 25 Jun 2009, Mike Frysinger wrote: On Wednesday 24 June 2009 20:59:11 Richard Stallman wrote: The principal purpose of these products is to restrict the public's freedom. So it is natural that

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Chris Morgan
On Wed, Jun 24, 2009 at 11:35 PM, Mike Frysingervap...@gentoo.org wrote: On Wednesday 24 June 2009 20:59:47 Richard Stallman wrote:       their response is simply fine, we'll move on to the next=     =20     guy who will satisfy our requirements. When people offer to use my programs if I

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Thursday 25 June 2009 10:41:13 Detlev Zundel wrote: It is this certification is only possible like we say attitude which I seriously question. whether you question this attitude doesnt matter. you arent a lawyer in general, you arent a lawyer for these companies, and you arent

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Thomas Doerfler
Hi, since this threads gets more and more interesting, just a question out of my curiosity: which operating systems, that get typically booted using U-Boot are already under GPL3? I know that the license of the Boot Loader has nothing to do with the license of the booted software, what is the

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread ksi
On Thu, 25 Jun 2009, Thomas Doerfler wrote: Hi, since this threads gets more and more interesting, just a question out of my curiosity: which operating systems, that get typically booted using U-Boot are already under GPL3? I know that the license of the Boot Loader has nothing to do

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Thursday 25 June 2009 14:46:10 Thomas Doerfler wrote: which operating systems, that get typically booted using U-Boot are already under GPL3? I know that the license of the Boot Loader has nothing to do with the license of the booted software, what is the political benefit to put the boot

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Jean-Christian de Rivaz
k...@koi8.net a écrit : Please point out precisely the regulations that require secure boot. Should be trivial as regulations are by definition public. Do you happen to know what Google is? Yes, thanks :-) For example this document have the term secure boot:

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Scott Wood
On Thu, Jun 25, 2009 at 12:48:12PM -0400, Chris Morgan wrote: These kind of snide comments don't address the point and it really bugs me, just like the typical political response of if you don't like 'x' then move to another country. Actually, it's more like repeatedly telling a telemarketer,

[U-Boot] [MailServer Notification]Content Filtering Notification

2009-06-25 Thread Administrator
This email has violated the PROFANITY. and Quarantine entire message has been taken on 6/26/2009 1:09:47 AM. Message details: Server: MAIL Sender: k...@koi8.net; Recipient: j...@eclis.ch;m...@bubblegen.co.uk;u-boot@lists.denx.de;r...@gnu.org;scottw...@freescale.com; Subject: Re: [U-Boot] U-book

[U-Boot] [PATCH] Added preliminary support to EHCI USB FSL controller for platform MPC5121

2009-06-25 Thread Rendine Francesco
Hi all, I would like to submit you a patch to add a preliminary support to EHCI USB Freescale controller integrated on MPC5121. There is still much job to do..for now, this patch add support for USB0 on UTMI phy. I've personally tested this feature with mass storage and it does work. Could be

[U-Boot] [MailServer Notification]Content Filtering Notification

2009-06-25 Thread Administrator
This email has violated the PROFANITY. and Quarantine entire message has been taken on 6/26/2009 1:51:37 AM. Message details: Server: MAIL Sender: j...@eclis.ch; Recipient: k...@koi8.net;m...@bubblegen.co.uk;u-boot@lists.denx.de;r...@gnu.org;scottw...@freescale.com; Subject: Re: [U-Boot] U-book

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread ksi
On Thu, 25 Jun 2009, Jean-Christian de Rivaz wrote: k...@koi8.net a ?crit : On Thu, 25 Jun 2009, Jean-Christian de Rivaz wrote: k...@koi8.net a ?crit : Please point out precisely the regulations that require secure boot. Should be trivial as regulations are by definition

[U-Boot] [MailServer Notification]Content Filtering Notification

2009-06-25 Thread Administrator
This email has violated the PROFANITY. and Quarantine entire message has been taken on 6/26/2009 2:17:03 AM. Message details: Server: MAIL Sender: k...@koi8.net; Recipient: j...@eclis.ch;m...@bubblegen.co.uk;u-boot@lists.denx.de;r...@gnu.org;scottw...@freescale.com; Subject: Re: [U-Boot] U-book

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:59 Wed 24 Jun , Richard Stallman wrote: I can assure you that today If we switch the V2 to the v3 we will lose a lot of customers Are the users of U-Boot usually customers? That term normally refers to people that buy a commercial product or service. This where I

Re: [U-Boot] [PATCH 0/4 v2] Clean up the Nomadik board and add OneNand

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:18 Mon 22 Jun , Alessandro Rubini wrote: This patch-set cleans up some glitches in my first submission. I posted it as a single patch and a separate timer patch. The first one is split as JC asked, and the timer patch is there as well since it is conceptually in the same set,

Re: [U-Boot] [patch] csb337 board support (ARM at91rm9200)

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:58 Fri 12 Jun , David Brownell wrote: Add support for csb337, an older at91rm9200 board. These boards originally shipped with MicroMonitor, not U-Boot. This config supports boot from Ethernet, and talks over I2C and console. Open issues: - Console refuses to start at 115200

Re: [U-Boot] [PATCH] OMAP3 pandora: update pin mux for rev3 boards

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:57 Mon 08 Jun , Grazvydas Ignotas wrote: The update consists of following changes: - remove configuration of not connected pins, effectively leaving them in safe mode. - remove unused GPIOs, setup newly added ones. - setup pulls for various GPIOs. Disable pulls for game

Re: [U-Boot] [PATCH] s3c64xx: move the reset_cpu function

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:21 Thu 25 Jun , Minkyu Kang wrote: Because of the reset_cpu is soc specific, should be move to soc And read reset value from SYS_ID register instead of hard code this patch also supports s3c6410 Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- cpu/arm1176/cpu.c|

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread ksi
On Thu, 25 Jun 2009, Jean-Christian de Rivaz wrote: k...@koi8.net a ?crit : I downloaded the one I suspect is the more relevant: http://gaming.nv.gov/stats_regs/reg14_tech_stnds.pdf And I cannot found secure boot into it. Are you looking for a precise phrase? I want to look

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:18 Thu 25 Jun , Tom wrote: Nishanth Menon wrote: Shilimkar, Santosh said the following on 06/25/2009 04:51 PM: snip So essentially u-boot would be almost same as Cortex-A8 except you should avoid programming AuxControl register because the bit definitions are different. Hope

Re: [U-Boot] PATCH: Fix examples for OMAP3 boards...

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:34 Thu 18 Jun , Michael Evans wrote: Description: The attached patch corrects an error in the examples/Makefile which causes the applications in the examples directory to hang on OMAP3 based boards. The current Makefile sets -Ttext during linking to 0x0c10 which is outside

Re: [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver

2009-06-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 01:13 Sat 30 May , Prafulla Wadaskar wrote: This patch adds a SPI driver for the Marvell Kirkwood SoC's. Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- drivers/spi/Makefile|1 + drivers/spi/kirkwood_spi.c | 185

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Richard Stallman
- automotive control units: Think about cars being on the highway with many fancy features built into their electronics (from their owners), which unfortunately are a security risk for the owner and others on the road. I don't think cars depend on software for safety as such. If

Re: [U-Boot] Problem with uboot booting Linux image

2009-06-25 Thread Kim Phillips
On Tue, 23 Jun 2009 15:01:46 +0530 Rahanesh rahan...@tataelxsi.co.in wrote: U-Boot 1.1.2 (Jun 10 2008 - 18:55:13) ouch, that's /old/ Verifying Checksum ... Bad Data CRC UBOOT u-boot's integrity check failed - might want to vary the load addresses so loading one image doesn't overwrite

Re: [U-Boot] link error in MPC8313ERDB_NAND_33_config or MPC8313ERDB_NAND_66_config

2009-06-25 Thread Kim Phillips
On Tue, 23 Jun 2009 13:56:26 +0800 wanjiutuan wanjiut...@nzit.cn wrote: In LTIB, first I executed such command “make MPC8313ERDB_NAND_33_config; make”, There are some link errors in nand_spl, such as “undefined reference restgprXXX”, but for u-boot ,there is no problems. but for u-boot?

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Thursday 25 June 2009 19:29:47 Richard Stallman wrote: if the GNU project wants people to use the GPLv3 and people have a perception of it being crap, then it's their problem to address it. I don't think there is much danger of that. Many software packages use GPLv3 and are

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Mike Frysinger
On Thursday 25 June 2009 19:29:26 Richard Stallman wrote: - automotive control units: Think about cars being on the highway with many fancy features built into their electronics (from their owners), which unfortunately are a security risk for the owner and others on the road.

Re: [U-Boot] [PATCH] OMAP3 pandora: update pin mux for rev3 boards

2009-06-25 Thread Jason Kridner
On Thu, Jun 25, 2009 at 4:59 PM, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 14:57 Mon 08 Jun , Grazvydas Ignotas wrote: The update consists of following changes: - remove configuration of not connected pins, effectively leaving them in safe mode. - remove

Re: [U-Boot] [PATCH 3/3] A320: Add support for Faraday A320 evaluation board

2009-06-25 Thread Po-Yu Chuang
Dear Detlev Zundel, 2009/6/25 Detlev Zundel d...@denx.de: If you have a proxy, try this beforehand: export http_proxy=http://username:password@proxy_ip:proxy_port It works! That's terrific! Thank you. :-D regards, Po-Yu Chuang ___ U-Boot mailing

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Richard Stallman
I would like to add that sometimes regulations EXPLICITELY require secure boot. No product can be approved without it. And this does not have anything to do with public's freedom. Just one example is gambling industry which I happen to work right now. Gambling machines for casinos

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-25 Thread Richard Stallman
If I use a GPLv3 bootloader in a medical tool, a car, Point of payment terminal, Military System, etc... it is a grave security flaw. I'm not sure that you will be very happy if someone can modify the Firmware freely. As you may loose money to be killed and at the extrem kill

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Shilimkar, Santosh
-Original Message- From: Dirk Behme [mailto:dirk.be...@googlemail.com] Sent: Thursday, June 25, 2009 9:19 PM To: Shilimkar, Santosh Cc: Pandita, Vikram; Jean-Christophe PLAGNIOL-VILLARD; Nishanth Menon; u-boot@lists.denx.de; Tom; Peter Pearse Subject: Re: [U-Boot] Uboot and ARM

Re: [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver

2009-06-25 Thread Prafulla Wadaskar
Thanks Jean... Regards.. Prafulla . . -Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Friday, June 26, 2009 4:30 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Manas Saksena; Ronen Shitrit; Nicolas Pitre; Ashish Karkare;