Skip to content
Snippets Groups Projects
  1. Jun 07, 2013
    • Juan David González Cobas's avatar
      build: add git describe info as modinfo · 7c9c02e8
      Juan David González Cobas authored and Alessandro Rubini's avatar Alessandro Rubini committed
      For traceability purposes, we include commit descriptions
      as MODULE_VERSION information in drivers that are deployed
      in CERN control system.
      
      Ideally, the commit description should be added to all the
      binary blobs installed, but the kernel module is critical
      in this connection, as it is crucial to trace back quickly
      the whereabouts of installed .ko sources.
      7c9c02e8
  2. May 31, 2013
  3. May 20, 2013
  4. May 16, 2013
  5. Apr 29, 2013
  6. Mar 20, 2013
  7. Jan 24, 2013
  8. Dec 17, 2012
    • Alessandro Rubini's avatar
      test-lm32: removed as obsolete stuff · 4f90018d
      Alessandro Rubini authored
      
      This directory includes some tests to validate firmware loading
      and other things, but they don't really apply to the new software layout.
      Given things are pretty stable on that level, it's easier to remove
      the directory (for which I had already dropped the docs) than to port
      the code).
      
      Thanks to Benoit Rat for noting this old code was still there.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      4f90018d
  9. Dec 14, 2012
  10. Dec 04, 2012
  11. Dec 03, 2012
  12. Nov 20, 2012
  13. Nov 13, 2012
  14. Oct 30, 2012
  15. Oct 28, 2012
  16. Oct 24, 2012
  17. Oct 19, 2012
  18. Oct 16, 2012
    • Alessandro Rubini's avatar
      Makefiles: some contortions to be friends of submodules · 121a2c1f
      Alessandro Rubini authored
      
      This patch adds a script "check-fmc-bus" that returns the pathname of
      the fmc-bus kernel driver, either under this directory or under
      ../fmc-bus .  The former applies when fmc-bus is a submodule of this
      package, the latter applies when we both are submodules of another
      package.
      
      The final aim is helping the naive user, who just wants to build it
      all in a single step -- both if building this package or another
      package that depends on both fmc-bus and this one.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      121a2c1f