mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
dde_ipxe: use recent iPXE upstream version
This commit is contained in:
parent
33c5469b92
commit
df1209aa89
@ -8,7 +8,7 @@
|
||||
VERBOSE ?= @
|
||||
ECHO = @echo
|
||||
GIT_URL = http://git.ipxe.org/ipxe.git
|
||||
GIT_REV = 34a81da0c8dd47628a7408cd3f8d8a926d1ecbee
|
||||
GIT_REV = c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
|
||||
CONTRIB_DIR = contrib
|
||||
PATCH_FILE = patches/dde_ipxe.patch
|
||||
|
||||
|
@ -5,7 +5,7 @@ LIBS = dde_kit dde_ipxe_support
|
||||
|
||||
SRC_C = nic.c dde.c dummies.c
|
||||
|
||||
SRC_C += $(addprefix core/, iobuf.c string.c bitops.c)
|
||||
SRC_C += $(addprefix core/, iobuf.c string.c bitops.c list.c random.c)
|
||||
SRC_C += $(addprefix arch/x86/core/, x86_string.c)
|
||||
SRC_C += $(addprefix arch/i386/core/, rdtsc_timer.c)
|
||||
SRC_C += $(addprefix net/, ethernet.c netdevice.c nullnet.c eth_slow.c iobpad.c)
|
||||
|
@ -28,10 +28,10 @@ index 655cbdc..a8016c8 100644
|
||||
/**
|
||||
* Assert a condition at run-time.
|
||||
diff --git a/src/include/compiler.h b/src/include/compiler.h
|
||||
index ed9af23..e8c62d7 100644
|
||||
index e555924..b430e37 100644
|
||||
--- a/src/include/compiler.h
|
||||
+++ b/src/include/compiler.h
|
||||
@@ -262,7 +262,7 @@ REQUEST_EXPANDED ( CONFIG_SYMBOL );
|
||||
@@ -263,7 +263,7 @@ REQUEST_EXPANDED ( CONFIG_SYMBOL );
|
||||
|
||||
/** printf() for debugging */
|
||||
extern void __attribute__ (( format ( printf, 1, 2 ) ))
|
||||
|
Loading…
Reference in New Issue
Block a user