1. 27 Jul, 2010 1 commit
    • Carl-Daniel Hailfinger's avatar
      Split off programmer.h from flash.h · 5b997c3e
      Carl-Daniel Hailfinger authored
      
      Programmer specific functions are of absolutely no interest to any file
      except those dealing with programmer specific actions (special SPI
      commands and the generic core).
      
      The new header structure is as follows (and yes, improvements are
      possible):
      flashchips.h  flash chip IDs
      chipdrivers.h  chip-specific read/write/... functions
      flash.h  common header for all stuff that doesn't fit elsewhere
      hwaccess.h hardware access functions
      programmer.h  programmer specific functions
      coreboot_tables.h  header from coreboot, internal programmer only
      spi.h SPI command definitions
      
      Corresponding to flashrom svn r1112.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      5b997c3e
  2. 30 May, 2010 1 commit
  3. 07 May, 2010 1 commit
  4. 02 Feb, 2010 1 commit
  5. 12 Jan, 2010 1 commit
  6. 13 Dec, 2009 1 commit
    • Carl-Daniel Hailfinger's avatar
      Internal (onboard) programming was the only feature which could not be disabled · 66ef4e5f
      Carl-Daniel Hailfinger authored
      
      Make various pieces of code conditional on support for internal
      programming. Code shared between PCI device programmers and onboard
      programming is now conditional as well.
      
      It is now possible to build only with dummy support:
      make CONFIG_INTERNAL=no CONFIG_NIC3COM=no CONFIG_SATASII=no
      CONFIG_DRKAISER=no CONFIG_SERPROG=no CONFIG_FT2232SPI=no
      
      This allows building for a specific use case only, and it also
      facilitates porting to a new architecture because it is possible to
      focus on highlevel code only.
      
      Note: Either internal or dummy programmer needs to be compiled in due to
      the current behaviour of always picking a default programmer if -p is
      not specified. Picking an arbitrary external programmer as default  
      wouldn't make sense.
      
      Build and runtime tested in all 1024 possible build combinations. The
      only failures are by design as mentioned above.
      
      Corresponding to flashrom svn r797.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
      66ef4e5f
  7. 09 Aug, 2009 1 commit
  8. 30 Jul, 2009 1 commit
  9. 16 May, 2009 1 commit
  10. 14 May, 2009 1 commit
  11. 15 Apr, 2009 1 commit
  12. 17 Mar, 2009 1 commit
    • Stefan Reinauer's avatar
      This patch adds "high coreboot table support" to coreboot version 2 · 2d853bb5
      Stefan Reinauer authored
      
      Some bootloaders seem to overwrite memory starting at 0x600, thus destroying
      the coreboot table integrity, rendering the table useless.
      
      By moving the table to the high tables area (if it's activated), this problem
      is fixed.
      
      In order to move the table, a 40 bytes mini coreboot table with a single sub
      table is placed at 0x500/0x530 that points to the real coreboot table. This is
      comparable to the ACPI RSDT or the MP floating table.
      
      This patch also adds "table forward" support to flashrom and nvramtool.
      
      Corresponding to flashrom svn r421 and coreboot v2 svn r4012.
      Signed-off-by: default avatarStefan Reinauer <stepan@coresystems.de>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      2d853bb5
  13. 26 Jan, 2009 4 commits
  14. 23 Jan, 2009 1 commit
  15. 18 Jan, 2008 2 commits
  16. 17 Oct, 2007 1 commit
  17. 10 Oct, 2007 2 commits
  18. 29 Aug, 2007 1 commit
  19. 23 Aug, 2007 2 commits
  20. 24 May, 2007 1 commit
  21. 23 May, 2007 1 commit
  22. 09 May, 2007 1 commit
  23. 06 Apr, 2007 1 commit
  24. 06 Feb, 2007 2 commits
  25. 26 Nov, 2005 1 commit