index
:
libreboot/libreboot.git
feature/battery-task-note
feature/changelog-li-fix
feature/clarify-led-aging-fix
feature/flashrom-board-enable-taurinus-x200
feature/flashrom-reduce-options
feature/gitignore-simplifications
feature/gitignore-vim-files
feature/gm45-lvds-second-channel-kludge
feature/gm45-lvds-second-channel-solution
feature/license-text
feature/modular-release-generation
feature/modular-release-generation-v2
feature/multiple-build-options
feature/ps-on-clarification
feature/x200-at25df321-dumps
feature/x200-at25df321-dumps-v2
feature/x200-at25df321-dumps-v3
master
Free boot firmware distribution - personal clone
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
resources
Commit message (
Collapse
)
Author
Age
Files
Lines
*
ich9deblob: gbe struct: info about word 0F: device revision ID
Francis Rowe
2014-12-25
1
-1/+1
|
*
ich9deblob: gbe struct: info about word 0E (vendor ID)
Francis Rowe
2014-12-25
1
-0/+10
|
*
ich9deblob: gbe struct: info about word 0D (device ID)
Francis Rowe
2014-12-25
1
-1/+17
|
*
ich9deblob: gbe struct: info about word 0C (subsystem vendor id)
Francis Rowe
2014-12-25
1
-1/+10
|
*
ich9deblob: gbe struct: info about word 0B (subsystem ID)
Francis Rowe
2014-12-25
1
-3/+12
|
*
ich9deblob: gbe struct: info about word 0A (pci init control word)
Francis Rowe
2014-12-25
1
-1/+17
|
*
ich9deblob: gbe struct: more info about word 08-09 (pba low/high)
Francis Rowe
2014-12-25
1
-2/+19
|
*
ich9deblob: gbe struct: more info about words 06h and 07h
Francis Rowe
2014-12-25
1
-4/+3
|
*
ich9deblob: gbe struct: info about word 05h
Francis Rowe
2014-12-25
1
-1/+1
|
*
ich9deblob: gbe struct: info about word 04h
Francis Rowe
2014-12-25
1
-1/+1
|
*
ich9deblob: add Word 03H bitfields to gbe struct
Francis Rowe
2014-12-25
1
-2/+9
|
*
ich9deblob: add real variable names to gbe struct members
Francis Rowe
2014-12-25
1
-1/+35
|
|
|
|
(based on datasheets)
*
ich9deblob: add more info from datasheet to descriptor struct
Francis Rowe
2014-12-25
1
-2/+2
|
*
ich9deblob: fix typo
Francis Rowe
2014-12-25
1
-1/+1
|
*
ich9deblob: close file if there are errors
Francis Rowe
2014-12-25
1
-0/+3
|
*
ich9deblob: forgot to add obj directory. adding now.
Francis Rowe
2014-12-25
4
-0/+0
|
*
ich9deblob: moved src to src/, .o files to obj/
Francis Rowe
2014-12-25
11
-15/+17
|
*
ich9deblob: add ich9deblob.h for ich9deblob.c
Francis Rowe
2014-12-25
2
-7/+38
|
*
ich9deblob: clean up includes in the .c files
Francis Rowe
2014-12-25
8
-12/+12
|
*
ich9deblob: move x86compatibility.c and .h to /common
Francis Rowe
2014-12-25
4
-15/+15
|
*
ich9deblob: rename common/common.c to common/descriptor_gbe.c
Francis Rowe
2014-12-25
4
-13/+16
|
*
ich9deblob: move 12k descriptor gbe file creation to new file
Francis Rowe
2014-12-25
4
-38/+113
|
*
ich9deblob: x86compatibility.c includes the .h file now
Francis Rowe
2014-12-25
2
-2/+4
|
*
ich9deblob: fix typo in comment
Francis Rowe
2014-12-24
1
-1/+1
|
*
ich9deblob: add platform region to descriptor debug function
Francis Rowe
2014-12-23
2
-1/+9
|
*
ich9deblob: improve the instructions in the output
Francis Rowe
2014-12-23
1
-1/+1
|
*
ich9deblob: debug in descriptor deblob moved to separate function
Francis Rowe
2014-12-23
3
-10/+54
|
*
ich9deblob: x86compatibility.c: only print output on error
Francis Rowe
2014-12-23
2
-23/+25
|
*
ich9deblob: fix incorrect comment above gbe checksum function
Francis Rowe
2014-12-23
1
-3/+2
|
*
ich9deblob: add define for 0xBABA gbe checksum and use it
Francis Rowe
2014-12-23
2
-3/+10
|
*
ich9deblob: gbe related debugging moved to separate function
Francis Rowe
2014-12-23
3
-13/+40
|
*
ich9deblob: make gbe checksum function take byte offset directly
Francis Rowe
2014-12-23
2
-10/+9
|
*
ich9deblob: rename main.c back to ich9deblob.c
Francis Rowe
2014-12-23
2
-5/+5
|
*
ich9deblob: Replace makefile (use dependencies)
Francis Rowe
2014-12-23
8
-186/+305
|
|
|
|
|
|
|
Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files.
*
ich9deblob: define GBEREGIONSIZE_4K and use it
Francis Rowe
2014-12-23
1
-5/+12
|
*
ich9deblob: rename GBEREGIONSIZE to GBEREGIONSIZE_8K
Francis Rowe
2014-12-23
3
-15/+15
|
*
ich9deblob: unify comment styling
Francis Rowe
2014-12-23
4
-269/+384
|
*
ich9deblob: fix descriptions in src headers
Francis Rowe
2014-12-23
2
-2/+2
|
*
ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h
Francis Rowe
2014-12-23
4
-4/+4
|
*
ich9deblob: move descriptor functions to descriptor/struct.h
Francis Rowe
2014-12-23
2
-83/+88
|
*
ich9deblob: move gbe/struct.h to gbe/gbe.h
Francis Rowe
2014-12-23
4
-4/+4
|
*
ich9deblob: move gbe functions to gbe/struct.h
Francis Rowe
2014-12-23
2
-68/+73
|
*
ich9deblob: move ich9desc.h to descriptor/struct.h
Francis Rowe
2014-12-23
4
-7/+7
|
*
ich9deblob: fix GPL headers (forgot to do it earlier)
Francis Rowe
2014-12-23
2
-1/+25
|
*
ich9deblob: move ich9gbe.h to gbe/struct.h
Francis Rowe
2014-12-23
4
-7/+7
|
*
ich9deblob: move x86 compatibility checks to a separate file
Francis Rowe
2014-12-23
5
-158/+171
|
*
ich9deblob: descriptor deblob doesn't need gbe start defined
Francis Rowe
2014-12-22
1
-4/+4
|
*
ich9deblob: re-order functions, labelling what each group is for
Francis Rowe
2014-12-22
1
-136/+148
|
*
ich9deblob: rename factoryGbeRegionLocation factoryGbeRegionStart
Francis Rowe
2014-12-22
1
-8/+8
|
*
ich9deblob: rename romSize to factoryRomSize
Francis Rowe
2014-12-22
1
-8/+8
|
[next]