summaryrefslogtreecommitdiff
path: root/src/base/loader
AgeCommit message (Expand)Author
2008-09-08style: This file hugely violated the M5 style.Nathan Binkert
2008-03-20MIPS: Check endianness of binaries in SE mode.Gabe Black
2008-02-05Add base ARM code to M5Stephen Hines
2007-11-20Get rid of a file that should have never been committed.Gabe Black
2007-11-14remove unnecessary debug messages I addedKorey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-10-12Loader: Identify sections based on virtual addresses, and set the LoadAddrMas...Gabe Black
2007-10-09ELF Loader: Use physical addresses instead of virtual ones.Gabe Black
2007-09-25Loader: Load all segments of an elf, rather than just the "text" and "data".Gabe Black
2007-09-11Loader: Error if a TLS section is found in the binary.Ali Saidi
2007-05-26Get rid of GNU libelf and its autoconf nastiness and replaceNathan Binkert
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Add x86 to the Arch enum in the object file class.Gabe Black
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-01-26Merge zeep.pool:/z/saidi/work/m5.newmemAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-22we decided to check for .interp instead of .dynamicAli Saidi
2007-01-22check if an executable is dynamic and die if it isAli Saidi
2007-01-16Don't add symbols for loaded files to symbol table since they are pretty much...Ali Saidi
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-08-14Fix up doxygen.Steve Reinhardt
2006-08-11Added code to support setting up all of the auxillieary vectors configured by...Gabe Black
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-29split off fullsystem and se iprs into two functions to remove lots of #ifsAli Saidi
2006-05-22Clean up libelf handling.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt