* [MERGE] * grub-core/Makefile.core.def: permit to build linux16 for coreboot.
@ 2013-02-17 20:52 Denis 'GNUtoo' Carikli
2013-02-25 21:52 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 2+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2013-02-17 20:52 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
Hi,
Here's a small change for enabling the linux16 command(needed for ipxe)
with the coreboot target.
As stated in the commit message linux16 doesn't work yet.
Denis.
[-- Attachment #2: grub-4695.patch --]
[-- Type: text/x-patch, Size: 2239 bytes --]
# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: gnutoo@no-log.org-20130217204650-bshkr0dhq5paqdwr
# target_branch: http://bzr.savannah.gnu.org/r/grub/trunk/grub/
# testament_sha1: 53580e95df91a29167d3b8747810d6e53a1c7029
# timestamp: 2013-02-17 21:50:09 +0100
# base_revision_id: phcoder@gmail.com-20130206163729-9hvyp8zymvilwmao
#
# Begin patch
=== modified file 'grub-core/Makefile.core.def'
--- grub-core/Makefile.core.def 2013-02-01 20:49:29 +0000
+++ grub-core/Makefile.core.def 2013-02-17 20:46:50 +0000
@@ -1384,9 +1384,10 @@
module = {
name = linux16;
- i386_pc = loader/i386/pc/linux.c;
- i386_pc = lib/cmdline.c;
+ common = loader/i386/pc/linux.c;
+ common = lib/cmdline.c;
enable = i386_pc;
+ enable = i386_coreboot;
};
module = {
# Begin bundle
IyBCYXphYXIgcmV2aXNpb24gYnVuZGxlIHY0CiMKQlpoOTFBWSZTWSkyhLgAAZRfgAAQUPP//16D
AgC/7//wUAP+5123Y3Gjm7bNwSiJMGjUNGRqeU9CaniZhU2gnqMgkoTTU2jQ1PUyYUanqAHqD1DQ
AEoIJoamqfkap7JNTxIPUAyHqMgGA0AAA0AAAAAASSQ0TCbQptMjU0NAaDTRoA2fC8bhDiaK2fHa
rq7paUDYZpWjvHOHsvj+fbuezMuNv2Tj5SsV1ORFoOz+Fg/Ds+uXccKt42x7beftletHa5oXZ1Zt
VJKV32ylB6rr6vvvzo+CMqFd2Cmk9k7DYp+Q7C2CAvK2ckvvPXYfLzxG/3YGrUZglk3DC51OrL/f
SwRV2a4REg+ipPruB1EPcFFEUvcSqy4gyYxvLvSJHJEaBGOWcf0VE9eEIbqz0e+X6gzRHCClog+X
EehWmz/MW8tS9cMR4u2ZnwNzBXwics7mbsVGCNxWOS0zZEpfYRJpXZQHN/8nAQW0phvjri2SmCbi
o8Rgwopxg696zlrtZMJmLsQjO9tJS/NYlMP5xtVZqpzhE8x+xZ3Wjx0Nhjk0e8LRRpJUkrY2u0x6
k4V3swrMAHIbT2YTwvTyFXTx8Ly7B0HFo1XsXjwurlSLiOp1UqGwaX1GJlS041yd1xrQx+K/mSbp
z6cJsem3X5YtJ1zYmyQBpLEmE4rl1Xj9RUfS1deanHxn1yDciRuVFPmHfBl3c76JPBXRplQwygOO
1oecf5Iy3pUTTbA9gl/pk12i6LyzJMJeqHhtAp7fmXZ83MiYcxZ8on0nG8SHchRZD1K5DsPO5K3e
SP7Y4XbJl6WhOFLz1aVN/0rcru+nqyxmZ2LnBNeucMQ9Fx6w2FudOUX1dxp9RUOe+bvpzDUWCLuv
DAw0WbSdksgcJjXytsbnXRcHubtcr8Vm8ML7KfP7kMUVIXpXtYGeXWu03VPHBIjM/laMGa8OPIzb
KlvjLTOe8RqjsVL4FoE1Ii80PsMTEWGNb9JYGJrCSIWQqiVQDLfmLKqrHtbv3ppqiTmDZih21PKD
tCmH05ar47wlsnB20jmxg2cuDLcJ6cGkJgc0He5iMiks9OLpWQbU2o0SZZaxbh2C/2qiupKPOJLO
5PRzctpYeCUsINVzEUnfIkhBcY96IqDqlDEUQtmwmMkupyV5oDRcVrCRLzHpSFIbqUGROX5NqDKw
XdLeCndBTPJmNWStmLZrF4PO2D7Kw3lxdn0E0E2lnc6uOzdBGR1BQ0VEhFCzpUiiT75OD74bOEKi
y5ChhpAp0bLA2rXISgNYnLGiTQwMbFZvnpgRO4EI3U0FjEsk9BGv+0TThQD2VWmIgFrG8hKY3NE5
KnWdiXJUFNaRmqlGPEp6juyi2uTGkKCOo6JcUpBWSYp/xdyRThQkCkyhLgA=
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [MERGE] * grub-core/Makefile.core.def: permit to build linux16 for coreboot.
2013-02-17 20:52 [MERGE] * grub-core/Makefile.core.def: permit to build linux16 for coreboot Denis 'GNUtoo' Carikli
@ 2013-02-25 21:52 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-02-25 21:52 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
On 17.02.2013 21:52, Denis 'GNUtoo' Carikli wrote:
> Hi,
>
> Here's a small change for enabling the linux16 command(needed for ipxe)
> with the coreboot target.
>
> As stated in the commit message linux16 doesn't work yet.
>
Do you know of any target supporting only linux16 protocol (i.a. no
multiboot, no linux32) which doesn't need BIOS calls?
> Denis.
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-25 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-17 20:52 [MERGE] * grub-core/Makefile.core.def: permit to build linux16 for coreboot Denis 'GNUtoo' Carikli
2013-02-25 21:52 ` Vladimir 'φ-coder/phcoder' Serbinenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).