[U-Boot] Please pull u-boot-x86 (sandbox)

Simon Glass sjg at chromium.org
Fri Nov 22 21:49:59 CET 2013


Hi Tom,

I've collected up some initial patches why I think are pretty
straightforward. buildman passes for all targets I build. The sandbox-only
error in patch 5 is unavoidable without squashing these unrelated patches.

./tools/buildman/buildman -b x86-push2 -s
Summary of 6 commits for 1182 boards (32 threads, 1 job per thread)
01: Merge branch 'master' of git://git.denx.de/u-boot-mips
  blackfin: +   bf561-acvilon cm-bf561 blackstamp br4 bct-brettl2 cm-bf527
dnp5370 bf506f-ezkit ip04 bf527-sdp bf609-ezkit bf537-stamp bf527-ezkit-v2
cm-bf537e tcm-bf518 cm-bf537u bf537-pnav cm-bf533 pr1 bf533-ezkit
ibf-dsp561 bf537-srv1 cm-bf548 bf537-minotaur bf538f-ezkit bf548-ezkit
bf525-ucr2 blackvme bf527-ezkit tcm-bf537 bf533-stamp bf518f-ezbrd
bf527-ad7160-eval bf526-ezbrd bf561-ezkit
      m68k: +   M54455EVB_a66 M5329AFEE M5249EVB idmr M5208EVBE eb_cpu5282
M5475FFE M54451EVB astro_mcf5373l M54418TWR_serial_rmii M54455EVB_intel
M5282EVB M54455EVB_i66 M5475GFE M5253DEMO M54455EVB_stm33 M5485BFE M5485DFE
TASREG M5329BFEE M52277EVB M5475EFE M5475CFE cobra5272 M5485AFE M53017EVB
M5485HFE M5235EVB M5253EVBE M54418TWR_nand_mii M54418TWR_nand_rmii_lowfreq
M5475BFE M5475DFE M5275EVB M52277EVB_stmicro eb_cpu5282_internal
M54451EVB_stmicro M5271EVB M5485GFE M5485EFE M5485FFE M54418TWR
M5235EVB_Flash32 M5373EVB M54418TWR_nand_rmii M54418TWR_serial_mii M5485CFE
M54455EVB M5475AFE M5272C3
   powerpc: +   MVBLM7 MVSMR lcd4_lwmon5
     sparc: +   grsim grsim_leon2 gr_cpci_ax2000 gr_xc3s_1500 gr_ep2s60
        sh: +   rsk7269 rsk7264 sh7752evb rsk7203 sh7757lcr
microblaze: +   microblaze-generic
  openrisc: +   openrisc-generic
       arm: +   pm9g45 qong nitrogen6dl2g palmtc zipitz2 omap3_zoom2
omap3_zoom1 wandboard_quad omap3_overo goflexhome mx6slevk nitrogen6s
nitrogen6q wandboard_solo davinci_sonata VCMA9 mini2440 omap730p2_cs3boot
iconnect km_kirkwood_pci titanium ib62x0 lubbock ethernut5 zynq_dcc
vpac270_nor_128 nitrogen6q2g colibri_pxa270 sheevaplug kzm9g wandboard_dl
am3517_crane mx6dlsabresd zynq tnetv107x_evm xaeniax devkit8000 nitrogen6dl
mx6qarm2 magnesium mx6qsabrelite mx6qsabresd palmtreo680 kmsuv31 polaris
omap3_sdp3430 imx27lite mgcoge3un mx6qsabreauto vpac270_nor_256 pxa255_idp
udoo_quad kmnusa omap730p2_cs0boot kmcoge5un am3517_evm nhk8815_onenand
openrd_client omap730p2 openrd_base nhk8815 km_kirkwood dns325 mcx lp8x4x
vpac270_ond_256 smdk2410 h2200 nitrogen6s1g scb9328 jornada cgtqmx6qeval
balloon3 omap3_evm omap3_logic dockstar portl2 palmld openrd_ultimate
trizepsiv pogo_e02 pm9263 mx1ads
02: sandbox: Use uint64_t instead of u64 for time
03: sandbox: Use system headers first for sandbox's os.c
04: sandbox: config: Don't use 64-bit physical memory
   sandbox: +   sandbox
05: sandbox: Correct data sizes and printf() strings in fdtdec.c
   sandbox:    sandbox
06: sandbox: Make map_to_sysmem() use a constant pointer



The following changes since commit c2e5e802ecb7ab668ce9911b210ed68c804b349f:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2013-11-17
14:11:34 -0500)

are available in the git repository at:


  http://git.denx.de/u-boot-x86.git sandbox1

for you to fetch changes up to ed072b96efd7a5de51cef01c3d4bed4db0e391f0:

  sandbox: Make map_to_sysmem() use a constant pointer (2013-11-21 16:54:26
-0700)

----------------------------------------------------------------
Simon Glass (5):
      sandbox: Use uint64_t instead of u64 for time
      sandbox: Use system headers first for sandbox's os.c
      sandbox: config: Don't use 64-bit physical memory
      sandbox: Correct data sizes and printf() strings in fdtdec.c
      sandbox: Make map_to_sysmem() use a constant pointer

 arch/sandbox/cpu/Makefile        | 6 ++++--
 arch/sandbox/cpu/os.c            | 3 ++-
 arch/sandbox/include/asm/io.h    | 2 +-
 arch/sandbox/include/asm/types.h | 4 ++--
 config.mk                        | 9 +++++++--
 include/common.h                 | 2 +-
 include/configs/sandbox.h        | 1 -
 include/os.h                     | 4 +++-
 lib/fdtdec.c                     | 8 ++++----
 9 files changed, 24 insertions(+), 15 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list