public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc
@ 2011-06-05 10:13 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-06-05 10:13 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/06/05 10:13:33

  Added:                grub_platforms.desc
  Log:
  Add grub_platforms.desc to describe USE_EXPAND for grub2 (for now used just in my dev overlay).

Revision  Changes    Path
1.1                  profiles/desc/grub_platforms.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.1&content-type=text/plain

Index: grub_platforms.desc
===================================================================
# Copyright 2011-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.1 2011/06/05 10:13:33 scarabeus Exp $

# This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags.

# Keep it sorted.

coreboot - Coreboot platform support
efi - EFI platform support
emu - Emulation platform support
ieee1275 - IEEE1275 pltaform support
multiboot - Multiboot platform support
pc - PC platform suppport
qemu - QEMU platform support
qemu-mips - QEMU MIPS platform support
yeeloong - YEEELONG MIPS platform support






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc
@ 2011-08-12 20:35 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-08-12 20:35 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/08/12 20:35:13

  Modified:             grub_platforms.desc
  Log:
  Add loongson to the list of grub platforms.

Revision  Changes    Path
1.2                  profiles/desc/grub_platforms.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?r1=1.1&r2=1.2

Index: grub_platforms.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub_platforms.desc	5 Jun 2011 10:13:33 -0000	1.1
+++ grub_platforms.desc	12 Aug 2011 20:35:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 2011-2011 Gentoo Foundation.
+# Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.1 2011/06/05 10:13:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.2 2011/08/12 20:35:13 scarabeus Exp $
 
 # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags.
 
@@ -10,6 +10,7 @@
 efi - EFI platform support
 emu - Emulation platform support
 ieee1275 - IEEE1275 pltaform support
+loongson - MIPS loongson platform support
 multiboot - Multiboot platform support
 pc - PC platform suppport
 qemu - QEMU platform support






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc
@ 2011-08-27 10:55 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-08-27 10:55 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/08/27 10:55:55

  Modified:             grub_platforms.desc
  Log:
  Split efi platform to efi-32 and efi-64 as efi-32 is not almost used.

Revision  Changes    Path
1.3                  profiles/desc/grub_platforms.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?r1=1.2&r2=1.3

Index: grub_platforms.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grub_platforms.desc	12 Aug 2011 20:35:13 -0000	1.2
+++ grub_platforms.desc	27 Aug 2011 10:55:54 -0000	1.3
@@ -1,13 +1,14 @@
 # Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.2 2011/08/12 20:35:13 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.3 2011/08/27 10:55:54 scarabeus Exp $
 
 # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags.
 
 # Keep it sorted.
 
 coreboot - Coreboot platform support
-efi - EFI platform support
+efi-32 - EFI 32 bit platform support (Old MACs)
+efi-64 - EFI 64 bit platform support
 emu - Emulation platform support
 ieee1275 - IEEE1275 pltaform support
 loongson - MIPS loongson platform support






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc
@ 2013-04-28  2:46 Mike Gilbert (floppym)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert (floppym) @ 2013-04-28  2:46 UTC (permalink / raw
  To: gentoo-commits

floppym     13/04/28 02:46:53

  Modified:             grub_platforms.desc
  Log:
  Add 'efi'.

Revision  Changes    Path
1.4                  profiles/desc/grub_platforms.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?r1=1.3&r2=1.4

Index: grub_platforms.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- grub_platforms.desc	27 Aug 2011 10:55:54 -0000	1.3
+++ grub_platforms.desc	28 Apr 2013 02:46:53 -0000	1.4
@@ -1,12 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.3 2011/08/27 10:55:54 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.4 2013/04/28 02:46:53 floppym Exp $
 
 # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags.
 
 # Keep it sorted.
 
 coreboot - Coreboot platform support
+efi - Native EFI platform support
 efi-32 - EFI 32 bit platform support (Old MACs)
 efi-64 - EFI 64 bit platform support
 emu - Emulation platform support





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc
@ 2014-01-27  2:26 Mike Gilbert (floppym)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert (floppym) @ 2014-01-27  2:26 UTC (permalink / raw
  To: gentoo-commits

floppym     14/01/27 02:26:17

  Modified:             grub_platforms.desc
  Log:
  Add xen to GRUB_PLATFORMS.

Revision  Changes    Path
1.5                  profiles/desc/grub_platforms.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?r1=1.4&r2=1.5

Index: grub_platforms.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grub_platforms.desc	28 Apr 2013 02:46:53 -0000	1.4
+++ grub_platforms.desc	27 Jan 2014 02:26:17 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.4 2013/04/28 02:46:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.5 2014/01/27 02:26:17 floppym Exp $
 
 # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags.
 
@@ -18,3 +18,4 @@
 qemu - QEMU platform support
 qemu-mips - QEMU MIPS platform support
 yeeloong - YEEELONG MIPS platform support
+xen - XEN (pvgrub2) platform support





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc
@ 2014-06-06 12:47 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-06 12:47 UTC (permalink / raw
  To: gentoo-commits

jer         14/06/06 12:47:38

  Modified:             grub_platforms.desc
  Log:
  Spelling (bug #512552).

Revision  Changes    Path
1.6                  profiles/desc/grub_platforms.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?r1=1.5&r2=1.6

Index: grub_platforms.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- grub_platforms.desc	27 Jan 2014 02:26:17 -0000	1.5
+++ grub_platforms.desc	6 Jun 2014 12:47:38 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.5 2014/01/27 02:26:17 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.6 2014/06/06 12:47:38 jer Exp $
 
 # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags.
 
@@ -14,7 +14,7 @@
 ieee1275 - IEEE1275 pltaform support
 loongson - MIPS loongson platform support
 multiboot - Multiboot platform support
-pc - PC platform suppport
+pc - PC platform support
 qemu - QEMU platform support
 qemu-mips - QEMU MIPS platform support
 yeeloong - YEEELONG MIPS platform support





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc
@ 2015-06-25  0:12 Mike Gilbert (floppym)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert (floppym) @ 2015-06-25  0:12 UTC (permalink / raw
  To: gentoo-commits

floppym     15/06/25 00:12:54

  Modified:             grub_platforms.desc
  Log:
  Add uboot platform.

Revision  Changes    Path
1.7                  profiles/desc/grub_platforms.desc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/grub_platforms.desc?r1=1.6&r2=1.7

Index: grub_platforms.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grub_platforms.desc	6 Jun 2014 12:47:38 -0000	1.6
+++ grub_platforms.desc	25 Jun 2015 00:12:54 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2015 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.6 2014/06/06 12:47:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.7 2015/06/25 00:12:54 floppym Exp $
 
 # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags.
 
@@ -17,5 +17,6 @@
 pc - PC platform support
 qemu - QEMU platform support
 qemu-mips - QEMU MIPS platform support
+uboot - U-Boot platform support
 yeeloong - YEEELONG MIPS platform support
 xen - XEN (pvgrub2) platform support





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-25  0:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 12:47 [gentoo-commits] gentoo-x86 commit in profiles/desc: grub_platforms.desc Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-25  0:12 Mike Gilbert (floppym)
2014-01-27  2:26 Mike Gilbert (floppym)
2013-04-28  2:46 Mike Gilbert (floppym)
2011-08-27 10:55 Tomas Chvatal (scarabeus)
2011-08-12 20:35 Tomas Chvatal (scarabeus)
2011-06-05 10:13 Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox