[U-Boot] [PATCH 3/3] powerpc/mpc8610hpcd: set pci1_hose.config_table after fsl_setup_hose

2011-08-23 Thread Zhao Chenhui
The function fsl_setup_hose clears the variable pci1_hose. Set pci1_hose.config_table after it. Signed-off-by: Zhao Chenhui chenhui.z...@freescale.com --- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git

Re: [U-Boot] [RFC] New init sequence processing without init_sequence array

2011-08-23 Thread Wolfgang Denk
Dear Graeme Russ, In message CALButCJg5BPP_Z0VUMEfQgjpRYO=wdqbvvbfho6vbnovbrj...@mail.gmail.com you wrote: So we end up with: #DEFINE INIT_GLOBAL_START 1 #DEFINE INIT_X86_CPU_FINIT_GLOBAL_START + 1 #DEFINE INIT_ARM_CPU_FINIT_GLOBAL_START + 1 ...

Re: [U-Boot] [PATCH] add dm9000 eeprom read/write command

2011-08-23 Thread Eric Jarrige
On 23 août 2011, at 16:21, Stefano Babic wrote: On 08/23/2011 03:42 PM, Mike Frysinger wrote: On Tuesday, August 23, 2011 01:15:25 Eric Jarrige wrote: On 22 août 2011, at 23:55, Mike Frysinger wrote: On Monday, August 22, 2011 17:37:42 Eric Jarrige wrote: +#if

Re: [U-Boot] [PATCH 5/9] apf9328: add default board configuration file

2011-08-23 Thread Wolfgang Denk
Dear Eric Jarrige, In message d25738a8-8a7a-475a-95f5-8408c6463...@armadeus.org you wrote: Stefano is right. filesize and fileaddr are dynamic variables, thet get created and updated on the fly. It makes no sense to pre-define them to any specific value. [Actually I have some changes

Re: [U-Boot] [RFC] New init sequence processing without init_sequence array

2011-08-23 Thread Graeme Russ
Hi Wolfgang, On Wed, Aug 24, 2011 at 3:38 PM, Wolfgang Denk w...@denx.de wrote: Dear Graeme Russ, In message CALButCJg5BPP_Z0VUMEfQgjpRYO=wdqbvvbfho6vbnovbrj...@mail.gmail.com you wrote: So we end up with: #DEFINE INIT_GLOBAL_START 1 #DEFINE INIT_X86_CPU_F

<    1   2