index
:
~mhopf/AtomDis
master
AtomBIOS disassembler for ATI R4xx and up.
mhopf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-21
Add support for even newer firmware info and vram tables.
HEAD
master
Matthias Hopf
1
-0
/
+2
2011-03-21
Update atombios.h to version of Linux kernel of 2011/03/21.
Matthias Hopf
1
-67
/
+934
2011-03-21
Add 'char' to list of known data types.
Matthias Hopf
1
-0
/
+2
2011-03-21
Fix mask op
Alex Deucher
1
-1
/
+1
2011-03-21
dump ss info data tables
Alex Deucher
1
-1
/
+1
2011-03-21
vram usage by firmware updates
Alex Deucher
1
-1
/
+5
2011-03-21
add alternate data table names
Alex Deucher
1
-6
/
+7
2011-03-21
add support for new vram tables
Alex Deucher
1
-0
/
+1
2011-03-21
fixup igp info table support
Alex Deucher
1
-2
/
+4
2011-03-21
add support for newer firmware tables
Alex Deucher
1
-0
/
+1
2011-03-21
Add support for newer pplib tables
Alex Deucher
2
-59
/
+2
2011-03-21
Update atombios.h to version of xf86-video-ati of 2011/03/21.
Matthias Hopf
1
-10
/
+82
2011-03-21
Finally add atombios.h to sources
Matthias Hopf
2
-1
/
+6065
2010-05-07
Set endian information for including newer atombios.h
Matthias Hopf
3
-3
/
+13
2010-04-06
Nuke CRs in atombios header files.
Matthias Hopf
2
-44
/
+44
2010-04-06
Re-do <!doc> for DEBUG, reformat SHL and SHR entries.
Matthias Hopf
1
-13
/
+7
2010-04-06
clean up CTB_DS output formatting
Alex Deucher
1
-1
/
+2
2010-04-06
SET_DATA_BLOCK 0xff means this table
Alex Deucher
1
-1
/
+15
2010-04-06
clean up formatting
Alex Deucher
1
-13
/
+13
2010-04-06
Handle command table data sections
Alex Deucher
1
-1
/
+9
2010-04-06
Add support for WS_REGPTR
Alex Deucher
2
-2
/
+3
2010-04-06
add alternate command table names
Alex Deucher
1
-6
/
+8
2010-04-06
Fix potential endless loop in 2 reverse engineered table dumpers.
Matthias Hopf
1
-2
/
+8
2009-07-02
Slience gcc for #pragmas, silence atombios.h parsing.
Matthias Hopf
1
-2
/
+2
2009-07-02
Make (almost) all dumpers dynamic.
Matthias Hopf
2
-6
/
+85
2009-07-01
Dynamically sized PowerIndex_Info and PowerUnknown_Info structs.
Matthias Hopf
1
-6
/
+6
2009-07-01
Fix table list crash introduced by last commit.
Matthias Hopf
2
-4
/
+4
2009-06-30
Add support for dynamically sized data structures. Describe using pragmas.
Matthias Hopf
4
-19
/
+68
2009-06-26
Add reverse engineered PowerPlayInfo V4.1 table dumper.
Matthias Hopf
3
-2
/
+74
2009-06-26
Add U16 type for nonaligned USHORT access.
Matthias Hopf
1
-0
/
+4
2009-06-25
Print decimal as well as hex.
Matthias Hopf
1
-3
/
+3
2009-06-25
Fix handling of preprocessed files. Fix <unparseable> output.
Matthias Hopf
1
-2
/
+6
2009-01-08
Whitespace fix.
Matthias Hopf
1
-1
/
+1
2009-01-08
Add license headers.
Matthias Hopf
8
-8
/
+9
2009-01-08
Do not hardcode atombios.h file location.
Matthias Hopf
1
-5
/
+1
2008-01-25
Hopefully got undocumented commands SHL/SHR right now.
Matthias Hopf
1
-6
/
+12
2008-01-15
Only(!) shift D_REG on -A
Matthias Hopf
1
-5
/
+5
2007-12-13
Evaluate expressions in array size definitions for data table dumper generator.
Matthias Hopf
1
-0
/
+14
2007-12-11
Typo fix.
Matthias Hopf
1
-1
/
+1
2007-10-25
Enable disassembly of wrap-around tables.
Matthias Hopf
1
-39
/
+70
2007-10-25
Ignore dependency files.
Matthias Hopf
1
-0
/
+1
2007-10-01
Support for versioned data dumpers. Added address offsets to data dumpers.
Matthias Hopf
4
-42
/
+135
2007-10-01
Improved dependency handling.
Matthias Hopf
1
-11
/
+33
2007-08-30
Fix CLEAR / SHIFT_* byte position output. Reset REG_BLOCK in full dump.
Matthias Hopf
1
-2
/
+4
2007-08-20
Print addresses (-A) for Framebuffer and BIOS data accesses as well.
Matthias Hopf
1
-5
/
+5
2007-08-17
Added -A option, for printing addresses instead of offsets for MM regs.
Matthias Hopf
1
-5
/
+22
2007-08-01
Added some argument checks.
Matthias Hopf
1
-0
/
+8
2007-07-31
Added full dump command.
Matthias Hopf
1
-14
/
+55
2007-07-30
Check for register sizes (32bit only ATM). Fix MM reg numbers.
Matthias Hopf
3
-7
/
+25
2007-07-27
Add parser for register xml files. Use them as indices.
Matthias Hopf
3
-16
/
+126
[next]