Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
617b3c37
Commit
617b3c37
authored
Mar 05, 2014
by
Matt Fleming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mixed-mode' into efi-for-mingo
parents
994448f1
3db4cafd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
arch/x86/boot/compressed/head_32.S
arch/x86/boot/compressed/head_32.S
+2
-0
arch/x86/boot/compressed/head_64.S
arch/x86/boot/compressed/head_64.S
+3
-0
arch/x86/boot/tools/build.c
arch/x86/boot/tools/build.c
+4
-3
No files found.
arch/x86/boot/compressed/head_32.S
View file @
617b3c37
...
...
@@ -229,12 +229,14 @@ relocated:
xorl
%
ebx
,
%
ebx
jmp
*%
eax
#ifdef CONFIG_EFI_STUB
.
data
efi32_config
:
.
fill
11
,
8
,
0
.
long
efi_call_phys
.
long
0
.
byte
0
#endif
/*
*
Stack
and
heap
for
uncompression
...
...
arch/x86/boot/compressed/head_64.S
View file @
617b3c37
...
...
@@ -440,6 +440,7 @@ gdt:
.
quad
0x0000000000000000
/*
TS
continued
*/
gdt_end
:
#ifdef CONFIG_EFI_STUB
efi_config
:
.
quad
0
...
...
@@ -456,6 +457,8 @@ efi64_config:
.
fill
11
,
8
,
0
.
quad
efi_call6
.
byte
1
#endif /* CONFIG_EFI_STUB */
/*
*
Stack
and
heap
for
uncompression
*/
...
...
arch/x86/boot/tools/build.c
View file @
617b3c37
...
...
@@ -256,10 +256,11 @@ static void efi_stub_entry_update(void)
#else
static
inline
void
update_pecoff_setup_and_reloc
(
unsigned
int
)
{}
static
inline
void
update_pecoff_text
(
unsigned
int
,
unsigned
int
)
{}
static
inline
void
update_pecoff_setup_and_reloc
(
unsigned
int
size
)
{}
static
inline
void
update_pecoff_text
(
unsigned
int
text_start
,
unsigned
int
file_sz
)
{}
static
inline
void
efi_stub_defaults
(
void
)
{}
static
inline
void
efi_stu
p
_entry_update
(
void
)
{}
static
inline
void
efi_stu
b
_entry_update
(
void
)
{}
static
inline
int
reserve_pecoff_reloc_section
(
int
c
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment