Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems reading some tables #6

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2b01eca
Fork-specific changes.
Dec 16, 2020
48b22b8
Introduce text output, fix ATOM_Polaris_PowerTune_Table
Dec 16, 2020
3a38f97
structures added
Dec 20, 2020
7ed9d90
output offset end and length in readprint
Dec 20, 2020
e17a736
Added connectors and encoders dump
Dec 21, 2020
7e73a7f
listing monitors via i2c lines
Dec 21, 2020
4f5b66b
i2c-related info
Jan 10, 2021
1b29d4c
Output more hex values; Output table after i2c voltage object
Jan 12, 2021
3792065
update version and remove unused files
Jan 12, 2021
c4701fe
Update linux build
Jan 12, 2021
f4cea49
Update README.md
Jan 12, 2021
2fc8421
Upstream Readme removed Ad link and version history,
Jan 27, 2021
6cfef11
Fix running linux-built-version on windows .Net
Apr 18, 2021
ddfb81a
fix newlines
Apr 18, 2021
91b6ea5
more vddci-related
Apr 18, 2021
719b7a4
Improve memory naming
May 15, 2021
d9b674d
Reorder tables output to make it correspond to physical order in vbio…
Jul 12, 2021
656d0c3
refactoring: prepare to factoring out parsing and
Jul 12, 2021
31cb66f
Sort usings and fixed whitespace (via editorconfig)
Jul 12, 2021
481de2a
Allow opening file from a cmdline argument
Jul 12, 2021
d2a15f5
Show vddci index and disable direct editing of vddci values
Jul 12, 2021
0eadf33
utf8 & lf line endings
Jul 12, 2021
83dde8a
fix vendor id VS device id
Jul 12, 2021
bca6741
Dump command tables
Jul 13, 2021
85793cc
Update README.md
Jul 13, 2021
b4ddca1
pass arguments from run.sh
Jul 13, 2021
75570fc
reorder output of atom cmd tables
Jul 13, 2021
d6c96ee
cmd formatting
Jul 13, 2021
059663a
Output some code bytes
Jul 13, 2021
0ec6be7
better printing text strings, no unsafe
Jul 14, 2021
0f79d60
make output valid & readable xml
Jul 14, 2021
1adc79d
group tables in xml output
Jul 14, 2021
7df236f
example of output
Jul 14, 2021
b40eefd
fix running linux-built binary on windows
Jul 14, 2021
892d993
Tested binary
Jul 14, 2021
2a73775
v1.7xml-2021-07
Jul 14, 2021
4283343
Instruction for saving to file
Jul 31, 2021
6544e1d
try not crashing even on unsupported vbioses that can be partially pa…
Aug 9, 2021
73549c8
v1.7xml-2021-08
Aug 9, 2021
03bdd56
Don't fail on vbios without GOP
Jun 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.vs
/obj
*.rom
*.mdb
6 changes: 0 additions & 6 deletions App.config

This file was deleted.

935 changes: 478 additions & 457 deletions PolarisBiosEditor.Designer.cs

Large diffs are not rendered by default.

Loading