]> git.proxmox.com Git - mirror_edk2.git/commit - Omap35xxPkg/Library/EblCmdLib/EblCmdLib.inf
Moving OMAP 3530 code out of BeagleBoard package into its own package
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Jan 2010 21:32:01 +0000 (21:32 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Jan 2010 21:32:01 +0000 (21:32 +0000)
commita3f98646f68239bf9c577b24689bc69cbcde1b47
tree5aadfc72e0170e433b621de4da245a906c8c13f6
parent759f21f1d17ce52a05eea31e9ddd1efb4ec68bbb
Moving OMAP 3530 code out of BeagleBoard package into its own package

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9854 6f19259b-4bc3-4df7-8a09-765794883524
51 files changed:
Omap35xxPkg/Flash/Flash.c [new file with mode: 0644]
Omap35xxPkg/Flash/Flash.h [new file with mode: 0644]
Omap35xxPkg/Flash/Flash.inf [new file with mode: 0644]
Omap35xxPkg/Gpio/Gpio.c [new file with mode: 0644]
Omap35xxPkg/Gpio/Gpio.inf [new file with mode: 0644]
Omap35xxPkg/Include/Library/OmapLib.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530Gpio.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530Gpmc.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530I2c.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530Interrupt.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530MMCHS.h [new file with mode: 0755]
Omap35xxPkg/Include/Omap3530/Omap3530PadConfiguration.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530Prcm.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530Timer.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530Uart.h [new file with mode: 0644]
Omap35xxPkg/Include/Omap3530/Omap3530Usb.h [new file with mode: 0644]
Omap35xxPkg/Include/TPS65950.h [new file with mode: 0644]
Omap35xxPkg/InterruptDxe/HardwareInterrupt.c [new file with mode: 0644]
Omap35xxPkg/InterruptDxe/InterruptDxe.inf [new file with mode: 0644]
Omap35xxPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.c [new file with mode: 0644]
Omap35xxPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.inf [new file with mode: 0644]
Omap35xxPkg/Library/BeagleBoardSystemLib/GoLittleEndian.S [new file with mode: 0644]
Omap35xxPkg/Library/BeagleBoardSystemLib/GoLittleEndian.asm [new file with mode: 0755]
Omap35xxPkg/Library/BeagleBoardTimerLib/BeagleBoardTimerLib.inf [new file with mode: 0644]
Omap35xxPkg/Library/BeagleBoardTimerLib/TimerLib.c [new file with mode: 0755]
Omap35xxPkg/Library/EblCmdLib/EblCmdLib.c [new file with mode: 0644]
Omap35xxPkg/Library/EblCmdLib/EblCmdLib.inf [new file with mode: 0644]
Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.c [new file with mode: 0644]
Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf [new file with mode: 0644]
Omap35xxPkg/Library/OmapLib/OmapLib.c [new file with mode: 0644]
Omap35xxPkg/Library/OmapLib/OmapLib.inf [new file with mode: 0644]
Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.c [new file with mode: 0644]
Omap35xxPkg/Library/ResetSystemLib/ResetSystemLib.inf [new file with mode: 0644]
Omap35xxPkg/Library/SerialPortLib/SerialPortLib.c [new file with mode: 0644]
Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf [new file with mode: 0644]
Omap35xxPkg/MMCHSDxe/MMCHS.c [new file with mode: 0644]
Omap35xxPkg/MMCHSDxe/MMCHS.h [new file with mode: 0755]
Omap35xxPkg/MMCHSDxe/MMCHS.inf [new file with mode: 0644]
Omap35xxPkg/Omap35xxPkg.dec [new file with mode: 0644]
Omap35xxPkg/Omap35xxPkg.dsc [new file with mode: 0644]
Omap35xxPkg/PciEmulation/PciEmulation.c [new file with mode: 0644]
Omap35xxPkg/PciEmulation/PciEmulation.h [new file with mode: 0644]
Omap35xxPkg/PciEmulation/PciEmulation.inf [new file with mode: 0644]
Omap35xxPkg/PciEmulation/PciRootBridgeIo.c [new file with mode: 0644]
Omap35xxPkg/SmbusDxe/Smbus.c [new file with mode: 0644]
Omap35xxPkg/SmbusDxe/Smbus.inf [new file with mode: 0644]
Omap35xxPkg/TPS65950Dxe/TPS65950.c [new file with mode: 0644]
Omap35xxPkg/TPS65950Dxe/TPS65950.inf [new file with mode: 0644]
Omap35xxPkg/TimerDxe/Timer.c [new file with mode: 0644]
Omap35xxPkg/TimerDxe/TimerDxe.inf [new file with mode: 0644]