Skip to content
Snippets Groups Projects
  1. Jun 10, 2016
  2. Oct 30, 2015
    • Alessandro Rubini's avatar
      general: add missing copyright notes. · 5e844431
      Alessandro Rubini authored
      
      This commit fixes all copyright notes, using "git blame" as a
      reference.  For simple files I just added a 2-lines boilerplate about
      being WR and GPL.
      
      Some parts I left untouched:
      
        trivial-init and related files (unclear to me what this is,
        and pf-microcode.h is magic binary pfilter values).
      
        tools/lm32-etheruart: I don't know what this is and who the author is
      
        libsdbfs: this comes from another repo and I'd better not change it
      
        sfp_lib.h and hal_shmem.h: I lost track about the origin of this,
        among the several packages.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      5e844431
  3. Jun 30, 2015
    • Adam Wujek's avatar
      revision: report build information via spll_stats structure · ee1c7482
      Adam Wujek authored and Grzegorz Daniluk's avatar Grzegorz Daniluk committed
      
      --increase spll_stats structure version to 2
      --add to spll_stats structure:
        - commit_id
        - build_date
        - build_time
        - start_cnt (to be used later for start counter)
      --move declaration of spll_stats structure from wrs_main.c to revision.c
      --pass git version and author at compile time to revision.c
      --create revision.h with build_* externs
      --update version reporting at cpu start
      --update version command
      --include section .stats in section .data for node
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      ee1c7482
  4. May 08, 2013
  5. Oct 16, 2012
    • Alessandro Rubini's avatar
      revision: change revision generation, no effect on output · 5d4ef29f
      Alessandro Rubini authored
      
      This doesn't change the behavior of any command, but adds revision.c
      as a real source file rather than something created by make using
      "echo ... > revision.c".  In any case, the file is recompiled
      each time you call "make", so the date and time reflect the last
      build.
      
      However, this introduces CONFIG_DETERMINISTIC_BINARY (that nobody
      sets at this point in time) to build a binary withouth __DATE__
      and __TIME__ strings, so it is the same at every rebuild. See
      next commit.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      5d4ef29f
  6. Jun 13, 2012