Skip to content
Snippets Groups Projects
  1. Oct 23, 2011
  2. Oct 21, 2011
  3. Oct 18, 2011
  4. Oct 14, 2011
  5. Oct 09, 2011
  6. Oct 05, 2011
    • Mike Frysinger's avatar
      net: drop !NET_MULTI code · e2a53458
      Mike Frysinger authored
      
      This is long over due.  All but two net drivers have been converted, but
      those have now been dropped.
      
      The only thing left to do is actually delete all references to NET_MULTI
      and code that is compiled when that is not defined.  So here we scrub the
      core code.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      e2a53458
    • 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
  7. Oct 03, 2011
  8. Sep 30, 2011
  9. Sep 19, 2011
  10. Jul 29, 2011
  11. Jul 28, 2011
  12. Jul 22, 2011
  13. Jul 11, 2011
Loading