[U-Boot] is u-boot config arndale working?

2014-02-10 Thread Mj Embd
Hi, Compiled Head and flashed u-boot.bin for arndale config. No display on terminal in uboot. Switched to linaro git (u-boot-linaro-stable.git) and u-boot log is showing up. Something wrong? -- -mj ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] is u-boot config arndale working?

2014-02-10 Thread Mj Embd
On 2/10/14, Guillaume Gardet guillaume.gar...@free.fr wrote: Hi, Le 10/02/2014 10:22, Mj Embd a écrit : Hi, Compiled Head and flashed u-boot.bin for arndale config. No display on terminal in uboot. Switched to linaro git (u-boot-linaro-stable.git) and u-boot log is showing up

Re: [U-Boot] U-Boot execution sequence

2014-01-23 Thread Mj Embd
a) step 1 - compile and build the bin / etf b) step 2 - create an asm - objdump -DS c) find the lds file d) locate uboot.map start from __start. (keep an arm manual handy) begin. :) On 1/23/14, JYOTI DUBEY jyoti0...@gmail.com wrote: Can anyone tell how to understand the flow of u-boot source

Re: [U-Boot] [PATCH v10 1/6] core support of arm64

2013-09-25 Thread Mj Embd
When 64-bit ARMv9 was announced ? On Thu, Sep 26, 2013 at 4:46 AM, Scott Wood scottw...@freescale.com wrote: On Tue, 2013-09-17 at 16:37 +0800, FengHua wrote: -原始邮件- 发件人: Scott Wood scottw...@freescale.com 发送时间: 2013年9月17日 星期二 收件人: feng...@phytium.com.cn 抄送:

Re: [U-Boot] How do ARM platform initialize DDR?

2013-09-20 Thread Mj Embd
Hi York, I was thinking about your problem and this could be a solution mpc85xx uses a family of ddr controllers. I believe they would be migrated to LayerScape, Freescale has also i.mx4/5/6 series and coming i.mx8, that series uses/might use another ddr controller Option1 As you suggested

Re: [U-Boot] [PATCH 01/12 V3] EXYNOS5: Create a common board file

2013-09-19 Thread MJ embd
Hi @Samsung, Great that you have starting posting 5420 patches, one basic question (a) What is the booting procedure for the secondary cores (b) What is the booting procedure for the Little Secondary cores... Would you be pushing the patches for these as well On 9/19/13, Simon Glass

Re: [U-Boot] [PATCH v5 3/8] ARM: add assembly routine to switch to non-secure state

2013-09-19 Thread Mj Embd
Hi Andre, There is another approach taken in xen. (xen/arch/arm/mode_switch.S) Which do you think is the better approach Regards -mj On 9/19/13, Andre Przywara andre.przyw...@linaro.org wrote: While actually switching to non-secure state is one thing, another part of this process is to make

Re: [U-Boot] [PATCH v5 3/8] ARM: add assembly routine to switch to non-secure state

2013-09-19 Thread Mj Embd
On 9/20/13, Christoffer Dall christoffer.d...@linaro.org wrote: On Thu, Sep 19, 2013 at 10:00:03PM +0530, Mj Embd wrote: Hi Andre, There is another approach taken in xen. (xen/arch/arm/mode_switch.S) Which do you think is the better approach Hi there, I'm not sure I completely

Re: [U-Boot] [PATCH v5 3/8] ARM: add assembly routine to switch to non-secure state

2013-09-19 Thread Mj Embd
was just suggesting that the best approach to be used ... Best Regards, mj On 9/20/13, Christoffer Dall christoffer.d...@linaro.org wrote: On Fri, Sep 20, 2013 at 01:27:48AM +0530, Mj Embd wrote: two quick points (a) xen already has a mode_switch code, so AFAIK xen might not use it (as suggested

Re: [U-Boot] [PATCH v5 3/8] ARM: add assembly routine to switch to non-secure state

2013-09-19 Thread Mj Embd
On Fri, Sep 20, 2013 at 3:01 AM, Andre Przywara andre.przyw...@linaro.orgwrote: On 09/19/2013 10:38 PM, Mj Embd wrote: Hello Christoffer, I agree with both of you points. What I found different in 2 approaches is that in your approach S-Monitor-NS-Hyp using svc and hvc While the other

Re: [U-Boot] [PATCH v5 2/8] ARM: add secure monitor handler to switch to non-secure state

2013-09-19 Thread Mj Embd
Just checking, is the mcr p15,0,r1,c1,c1,0 in sync with the following text . I could be wrong here, just checking B1.5.1 Arm Arch Ref Manual - To avoid security holes, software must not: - — Change from Secure to Non-secure state by using an MSR or CPS instruction to

Re: [U-Boot] [PATCH v5 3/8] ARM: add assembly routine to switch to non-secure state

2013-09-19 Thread Mj Embd
that software does not alter SCR.NS in any mode except Monitor mode. ARM deprecates changing SCR.NS in any other mode. On Fri, Sep 20, 2013 at 3:09 AM, Mj Embd mj.e...@gmail.com wrote: On Fri, Sep 20, 2013 at 3:01 AM, Andre Przywara andre.przyw...@linaro.org wrote: On 09/19/2013 10:38 PM

Re: [U-Boot] [PATCH v5 3/8] ARM: add assembly routine to switch to non-secure state

2013-09-19 Thread Mj Embd
On Fri, Sep 20, 2013 at 4:05 AM, Peter Maydell peter.mayd...@linaro.orgwrote: On 20 September 2013 06:55, Mj Embd mj.e...@gmail.com wrote: Hello Andre, I need a bit clarification here, if you read the next line after the line you have quoted. It clearly says that you can use a MCR

Re: [U-Boot] [PATCH v5 2/8] ARM: add secure monitor handler to switch to non-secure state

2013-09-19 Thread Mj Embd
On Fri, Sep 20, 2013 at 6:12 AM, Christoffer Dall christoffer.d...@linaro.org wrote: On Fri, Sep 20, 2013 at 03:20:15AM +0530, Mj Embd wrote: Just checking, is the mcr p15,0,r1,c1,c1,0 in sync with the following text . I could be wrong here, just checking In the future, if you can

Re: [U-Boot] [PATCH] HACK: enable HYP mode on OMAP5

2013-09-18 Thread MJ embd
Few quick comments 1) wouldnt it be better to create a .S file and move big chunk of inline assembly there 2) can the multiple occurences of .word be substituted with something else? On 9/17/13, Alexander Tarasikov alexander.tarasi...@gmail.com wrote: --- arch/arm/lib/bootm.c | 89

Re: [U-Boot] [RFC 0/5] powerpc: Add support 2 stage boot loader for corenet platform

2013-09-18 Thread MJ embd
Trivial Question, Which part of the SPL code uses HEAP? On 9/16/13, Prabhakar Kushwaha prabha...@freescale.com wrote: Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- Add support of 2 stage NAND boot loader in cornet platforms using SPL framework. This will be helpful for

Re: [U-Boot] [Exynos 5250 Query] Smp Boot

2013-09-18 Thread MJ embd
, 2013 8:26 PM, MJ embd mj.e...@gmail.com wrote: Reminder, Please can anyone respond On 9/16/13, MJ embd mj.e...@gmail.com wrote: Hi, I was trying to understand the booting (till linux) on samsung exynos 5250. As this is my first on ARM Cortex. I have a few questions, so following

Re: [U-Boot] Understanding uboot child makefiles

2013-09-18 Thread MJ embd
Thanks, after a long google I figured it out. Will write a post about it on my blog. On 9/19/13, Simon Glass s...@chromium.org wrote: Hi MJ, On Mon, Sep 16, 2013 at 8:23 PM, MJ embd mj.e...@gmail.com wrote: PS: Last message was sent without body, please ignore 0 down vote favorite I am

Re: [U-Boot] [Exynos 5250 Query] Smp Boot

2013-09-18 Thread MJ embd
Thanks for replying Simon. Comments inline On 9/18/13, Simon Glass s...@chromium.org wrote: Hi MJ, On Wed, Sep 18, 2013 at 12:41 AM, MJ embd mj.e...@gmail.com wrote: Hi Simon/All, Any comments On 9/17/13, Simon Glass s...@chromium.org wrote: Hi, You could try to cc whoever wrote

Re: [U-Boot] How do ARM platform initialize DDR?

2013-09-17 Thread MJ embd
Hi York, There is no generic driver. AFAIK. Having worked on both mpc85xx and ARM I can tell you about samsung 5250. There are 2 uboots (one spl and other main). In case of sd/mmc boot the internal rom copies the spl uboot to iRAM and the spl boot loader initialises the DDR3. you can check for

Re: [U-Boot] How do ARM platform initialize DDR?

2013-09-17 Thread MJ embd
(if applicable)? In my mind, I am thinking to restructure arch/powerpc/cpu/mpc8xxx/ddr/ to driver/ddr/fsl/ so the same driver can be shared as far as the DDR IP is the same (or similar). York On 09/17/2013 09:34 AM, MJ embd wrote: Hi York, There is no generic driver. AFAIK. Having worked

[U-Boot] [Exynos 5250 Query] Smp Boot

2013-09-16 Thread MJ embd
Hi, I was trying to understand the booting (till linux) on samsung exynos 5250. As this is my first on ARM Cortex. I have a few questions, so following is a step by step understanding and [Q] mentions the question I am asking [1] At POR (Power on Reset) the Internal Boot rom code executes, and

[U-Boot] Understanding uboot child makefiles

2013-09-16 Thread MJ embd
PS: Last message was sent without body, please ignore 0 down vote favorite I am trying to understand a second level makefile of uboot (this makefile was in a sub directory) a) What is the difference between $(COBJS:.o=.c) and COBJS := test_main.o b) What is the meaning of $(call

Re: [U-Boot] [Exynos 5250 Query] Smp Boot

2013-09-16 Thread MJ embd
Reminder, Please can anyone respond On 9/16/13, MJ embd mj.e...@gmail.com wrote: Hi, I was trying to understand the booting (till linux) on samsung exynos 5250. As this is my first on ARM Cortex. I have a few questions, so following is a step by step understanding and [Q] mentions

[U-Boot] Understanding uboot child Makefiles

2013-09-16 Thread MJ embd
-- -mj ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot