Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
refs/heads/sos-3.10
/
DuetPkg
/
EfiLdr
8de0692
add (UINT8 *) type cast to fix ICC build failure.
by niruiyu
· 14 years ago
b68b78e
Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly.
by niruiyu
· 14 years ago
b4f9bc4
Add static type cast to fix ICC build failure.
by niruiyu
· 14 years ago
dcb428d
DuetPkg: Move EfiLdr Handoff data to stack
by jljusten
· 14 years ago
6fc74ea
DuetPkg: Send EfiLdr messages to serial port
by jljusten
· 14 years ago
0492698
DuetPkg: Fix EFIAPI usage inconsistencies
by jljusten
· 14 years ago
63c89e0
remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation
by klu2
· 15 years ago
b1f700a
Update the copyright notice format
by hhtian
· 15 years ago
5009ddf
Update the modules with the different module GUID to avoid the different modules with the same module GUID.
by lgao4
· 15 years ago
f7c4d74
Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg.
by xli24
· 15 years ago
91a6db7
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
by klu2
· 15 years ago
6bfbb5f
1. Correct File header to ## @file
by lgao4
· 15 years ago
fee4cb8
Fix the issue GCC DUET x64 cannot boot to front page but reset when timer interrupt is enabled (HSD 203180).
by niruiyu
· 15 years ago
d9dd98f
Fix DUET x64 hang in Video Option ROM.
by niruiyu
· 15 years ago
e843cdd
1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters.
by eric_tian
· 15 years ago
3ae5030
Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelFrameworkModulePkg.
by klu2
· 15 years ago
754f83b
Delete useless files.
by gikidy
· 16 years ago
8b85412
Ported LZMA to DUET platform.
by gikidy
· 16 years ago
72be1c7
Remove macro usage of EFI32, EFI64 in duet package.
by klu2
· 16 years ago
9f214f6
Remove working modification for debug
by klu2
· 16 years ago
4979475
Remove exit from batch file
by klu2
· 16 years ago
24f5b80
Fix building issue for VS2003 and VS2005 tool chain. The "/GS-" is not recognized by VS2003 but need by VS2005, so the CFLAGS should override from tools_def.txt but not replace CFLAGS defined in tools_def.txt.
by klu2
· 16 years ago
f735177
Add build option /GS- to pass build.
by gikidy
· 16 years ago
6054c68
Use "==" to define build options for USER_DEFINED module
by jwang36
· 16 years ago
ffdc186
Clean up EfiLdr: Refine code to pass CYGWIN GCC tool chain build
by qhuang8
· 16 years ago
f8e01ca
Fix bugs in decompress implement in EfiLdr, and enable FAT driver in FDF file.
by klu2
· 16 years ago
eea53ce
Clean up to update the reference of the these macros:
by qhuang8
· 16 years ago
15a2944
Use BIT8-1 instead of UINT8_MAX.
by mdkinney
· 16 years ago
e188a60
Fix bundle of issue for ICC build
by klu2
· 16 years ago
e56dd2c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
ed66e1b
clean up the un-suitable ';' location when declaring the functions.
by vanjeff
· 16 years ago
5f87392
Fix build breaks.
by mdkinney
· 16 years ago
c5dfb47
Support X64 build for DUET platform.
by klu2
· 17 years ago
394bbc5
1) Fix some casting working in X64 building
by klu2
· 17 years ago
c51b1cb
Do not use EntryPoint library for EfiLdr module.
by klu2
· 17 years ago
ff514e2
Add more debug print message and fix some issues.
by klu2
· 17 years ago
3da85e6
1, Use PrintLib in Duet loader
by klu2
· 17 years ago
8c1ba7f
The library instance BaseUefiTianoCustomDecompressLib in IntelFrameworkModulePkg is for decompressing GUID section. So it could not be used for EfiLdr module. Just implement TianoDecompress in EfiLdr module itself.
by klu2
· 17 years ago
9071550
Add missing module for duet package.
by klu2
· 17 years ago