- fa449c6 BeagleBaordPkg: Removed out of date comment in FDF file about USB stack by oliviermartin · 13 years ago
- 9308b78 BeagleBoard: Support bash script when 'set -u' by oliviermartin · 13 years ago
- f5df743 BeagleBoard: Allow to overwrite the default toolchain by oliviermartin · 13 years ago
- 0b6b57c BeagleBoardPkg: Check if the compiler arm-linux-gnueabi-gcc is present in the path by oliviermartin · 13 years ago
- 89a9f54 BeagleBoard: Clean DSC and FDF files by oliviermartin · 13 years ago
- 839864b BeagleBoardPkg: Fix build by oliviermartin · 13 years ago
- 0bade10 BeagleBoardPkg: Replaced the original DSC/FDF files by their new versions that use the ARM Platform Framework by oliviermartin · 13 years ago
- e78b4e1 BeagleBoardPkg: Removed 'SimpleTextInOutSerial' driver by oliviermartin · 13 years ago
- 886f97c ARM Packages: Fixed Build failings/warnings/EDK2 coding convention by oliviermartin · 13 years ago
- 0641c54 BeagleBoardPkg: The FDF file does not reserve any more the area for the OMAP35xxx header by oliviermartin · 13 years ago
- 3d15d6c BeagleBoardPkg: Add Display Driver support to the BeagleBoard by oliviermartin · 13 years ago
- efe5f1a BeagleBoardPkg: Set paddings following the BeagleBoard revision (A, B, xM, etc) by oliviermartin · 13 years ago
- 8fc38a3 ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib by oliviermartin · 13 years ago
- c524ffb ArmPlatformPkg/PrePi: Removed the dependency on 'PcdCPUCoresNonSecStackBase' by oliviermartin · 13 years ago
- f92b93c ARM Packages: Rename PcdNormal* into Pcd* PCDs by oliviermartin · 13 years ago
- 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
- 6740ea7 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver by oliviermartin · 13 years ago
- 8c454d9 BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define System Memory by oliviermartin · 13 years ago
- 5ec65e9 Omap35xxPkg/Library/RealTimeClockLib: Add RTC Support by oliviermartin · 13 years ago
- 2d08d17 BeagleBoardPkg: Ensure there is no pending IRQ and disable timer by oliviermartin · 13 years ago
- da22bd6 BeagleBoardPkg: Renamed ArmPlatform.h into BeagleBoard.h by oliviermartin · 13 years ago
- 7f21c4a BeagleBoardPkg: Implement ArmPlatformLib and the ARM PCDs to reuse ARM common components on the BeagleBoard. by oliviermartin · 13 years ago
- 803f94e BeagleBoard: Update documentation by oliviermartin · 13 years ago
- 63cea7c BeagleBoardPkg: Introduce macro EDK2_SECOND_STAGE_BOOTOLADER by oliviermartin · 13 years ago
- 60884a0 BeagleBoardPkg: Fix build by oliviermartin · 13 years ago
- e6b3b50 EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call by oliviermartin · 14 years ago
- 4e7b731 BeagleBoardPkg: Fix build by oliviermartin · 14 years ago
- b739d70 Make the default toolchain for Linux CodeSourcery. by andrewfish · 14 years ago
- 6111eb8 Update to match changes in the ArmPkg. by andrewfish · 14 years ago
- 63ca740 Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. by andrewfish · 14 years ago
- 785e597 Move away from 0x40 block size (worked around a DXE core bug assuming the FV header fit in a block) of the FV to 1 byte. This makes more sense as the FV is shadowed from FLASH into RAM by HW so it is never on top of a real block device. by andrewfish · 14 years ago
- 6638a86 Older tools rounded down the size of the FV, and the new tools round up. Our main FV region is not a multiple of the block size, but it is set to fill the space. Probably need to move to a block size of 1 at some point. by andrewfish · 14 years ago
- f3e6990 Update example symbol command to dump out gdb load commands if you compile with gcc or RVCT commands if you compile with other compilers. by andrewfish · 14 years ago
- 934309d Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we don't know how the PE/COFF spec will change, but we can merge the real change into the MdePkg when the PE/COFF spec is updated and remove this library. To be clear I made up the PE/COFF relocation extension for these relocations, but as long as the tools match it all works.... Mainly doing this to support gcc. by andrewfish · 14 years ago
- 685f8c7 Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in example platforms. by andrewfish · 14 years ago
- 7c137ca Fix the build break in two open source packages caused by check in 10660. by andrewfish · 14 years ago
- 81bc205 Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only. by andrewfish · 15 years ago
- 076c050 Set the default compilers arch flags for these packages by andrewfish · 15 years ago
- 9e04898 Remove references to a package that does not exist. by andrewfish · 15 years ago
- b830c1d Fix grammer in comment by andrewfish · 15 years ago
- d3f55de Add in OmapDmaLib instance. by andrewfish · 15 years ago
- 2a9fe54 Add ReadyToBoot signal to BDS. by andrewfish · 15 years ago
- 8c6151f Updated MMC/SD Card driver to support hot add and remove of the media (SD Cards) and enable write protect of SD Cards. Had to update pads for WP bit as it was not being programmed as a GPIO. I also changed some of the PAD #defins as there were only really 3 states, so OR things in the table in the .c file did not make a lot of sense. by andrewfish · 15 years ago
- 1ebd6c1 Update the copyright notice format by hhtian · 15 years ago
- d39eb83 Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS by andrewfish · 15 years ago
- d02b28d Change to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add performance lib stuff to measure boot time. Also add an example performace lib dumper as an example EBL command. by andrewfish · 15 years ago
- 2ed3c9c Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem can use VLDM and friends if you want. by andrewfish · 15 years ago
- e89e593 Checked in some things from my working copy that break the build. Remove the unneeded things so the build works. by andrewfish · 15 years ago
- 5b792f1 Add a PE/COFF extra action lib that DEBUG prints the debugger command to load symbols. Turn off DXE Core DEBUG print on load and use this new library in its place. by andrewfish · 15 years ago
- 319dd74 Fix stray info in checkin by andrewfish · 15 years ago
- 9d1d724 Try out performance infrastructure by andrewfish · 15 years ago
- b1c5bd5 Cleaning up thing Beagle in Omap35xx. Partial checkin as I'm getting errors out of svn for doing a svn mv. by andrewfish · 15 years ago
- 7e35385 Fix build break. Was fixing Beagle names in Omap35xx package and missed a few. by andrewfish · 15 years ago
- bff4e9e Sync up ARMASM and GCC version by andrewfish · 15 years ago
- 7781f9f Add a build script for code socery gcc. by andrewfish · 15 years ago
- 0f02314 Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add VectorBase PCD to SEC. Don't assume it is at start of DRAM. by andrewfish · 15 years ago
- 4951b24 Remove dead file, and update startup code to null out vector table. by andrewfish · 15 years ago
- aebb096 Update to use new $() form by andrewfish · 15 years ago
- d367fe4 Turn of USB legacy support in EHCI driver as it is not needed. by andrewfish · 15 years ago
- 97e9818 Sync with ARMASM version. by andrewfish · 15 years ago
- b8758b6 Remove unneeded space in sym output to make sure the output is RVD compatible. by andrewfish · 15 years ago
- 61e299a Make script less verbose by andrewfish · 15 years ago
- fe35c03 Fix build break caused by adding DebugAgentLib to the DXE Core. by andrewfish · 15 years ago
- 5aa324d Update comment in dsc file to explain NULL library class. by andrewfish · 15 years ago
- 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
- a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
- 14e00c1 Fix line endings by andrewfish · 15 years ago
- d4aeb70 Update comments to define where stuff comes from by andrewfish · 15 years ago
- d5505a2 Make the passed in string not require \n by andrewfish · 15 years ago
- b2a73e2 Adding a command to show how symbols work in EFI by andrewfish · 15 years ago
- 23cb7cb Make build script exit on build error by andrewfish · 15 years ago
- 752d258 Update gcc flags to armv7 by andrewfish · 15 years ago
- 5dea9bd Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture. by andrewfish · 15 years ago
- eea5553 Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on USB, even though it does not currently work. by andrewfish · 15 years ago
- 026e30c Cleanup SerailIO drivers to have a device path and use PCD settings for various stuff. Also clean up a few coding convention items. by andrewfish · 15 years ago
- 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
- 3aa4215 Update so Windows build works like Cygwin buid by andrewfish · 15 years ago
- f3198cb Update input of disasmembler to support IfThen construct. Add prototype dos script to build BeagleBoard. by andrewfish · 15 years ago
- 7784490 Fix some disasm issues by andrewfish · 15 years ago
- f9f937d Move ARM disassembler into a library and out of the exception handler. Add a hook to call the lib from a platform specific EBL command on BeagleBoard. by andrewfish · 15 years ago
- 097bd46 Move ARM disassembler into a library. by andrewfish · 15 years ago
- da85ce1 Added new file. by andrewfish · 15 years ago
- ca3ad58 Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off. by andrewfish · 15 years ago
- e303288 Remove obsolete comment and drive --thumb from here. by andrewfish · 15 years ago
- 47d5cc9 Changed name of Metronome driver. by andrewfish · 15 years ago
- adbd84b Fixup RELEASE build to use some NULL libs by andrewfish · 15 years ago
- 2cbf6d9 Fix bug in script for relase ROM by andrewfish · 15 years ago
- 8c3f387 Add support for a RELASE build by andrewfish · 15 years ago
- f8a61fe Missed a library by andrewfish · 15 years ago
- cb0f9ff Remove items moved to OMAP350 Package by andrewfish · 15 years ago
- 6f72e28 Added a library for the default exception handler and started to add a dissasembler. Cleaned up some issues with BlockIo in BeagleBoard and add some extra info on Ebl devices command to show if a blk device has a file system on it. by andrewfish · 15 years ago
- 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
- d4f167a Missed a fix in the Cpu Driver. Added some more debug for Execption handling and clean up some uncached stuff. by AJFISH · 15 years ago
- 1096a48 Update scripts to point to edk2 BaseTools now fixes have been checked in by AJFISH · 15 years ago
- 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
- f659880 Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code. by AJFISH · 15 years ago
- a957d4a More headers cleanup. by AJFISH · 15 years ago
- 1b2927d Fix typo in comment. by AJFISH · 15 years ago
- d213712 Fixed a bug in the HardwareInterrupt handler that would blow the stack if you reenable interrupts in the TimerHandler. It should be noted this happens as the TimerHandler raises and restores TPL for the timer tick used by the DXE Core. There was some work around code in the CPU driver to prevent interrupts from being enabled while handling exceptions. This has been removed. by AJFISH · 15 years ago
- 05d612f Remove bad comment by AJFISH · 15 years ago