1. 17 Feb, 2016 1 commit
  2. 27 Nov, 2015 1 commit
  3. 19 May, 2015 1 commit
    • Paul Menzel's avatar
      cb_timestamps.c: Add new time stamp descriptions · f4e62af0
      Paul Menzel authored
      Add the descriptions of the “core”, that means no vendorcode or payload,
      coreboot time stamps added up to coreboot commit a7d92441 (timestamps:
      You can never have enough of them!) [1].
      
      Running `coreboot_boottime` in the GRUB command line interface now shows
      descriptions for all time stamps again on the ASRock E350M1.
      
      [1] http://review.coreboot.org/9608
      f4e62af0
  4. 08 May, 2015 1 commit
  5. 21 Jan, 2015 2 commits
  6. 21 Dec, 2013 2 commits
  7. 18 Dec, 2013 2 commits
  8. 15 Dec, 2013 1 commit
  9. 09 Nov, 2013 1 commit
  10. 04 Nov, 2013 2 commits
  11. 27 Oct, 2013 1 commit
  12. 16 Jun, 2013 1 commit
  13. 21 Apr, 2013 1 commit
  14. 05 Apr, 2013 1 commit
  15. 22 Mar, 2013 1 commit
  16. 20 Mar, 2013 1 commit
  17. 25 Feb, 2013 1 commit
  18. 17 Jan, 2013 1 commit
  19. 31 Dec, 2012 1 commit
    • Colin Watson's avatar
      Remove several trivially-unnecessary uses of nested functions. · 5c67ea6c
      Colin Watson authored
      * grub-core/commands/i386/pc/sendkey.c
      (grub_cmd_sendkey: find_key_code, find_ascii_code): Make static
      instead of nested.
      * grub-core/commands/legacycfg.c (legacy_file: getline): Likewise.
      Rename to ...
      (legacy_file_getline): ... this.
      * grub-core/commands/loadenv.c (grub_cmd_load_env: set_var):
      Likewise.
      * grub-core/kern/corecmd.c (grub_core_cmd_set: print_env): Likewise.
      * grub-core/kern/fs.c (grub_fs_probe: dummy_func): Likewise.  Rename
      to ...
      (probe_dummy_iter): ... this.
      * grub-core/kern/i386/coreboot/mmap.c
      (grub_linuxbios_table_iterate: check_signature): Likewise.
      * grub-core/kern/parser.c (grub_parser_split_cmdline:
      check_varstate): Likewise.  Mark inline.
      * grub-core/lib/arg.c (find_short: fnd_short): Likewise.  Pass
      an additional parameter.
      (find_long: fnd_long): Likewise.  Pass two additional parameters.
      * grub-core/lib/crc.c (init_crc32c_table: reflect): Likewise.
      * grub-core/lib/crc64.c (init_crc64_table: reflect): Likewise.
      * grub-core/lib/ieee1275/cmos.c (grub_cmos_find_port: hook):
      Likewise.  Rename to ...
      (grub_cmos_find_port_iter): ... this.
      * grub-core/lib/ieee1275/datetime.c (find_rtc: hook): Likewise.
      Rename to ...
      (find_rtc_iter): ... this.
      
      * grub-core/normal/menu_entry.c (run): Fold nested editor_getsource
      function directly into the function body, since it is only called
      once.
      5c67ea6c
  20. 03 Jun, 2012 1 commit
  21. 28 May, 2012 1 commit
  22. 12 Mar, 2012 1 commit
  23. 09 Mar, 2012 1 commit
  24. 06 Mar, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/commands/acpi.c: Add TRANSLATORS comments. · bb51c6c6
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/commands/gptsync.c: Likewise.
      	* grub-core/commands/hashsum.c: Likewise.
      	* grub-core/commands/i386/pc/sendkey.c: Likewise.
      	* grub-core/commands/legacycfg.c: Likewise.
      	* grub-core/io/gzio.c: Likewise.
      	* grub-core/net/net.c: Likewise.
      	* grub-core/term/gfxterm.c: Likewise.
      	* grub-core/term/terminfo.c: Likewise.
      	* grub-core/tests/test_blockarg.c: Likewise.
      	* grub-core/video/video.c: Likewise.
      	* util/grub-install.in: Likewise.
      	* util/grub-mkfont.c: Likewise.
      bb51c6c6
  25. 03 Mar, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/commands/date.c (GRUB_MOD_INIT): Remove non-uniform · 8f95d002
      Vladimir 'phcoder' Serbinenko authored
      	"Command for ...".
      	* grub-core/commands/hdparm.c (options): Use "Display" rather than
      	"Check" since we don't check anything.
      	* grub-core/commands/i386/cpuid.c (options): Clarify that long mode
      	is 64-bit one.
      	* grub-core/commands/search_wrap.c (options): Clarify the conditions.
      	* grub-core/disk/geli.c (grub_md_sha256_real): Fix typo.
      	(grub_md_sha512_real): Likewise.
      8f95d002
  26. 02 Mar, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/commands/i386/pc/drivemap.c: Add TRANSLATORS comments. · e7d2559b
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/commands/lsmmap.c: Likewise.
      	* grub-core/commands/minicmd.c: Likewise.
      	* grub-core/commands/mips/loongson/lsspd.c: Likewise.
      	* grub-core/commands/regexp.c: Likewise.
      	* grub-core/gdb/gdb.c: Likewise.
      	* grub-core/term/gfxterm.c: Likewise.
      	* util/grub-mkconfig.in: Likewise.
      	* util/grub-mkfont.c: Likewise.
      	* util/grub-mklayout.c: Likewise.
      	* util/grub-mknetdir.in: Likewise.
      	* util/grub-mkrescue.in: Likewise.
      	* util/grub.d/30_os-prober.in: Likewise.
      e7d2559b
  27. 29 Feb, 2012 1 commit
  28. 27 Feb, 2012 1 commit
  29. 26 Feb, 2012 1 commit
  30. 19 Feb, 2012 1 commit
  31. 12 Feb, 2012 2 commits
  32. 08 Feb, 2012 1 commit
  33. 16 Dec, 2011 2 commits
  34. 13 Dec, 2011 1 commit