Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
  2. Apr 08, 2013
  3. Apr 05, 2013
  4. Apr 04, 2013
  5. Apr 03, 2013
  6. Apr 02, 2013
    • Linus Walleij's avatar
      biosemu: include <asm/io.h> header · b2da8038
      Linus Walleij authored
      
      This makes sure we have inline functions such as inb/outb that
      are used in these two files by including the arch-specific
      <asm/io.h> header. However the ARM version does not provide the
      accessors unless the config symbol __io is also defined so add
      that in front of the include.
      
      After this the bios emulator will compile on ARM systems.
      
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      b2da8038
    • Stephen Warren's avatar
      mmc: don't allow extra cmdline arguments · 9fd38372
      Stephen Warren authored
      
      The "mmc rescan" command takes no arguments. However, executing
      "mmc rescan 1" succeeds, leading the user to believe that MMC device 1
      has been rescanned. In fact, the "current" MMC device has been
      rescanned, and the current device may well not be 1. Add error-checking
      to the "mmc" command to explicitly reject any extra command-line
      arguments so that it's more obvious when U-Boot isn't doing what the
      user thought they asked it to.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      9fd38372
    • Albert ARIBAUD's avatar
      replace last __bss_end__ occurrences with __bss_end · 5993053f
      Albert ARIBAUD authored
      
      Simon Glass' commit 3929fb0a,
      which changed all occurrences of __bss__end__ into __bss_end,
      left behind some untouched __bss_end__ occurrences in all 33
      u-boot.lds.debug files, in board/mousse/u-boot.lds.ram and
      in board/mousse/u-boot.lds.rom. These are replaced here.
      
      Signed-off-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      5993053f
Loading