Skip to content
Snippets Groups Projects
  1. Mar 18, 2012
    • Simon Glass's avatar
      bootstage: Create an initial header for boot progress integers · 097e1783
      Simon Glass authored
      
      At present boot_stage_progress() is called with various magic numbers. The
      new bootstage.h header will be used to turn these into symbolic names
      throughout the code.
      
      The intent is not that these numbers are passed to Linux. In fact by using
      an enum to track them we should eventually be able to remove the explict
      numbers and just have the stages count up from 0.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      097e1783
    • Reinhard Arlt's avatar
      bootvx: Clear and disable data cache, and call vxWorks with parameter. · 6eee21da
      Reinhard Arlt authored
      
      This patch clear and disable the data cache for vxWorks.
      
      The entry point sysInit(int) intended by Windriver to be called from
      the vxWorks bootrom, a very small vxWorks system.
      The routine is called by the go() handler in the bootrom, that clears
      the cache from start of image to end of usable memory.
      
      The PowerPC implementations only invalidates and disable the cache,
      the ARM implementations also flush it.
      
      U-Boot will be on the safe side, if it disables the data cache before
      calling vxWorks sysInit(int).
      
      Signed-off-by: default avatarReinhard Arlt <reinhard.arlt@esd.eu>
      6eee21da
    • Mike Frysinger's avatar
      net/miiphy/serial: drop duplicate "NAMESIZE" define · f6add132
      Mike Frysinger authored
      
      A few subsystems are using the same define "NAMESIZE".  This has been
      working so far because they define it to the same number.  However, I
      want to change the size of eth_device's NAMESIZE, so rather than tweak
      the define names, simply drop references to it.  Almost no one does,
      and the handful that do can easily be changed to a sizeof().
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      f6add132
    • Reinhard Arlt's avatar
      CPCI750: Add CPCI-HD/2 support · 2b224609
      Reinhard Arlt authored
      
      This patch adds support for the esd CPCI-HD/2 board to u-boot for CPCI-CPU/750.
      As the primary devices on the CPCI-HD/2 board are connected to device 1 and 3,
      the device must be swapped.
      
      Signed-off-by: default avatarReinhard Arlt <reinhard.arlt@esd.eu>
      2b224609
  2. Mar 17, 2012
  3. Mar 13, 2012
  4. Mar 12, 2012
  5. Mar 08, 2012
  6. Mar 06, 2012
Loading