All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] u-boot for Galileo board
@ 2016-06-16 11:56 Liu, Changcheng
  0 siblings, 0 replies; 4+ messages in thread
From: Liu, Changcheng @ 2016-06-16 11:56 UTC (permalink / raw)
  To: u-boot

Hi all,

    I have some questions about the u-boot for Galileo2 board.



    1. Code: https://github.com/LeMaker/u-boot (it's for Galileo board which could be ported for Galileo2 board)



    2. Confusing at the building process.

           a. objcopy  --gap-fill=0xff -O binary -R .start16 -R .resetvec u-boot u-boot.bin

               Question: Why the ".resetvec" section should be removed since it's placed at "0xffffffff0" section according to arch/x86/cpu/u-boot.lds?



           b. cat u-boot.bin dts/dt.dtb > u-boot-dtb.bin

               Question:

               I think ROM is layout at the top of the physical address and quark x1000 SoC will fetch instruction from  FFFF_FFF0H after being power on. If dts/dt.dtb is appended after u-boot.bin, how could the content is effective at FFFF_FFF0H?


B.R.
Changcheng

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [U-Boot] u-boot for Galileo board
@ 2016-06-16 11:22 Liu, Changcheng
  2016-06-17  1:53 ` Bin Meng
  0 siblings, 1 reply; 4+ messages in thread
From: Liu, Changcheng @ 2016-06-16 11:22 UTC (permalink / raw)
  To: u-boot

Hi all,

    I have some questions about the u-boot for Galileo2 board.



    1. Code: https://github.com/LeMaker/u-boot (it's for Galileo board which could be ported for Galileo2 board)



    2. Confusing at the building process.

           a. objcopy  --gap-fill=0xff -O binary -R .start16 -R .resetvec u-boot u-boot.bin

               Question: Why the ".resetvec" section should be removed since it's placed at "0xffffffff0" section according to arch/x86/cpu/u-boot.lds?



           b. cat u-boot.bin dts/dt.dtb > u-boot-dtb.bin

               Question:

               I think ROM is layout at the top of the physical address and quark x1000 SoC will fetch instruction from  FFFF_FFF0H after being power on. If dts/dt.dtb is appended after u-boot.bin, how could the content is effective at FFFF_FFF0H?


B.R.
Changcheng

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-19  3:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-16 11:56 [U-Boot] u-boot for Galileo board Liu, Changcheng
  -- strict thread matches above, loose matches on Subject: below --
2016-06-16 11:22 Liu, Changcheng
2016-06-17  1:53 ` Bin Meng
2016-06-19  3:02   ` Liu, Changcheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.