Skip to content
Snippets Groups Projects
  1. Oct 23, 2011
  2. Oct 17, 2011
  3. Oct 16, 2011
  4. Oct 05, 2011
    • Mike Frysinger's avatar
      image: push default arch values to arch headers · 476af299
      Mike Frysinger authored
      
      This pushes the ugly duplicated arch ifdef lists we maintain in various
      image related files out to the arch headers themselves.
      
      Acked-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Tested-by: default avatarThomas Chou <thomas@wytron.com.tw>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      476af299
    • Valentin Longchamp's avatar
      POST: add post_log_res field for post results in global data · 79843950
      Valentin Longchamp authored
      
      The current post_log_word in global data is currently split into 2x
      16 bits: half for the test start, half for the test success.
      Since we alredy have more than 16 POST tests defined and more could
      be defined, this may result in an overflow and the post_output_backlog
      would not work for the tests defined further of these 16 positions.
      
      An additional field is added to global data so that we can now support up
      to 32 (depending of architecture) tests. The post_log_word is only used
      to record the start of the test and the new field post_log_res for the
      test success (or failure). The post_output_backlog is for this change
      also adapted.
      
      Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
      79843950
    • Graeme Russ's avatar
      console: Implement pre-console buffer · 9558b48a
      Graeme Russ authored
      Allow redirection of console output prior to console initialisation to a
      temporary buffer.
      
      To enable this functionality, the board (or arch) must define:
       - CONFIG_PRE_CONSOLE_BUFFER - Enable pre-console buffer
       - CONFIG_PRE_CON_BUF_ADDR - Base address of pre-console buffer
       - CONFIG_PRE_CON_BUF_SZ - Size of pre-console buffer (in bytes)
      
      The pre-console buffer will buffer the last CONFIG_PRE_CON_BUF_SZ bytes
      Any earlier characters are silently dropped.
      9558b48a
  5. Sep 29, 2011
  6. Jul 28, 2011
  7. Jul 26, 2011
  8. Jul 12, 2011
  9. Jun 03, 2011
  10. Apr 13, 2011
    • Mike Frysinger's avatar
      gpio: generalize for all generic gpio providers · a972b8d7
      Mike Frysinger authored
      
      The Blackfin gpio command isn't terribly Blackfin-specific.  So generalize
      the few pieces into two new optional helpers:
      	name_to_gpio() - turn a string name into a GPIO #
      	gpio_status() - display current pin bindings (think /proc/gpio)
      
      Once these pieces are pulled out, we can relocate the cmd_gpio.c into the
      common directory.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      a972b8d7
  11. Apr 12, 2011
    • Wolfgang Denk's avatar
      Make STANDALONE_LOAD_ADDR configurable per board · 8ae86b76
      Wolfgang Denk authored
      
      Rename STANDALONE_LOAD_ADDR into CONFIG_STANDALONE_LOAD_ADDR
      and allow that the architecture-specific default value gets
      overwritten by defining the value in the board header file.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
      Cc: Daniel Hellstrom <daniel@gaisler.com>
      Cc: Tsi Chung Liew <tsi-chung.liew@freescale.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      8ae86b76
  12. Apr 08, 2011
Loading