Skip to content
Snippets Groups Projects
  1. Dec 08, 2014
    • Daniel Schwierzeck's avatar
      get_maintainer.pl: fix source tree detection · 27e77183
      Daniel Schwierzeck authored
      
      get_maintainer.pl always fails with following message:
      ./scripts/get_maintainer.pl: The current directory does not appear to be a linux kernel source tree.
      
      This was caused by commit:
      
      commit 548b310c
      Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Date:   Thu Oct 30 15:50:15 2014 +0900
      
          Remove the CREDITS file
      
          This file is not maintained these days.
      
          We use MAINTAINERS for the maintainership of the supported boards.
          For dead boards, we have some clues in doc/README.scrapyard and
          also imperishable history in git-log.
      
      Remove CREDITS from source tree detection to fix this.
      
      Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      27e77183
    • Simon Glass's avatar
      Fix console functions for U-Boot API · d8727713
      Simon Glass authored
      
      Commit 709ea543 made a subtle change to the way the U-Boot API jump table
      is set up. So at present putc(), getc(), tstc() and puts() do not work
      correctly from functions that use the U-Boot API.
      
      Previously these were set to the stdio functions, but these now take a
      parameter specifying which stdio device to use. Instead, we should change
      them to use the global functions which do not have a parameter.
      
      This is a slight change in behaviour. The functions will now output to
      all selected stdio devices - for example putc() will output a character to
      all devices selected by stdout. However in most cases there is only one,
      and it isn't necessarily incorrect behaviour anyway.
      
      The API version is not changed since it is compatible with what was there
      before.
      
      Reported-by: default avatarMartin Dorwig <dorwig@tektronik.com>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      d8727713
    • Paul Kocialkowski's avatar
      spl: MMC U-Boot image load from raw partition · b97300b6
      Paul Kocialkowski authored
      
      Raw images of U-Boot can be stored inside MMC partitions, so it makes sense to
      read the partition table, looking for a partition number instead of using
      a fixed sector address.
      
      Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
      Reviewed-by: default avatarTom Rini <trini@ti.com>
      [trini: Only add mmc_load_image_raw_partition() when
      CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to avoid warning, add missing
      conversion in spl_mmc_load_image()]
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      b97300b6
  2. Dec 04, 2014
  3. Dec 03, 2014
  4. Dec 01, 2014
  5. Nov 27, 2014
  6. Nov 26, 2014
Loading