]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Drivers/CpuDxe/CpuDxe.h
Adding support for BeagleBoard.
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 6 Dec 2009 01:57:05 +0000 (01:57 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 6 Dec 2009 01:57:05 +0000 (01:57 +0000)
commit2ef2b01e07c02db339f34004445734a2dbdd80e1
tree19532a6be8d8bdb0aef04bd00c1efb582f6dc841
parentf7753a96ba1653ddd31b01c198a352f6332ac404
Adding support for BeagleBoard.
ArmPkg - Supoprt for ARM specific things that can change as the architecture changes. Plus semihosting JTAG drivers.
EmbeddedPkg - Generic support for an embeddded platform. Including a light weight command line shell.
BeagleBoardPkg - Platform specifics for BeagleBoard. SD Card works, but USB has issues. Looks like a bug in the open source USB stack (Our internal stack works fine).

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9518 6f19259b-4bc3-4df7-8a09-765794883524
294 files changed:
ArmPkg/ArmPkg.dec [new file with mode: 0644]
ArmPkg/ArmPkg.dsc [new file with mode: 0644]
ArmPkg/Drivers/CpuDxe/CpuDxe.c [new file with mode: 0644]
ArmPkg/Drivers/CpuDxe/CpuDxe.h [new file with mode: 0644]
ArmPkg/Drivers/CpuDxe/CpuDxe.inf [new file with mode: 0644]
ArmPkg/Drivers/CpuDxe/DebugSupport.c [new file with mode: 0644]
ArmPkg/Drivers/CpuDxe/Exception.c [new file with mode: 0644]
ArmPkg/Drivers/CpuDxe/ExceptionSupport.S [new file with mode: 0755]
ArmPkg/Drivers/CpuDxe/ExceptionSupport.asm [new file with mode: 0755]
ArmPkg/Drivers/DebugSupportDxe/DebugSupport.c [new file with mode: 0644]
ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf [new file with mode: 0644]
ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c [new file with mode: 0644]
ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h [new file with mode: 0644]
ArmPkg/Filesystem/SemihostFs/SemihostFs.inf [new file with mode: 0644]
ArmPkg/Include/AsmMacroIoLib.h [new file with mode: 0644]
ArmPkg/Include/AsmMacroIoLib.inc [new file with mode: 0644]
ArmPkg/Include/Chipset/ARM1176JZ-S.h [new file with mode: 0644]
ArmPkg/Include/Chipset/ARM926EJ-S.h [new file with mode: 0644]
ArmPkg/Include/Chipset/Cortex-A8.h [new file with mode: 0644]
ArmPkg/Include/Library/ArmLib.h [new file with mode: 0644]
ArmPkg/Include/Library/SemihostLib.h [new file with mode: 0644]
ArmPkg/Include/Library/UncachedMemoryAllocationLib.h [new file with mode: 0644]
ArmPkg/Include/Protocol/TimerDebugSupport.h [new file with mode: 0644]
ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.c [new file with mode: 0644]
ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm11/Arm11ArmLib.inf [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm11/Arm11ArmLibPrePi.inf [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm11/Arm11Lib.c [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm11/Arm11Support.S [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm11/Arm11Support.asm [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm9/Arm9ArmLib.inf [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm9/Arm9ArmLibPrePi.inf [new file with mode: 0755]
ArmPkg/Library/ArmLib/Arm9/Arm9CacheInformation.c [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm9/Arm9Lib.c [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm9/Arm9Support.S [new file with mode: 0644]
ArmPkg/Library/ArmLib/Arm9/Arm9Support.asm [new file with mode: 0644]
ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexALib.c [new file with mode: 0644]
ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexALib.h [new file with mode: 0644]
ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexASupport.S [new file with mode: 0644]
ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexASupport.asm [new file with mode: 0644]
ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexArmLib.inf [new file with mode: 0644]
ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexArmLibPrePi.inf [new file with mode: 0644]
ArmPkg/Library/ArmLib/Common/ArmLib.c [new file with mode: 0644]
ArmPkg/Library/ArmLib/Common/ArmLibPrivate.h [new file with mode: 0644]
ArmPkg/Library/ArmLib/Common/ArmLibSupport.S [new file with mode: 0644]
ArmPkg/Library/ArmLib/Common/ArmLibSupport.asm [new file with mode: 0644]
ArmPkg/Library/ArmLib/Null/NullArmCacheInformation.c [new file with mode: 0644]
ArmPkg/Library/ArmLib/Null/NullArmLib.c [new file with mode: 0644]
ArmPkg/Library/ArmLib/Null/NullArmLib.inf [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/Llvm_int_lib.h [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ashldi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ashldi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ashrdi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ashrdi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ctzsi2.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/div.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/divdi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/divdi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/divsi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/divsi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ldivmod.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/llsl.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/llsr.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/lshrdi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/lshrdi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memcpy.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memcpy.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memcpy4.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memset.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/moddi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/moddi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/muldi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/muldi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/mullu.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/switch.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/switch16.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/switch32.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/switch8.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/switchu8.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ucmpdi2.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivdi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivdi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivmoddi4.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivmoddi4.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivsi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivsi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/umoddi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/umoddi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/umodsi3.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/umodsi3.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/uread.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/uwrite.asm [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [new file with mode: 0644]
ArmPkg/Library/SemiHostingDebugLib/DebugLib.c [new file with mode: 0644]
ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf [new file with mode: 0644]
ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf [new file with mode: 0644]
ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c [new file with mode: 0644]
ArmPkg/Library/SemihostLib/Arm/SemihostLib.c [new file with mode: 0644]
ArmPkg/Library/SemihostLib/Arm/SemihostPrivate.h [new file with mode: 0644]
ArmPkg/Library/SemihostLib/SemihostLib.inf [new file with mode: 0644]
ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c [new file with mode: 0644]
ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf [new file with mode: 0644]
BeagleBoardPkg/AppleBeagleBoardPkg.dsc [new file with mode: 0644]
BeagleBoardPkg/AppleBeagleBoardPkg.fdf [new file with mode: 0644]
BeagleBoardPkg/Bds/Bds.inf [new file with mode: 0644]
BeagleBoardPkg/Bds/BdsEntry.c [new file with mode: 0644]
BeagleBoardPkg/Bds/BdsEntry.h [new file with mode: 0644]
BeagleBoardPkg/Bds/FirmwareVolume.c [new file with mode: 0644]
BeagleBoardPkg/BeagleBoardPkg.dec [new file with mode: 0644]
BeagleBoardPkg/BeagleBoardPkg.dsc [new file with mode: 0644]
BeagleBoardPkg/BeagleBoardPkg.fdf [new file with mode: 0644]
BeagleBoardPkg/ConfigurationHeader.dat [new file with mode: 0644]
BeagleBoardPkg/Debugger_scripts/rvi_boot_from_ram.inc [new file with mode: 0644]
BeagleBoardPkg/Debugger_scripts/rvi_convert_symbols.sh [new file with mode: 0755]
BeagleBoardPkg/Debugger_scripts/rvi_dummy.axf [new file with mode: 0755]
BeagleBoardPkg/Debugger_scripts/rvi_hw_setup.inc [new file with mode: 0644]
BeagleBoardPkg/Debugger_scripts/rvi_load_symbols.inc [new file with mode: 0644]
BeagleBoardPkg/Debugger_scripts/rvi_symbols_macros.inc [new file with mode: 0755]
BeagleBoardPkg/Debugger_scripts/rvi_unload_symbols.inc [new file with mode: 0755]
BeagleBoardPkg/Debugger_scripts/trace32_load_symbols.cmm [new file with mode: 0644]
BeagleBoardPkg/Debugger_scripts/trace32_load_symbols_cygwin.cmm [new file with mode: 0644]
BeagleBoardPkg/Flash/Flash.c [new file with mode: 0644]
BeagleBoardPkg/Flash/Flash.h [new file with mode: 0644]
BeagleBoardPkg/Flash/Flash.inf [new file with mode: 0644]
BeagleBoardPkg/Gpio/Gpio.c [new file with mode: 0644]
BeagleBoardPkg/Gpio/Gpio.inf [new file with mode: 0644]
BeagleBoardPkg/Include/Library/BeagleBoardSystemLib.h [new file with mode: 0644]
BeagleBoardPkg/Include/Library/OmapLib.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530Gpio.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530Gpmc.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530I2c.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530Interrupt.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530MMCHS.h [new file with mode: 0755]
BeagleBoardPkg/Include/Omap3530/Omap3530PadConfiguration.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530Prcm.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530Timer.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530Uart.h [new file with mode: 0644]
BeagleBoardPkg/Include/Omap3530/Omap3530Usb.h [new file with mode: 0644]
BeagleBoardPkg/Include/TPS65950.h [new file with mode: 0644]
BeagleBoardPkg/InterruptDxe/HardwareInterrupt.c [new file with mode: 0644]
BeagleBoardPkg/InterruptDxe/InterruptDxe.inf [new file with mode: 0644]
BeagleBoardPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.c [new file with mode: 0644]
BeagleBoardPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.inf [new file with mode: 0644]
BeagleBoardPkg/Library/BeagleBoardSystemLib/GoLittleEndian.S [new file with mode: 0644]
BeagleBoardPkg/Library/BeagleBoardSystemLib/GoLittleEndian.asm [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardTimerLib/BeagleBoardTimerLib.inf [new file with mode: 0644]
BeagleBoardPkg/Library/BeagleBoardTimerLib/TimerLib.c [new file with mode: 0755]
BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.c [new file with mode: 0644]
BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf [new file with mode: 0644]
BeagleBoardPkg/Library/GdbSerialLib/GdbSerialLib.c [new file with mode: 0644]
BeagleBoardPkg/Library/GdbSerialLib/GdbSerialLib.inf [new file with mode: 0644]
BeagleBoardPkg/Library/OmapLib/OmapLib.c [new file with mode: 0644]
BeagleBoardPkg/Library/OmapLib/OmapLib.inf [new file with mode: 0644]
BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.c [new file with mode: 0644]
BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf [new file with mode: 0644]
BeagleBoardPkg/Library/SerialPortLib/SerialPortLib.c [new file with mode: 0644]
BeagleBoardPkg/Library/SerialPortLib/SerialPortLib.inf [new file with mode: 0644]
BeagleBoardPkg/MMCHSDxe/MMCHS.c [new file with mode: 0644]
BeagleBoardPkg/MMCHSDxe/MMCHS.h [new file with mode: 0755]
BeagleBoardPkg/MMCHSDxe/MMCHS.inf [new file with mode: 0644]
BeagleBoardPkg/PciEmulation/PciEmulation.c [new file with mode: 0644]
BeagleBoardPkg/PciEmulation/PciEmulation.h [new file with mode: 0644]
BeagleBoardPkg/PciEmulation/PciEmulation.inf [new file with mode: 0644]
BeagleBoardPkg/PciEmulation/PciRootBridgeIo.c [new file with mode: 0644]
BeagleBoardPkg/Sec/Arm/Macro.inc [new file with mode: 0755]
BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.S [new file with mode: 0755]
BeagleBoardPkg/Sec/Arm/ModuleEntryPoint.asm [new file with mode: 0755]
BeagleBoardPkg/Sec/Cache.c [new file with mode: 0755]
BeagleBoardPkg/Sec/Clock.c [new file with mode: 0644]
BeagleBoardPkg/Sec/PadConfiguration.c [new file with mode: 0644]
BeagleBoardPkg/Sec/Sec.c [new file with mode: 0755]
BeagleBoardPkg/Sec/Sec.inf [new file with mode: 0755]
BeagleBoardPkg/SmbusDxe/Smbus.c [new file with mode: 0644]
BeagleBoardPkg/SmbusDxe/Smbus.inf [new file with mode: 0644]
BeagleBoardPkg/TPS65950Dxe/TPS65950.c [new file with mode: 0644]
BeagleBoardPkg/TPS65950Dxe/TPS65950.inf [new file with mode: 0644]
BeagleBoardPkg/TimerDxe/Timer.c [new file with mode: 0644]
BeagleBoardPkg/TimerDxe/TimerDxe.inf [new file with mode: 0644]
BeagleBoardPkg/Tools/GNUmakefile [new file with mode: 0644]
BeagleBoardPkg/Tools/generate_image.c [new file with mode: 0644]
BeagleBoardPkg/build.sh [new file with mode: 0755]
BeagleBoardPkg/readme.txt [new file with mode: 0644]
EmbeddedPkg/DebugSupportDxe/DebugSupport.c [new file with mode: 0644]
EmbeddedPkg/DebugSupportDxe/DebugSupportDxe.inf [new file with mode: 0644]
EmbeddedPkg/Ebl/CmdTemplate.c [new file with mode: 0644]
EmbeddedPkg/Ebl/Command.c [new file with mode: 0644]
EmbeddedPkg/Ebl/Dir.c [new file with mode: 0644]
EmbeddedPkg/Ebl/Ebl.h [new file with mode: 0644]
EmbeddedPkg/Ebl/Ebl.inf [new file with mode: 0644]
EmbeddedPkg/Ebl/EfiDevice.c [new file with mode: 0644]
EmbeddedPkg/Ebl/Hob.c [new file with mode: 0644]
EmbeddedPkg/Ebl/HwDebug.c [new file with mode: 0644]
EmbeddedPkg/Ebl/HwIoDebug.c [new file with mode: 0644]
EmbeddedPkg/Ebl/Main.c [new file with mode: 0644]
EmbeddedPkg/Ebl/Network.c [new file with mode: 0644]
EmbeddedPkg/Ebl/Script.c [new file with mode: 0644]
EmbeddedPkg/EblExternCmd/EntryPointGlue.c [new file with mode: 0644]
EmbeddedPkg/EblExternCmd/Main.c [new file with mode: 0644]
EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c [new file with mode: 0644]
EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf [new file with mode: 0644]
EmbeddedPkg/EmbeddedPkg.dec [new file with mode: 0644]
EmbeddedPkg/EmbeddedPkg.dsc [new file with mode: 0644]
EmbeddedPkg/EmbeddedPkg.fdf [new file with mode: 0644]
EmbeddedPkg/GdbStub/Arm/Processor.c [new file with mode: 0644]
EmbeddedPkg/GdbStub/GdbStub.c [new file with mode: 0644]
EmbeddedPkg/GdbStub/GdbStub.inf [new file with mode: 0644]
EmbeddedPkg/GdbStub/GdbStubInternal.h [new file with mode: 0644]
EmbeddedPkg/GdbStub/Ia32/Processor.c [new file with mode: 0644]
EmbeddedPkg/GdbStub/SerialIo.c [new file with mode: 0644]
EmbeddedPkg/GdbStub/X64/Processor.c [new file with mode: 0644]
EmbeddedPkg/Include/Library/EblAddExternalCommandLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/EblCmdLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/EblNetworkLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/EfiFileLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/EfiResetSystemLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/GdbSerialLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/HalRuntimeServicesLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/PrePiLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Library/RealTimeClockLib.h [new file with mode: 0644]
EmbeddedPkg/Include/Protocol/DebugSupportPeriodicCallback.h [new file with mode: 0644]
EmbeddedPkg/Include/Protocol/EblAddCommand.h [new file with mode: 0644]
EmbeddedPkg/Include/Protocol/EmbeddedDevice.h [new file with mode: 0644]
EmbeddedPkg/Include/Protocol/EmbeddedExternalDevice.h [new file with mode: 0644]
EmbeddedPkg/Include/Protocol/EmbeddedGpio.h [new file with mode: 0644]
EmbeddedPkg/Include/Protocol/HardwareInterrupt.h [new file with mode: 0644]
EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.c [new file with mode: 0644]
EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.c [new file with mode: 0644]
EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf [new file with mode: 0644]
EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.c [new file with mode: 0644]
EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/EfiFileLib/EfiFileLib.c [new file with mode: 0644]
EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c [new file with mode: 0644]
EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c [new file with mode: 0644]
EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c [new file with mode: 0644]
EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Mtc.c [new file with mode: 0644]
EmbeddedPkg/Library/HalRuntimeServicesExampleLib/ReportStatusCode.c [new file with mode: 0644]
EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Reset.c [new file with mode: 0644]
EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c [new file with mode: 0644]
EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Variable.c [new file with mode: 0644]
EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.c [new file with mode: 0644]
EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/PrePiLib/FwVol.c [new file with mode: 0644]
EmbeddedPkg/Library/PrePiLib/Hob.c [new file with mode: 0644]
EmbeddedPkg/Library/PrePiLib/Memory.c [new file with mode: 0644]
EmbeddedPkg/Library/PrePiLib/PrePi.h [new file with mode: 0644]
EmbeddedPkg/Library/PrePiLib/PrePiLib.c [new file with mode: 0644]
EmbeddedPkg/Library/PrePiLib/PrePiLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c [new file with mode: 0644]
EmbeddedPkg/Library/SemiHostingDebugLib/DebugLib.c [new file with mode: 0644]
EmbeddedPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c [new file with mode: 0644]
EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c [new file with mode: 0644]
EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/TemplateResetSystemLib/ResetSystemLib.c [new file with mode: 0644]
EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.c [new file with mode: 0644]
EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.inf [new file with mode: 0644]
EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c [new file with mode: 0644]
EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf [new file with mode: 0644]
EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf [new file with mode: 0644]
EmbeddedPkg/ResetRuntimeDxe/reset.c [new file with mode: 0644]
EmbeddedPkg/SerialDxe/SerialDxe.inf [new file with mode: 0644]
EmbeddedPkg/SerialDxe/SerialIo.c [new file with mode: 0644]
EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c [new file with mode: 0644]
EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf [new file with mode: 0644]
EmbeddedPkg/TemplateBds/BdsEntry.c [new file with mode: 0644]
EmbeddedPkg/TemplateBds/BdsEntry.h [new file with mode: 0644]
EmbeddedPkg/TemplateBds/FirmwareVolume.c [new file with mode: 0644]
EmbeddedPkg/TemplateBds/TemplateBds.inf [new file with mode: 0644]
EmbeddedPkg/TemplateCpuDxe/Arm/Exception.c [new file with mode: 0644]
EmbeddedPkg/TemplateCpuDxe/Arm/Exceptions.S [new file with mode: 0755]
EmbeddedPkg/TemplateCpuDxe/Arm/Exceptions.asm [new file with mode: 0755]
EmbeddedPkg/TemplateCpuDxe/CpuDxe.c [new file with mode: 0644]
EmbeddedPkg/TemplateCpuDxe/CpuDxe.h [new file with mode: 0644]
EmbeddedPkg/TemplateCpuDxe/IA32/Exception.c [new file with mode: 0644]
EmbeddedPkg/TemplateCpuDxe/TemplateCpuDxe.inf [new file with mode: 0644]
EmbeddedPkg/TemplateCpuDxe/X64/Exception.c [new file with mode: 0644]
EmbeddedPkg/TemplateMetronomeDxe/Metronome.c [new file with mode: 0644]
EmbeddedPkg/TemplateMetronomeDxe/TemplateMetronomeDxe.inf [new file with mode: 0644]
EmbeddedPkg/TemplateSec/TemplateSec.c [new file with mode: 0644]
EmbeddedPkg/TemplateSec/TemplateSec.inf [new file with mode: 0644]
EmbeddedPkg/TemplateTimerDxe/TemplateTimerDxe.inf [new file with mode: 0644]
EmbeddedPkg/TemplateTimerDxe/Timer.c [new file with mode: 0644]