1. 12 Jan, 2010 1 commit
  2. 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
  3. 09 Aug, 2009 1 commit
  4. 30 Jul, 2009 1 commit
  5. 16 May, 2009 1 commit
  6. 14 May, 2009 1 commit
  7. 15 Apr, 2009 1 commit
  8. 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
  9. 26 Jan, 2009 4 commits
  10. 23 Jan, 2009 1 commit
  11. 18 Jan, 2008 2 commits
  12. 17 Oct, 2007 1 commit
  13. 10 Oct, 2007 2 commits
  14. 29 Aug, 2007 1 commit
  15. 23 Aug, 2007 2 commits
  16. 24 May, 2007 1 commit
  17. 23 May, 2007 1 commit
  18. 09 May, 2007 1 commit
  19. 06 Apr, 2007 1 commit
  20. 06 Feb, 2007 2 commits
  21. 26 Nov, 2005 1 commit