An error occurred fetching the project authors.
  1. 10 Nov, 2005 1 commit
  2. 08 Nov, 2005 1 commit
  3. 07 Nov, 2005 1 commit
    • Paul Mackerras's avatar
      powerpc: Various UP build fixes · 2249ca9d
      Paul Mackerras authored
      Mostly this involves adding #include <asm/smp.h>, since that defines
      things like boot_cpuid[_phys] and [gs]et_hard_smp_processor_id, which
      are SMP-related but still needed on UP.  This incorporates fixes
      posted by Olof Johansson and Heikki Lindholm.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      2249ca9d
  4. 03 Nov, 2005 1 commit
  5. 26 Oct, 2005 1 commit
    • Paul Mackerras's avatar
      powerpc: Merge rtas.c into arch/powerpc/kernel · 033ef338
      Paul Mackerras authored
      This splits arch/ppc64/kernel/rtas.c into arch/powerpc/kernel/rtas.c,
      which contains generic RTAS functions useful on any CHRP platform,
      and arch/powerpc/platforms/pseries/rtas-fw.[ch], which contain
      some pSeries-specific firmware flashing bits.  The parts of rtas.c
      that are to do with pSeries-specific error logging are protected
      by a new CONFIG_RTAS_ERROR_LOGGING symbol.  The inclusion of rtas.o
      is controlled by the CONFIG_PPC_RTAS symbol, and the relevant
      platforms select that.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      033ef338
  6. 10 Oct, 2005 1 commit
  7. 23 Jun, 2005 1 commit
    • Mike Strosaker's avatar
      [PATCH] correct printing to operator panel · 8f586b22
      Mike Strosaker authored
      This patch corrects the printing of progress indicators to the op
      panel on p/iSeries ppc64 systems.  Each discrete reference code should
      begin with a form feed char to clear the op panel, and the first and
      second lines should be separated with a CR/LF sequence.  Padding with
      spaces is not necessary.
      
      Also, capitalize the hex value printed on the first line, to be
      consistent with the values printed by firmware, service processor,
      etc.
      
      It turns out that there's an ibm,form-feed property; this patch uses
      it in the pSeries-specific progress routine.  This patch also checks
      the number of rows and the specific width of each row (the second row
      on power5 systems can actually hold 80 characters).  If the displayed
      text is too wide for the physical display, it can be viewed in the ASM
      menus, or by selecting option 14 on the op panel.
      Signed-off-by: default avatarMike Strosaker <strosake@austin.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      8f586b22
  8. 22 Jun, 2005 1 commit
    • Arnd Bergmann's avatar
      [PATCH] ppc64: pSeries_progress -> rtas_progress · 6566c6f1
      Arnd Bergmann authored
      The pSeries_progress function is called from some places in the rtas code,
      which may also be used by non-pSeries platforms.
      Though pSeries is currently the only platform type that implements
      display-character, the code is actually generic enough to be part of
      the rtas subsystem.
      
      I hit a bug here because the generic rtas code tried calling ppc_md.progress,
      which points to an __init function on most platforms.
      
      We could also clear the ppc_md.progress pointer when freeing the init memory
      to make it more explicit that ppc_md.progress must not be called after
      bootup.
      Signed-off-by: default avatarArnd Bergmann <arndb@de.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      6566c6f1
  9. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4