Showing 1,086 changed files with 35,678 additions and 8,725 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -72,6 +72,8 @@ tags
.clang_complete
.tags
.tags_sorted_by_file
.cache
compile_commands.json

# Cross-compile toolkits
xgcc/
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/blobs
Submodule blobs updated from 8c580e to d55c31
2 changes: 1 addition & 1 deletion 3rdparty/fsp
Submodule fsp updated from c607ba to 3853be
2 changes: 1 addition & 1 deletion 3rdparty/vboot
Submodule vboot updated from 619714 to a975ee
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,6 +13,10 @@ Please use [pce-fw-builder](https://github.com/pcengines/pce-fw-builder)
****
## [Unreleased]

## [v4.17.0.2] - 2022-07-27
### Changed
- Rebased with official coreboot repository commit df721bd

## [v4.17.0.1] - 2022-06-21
### Added
- Support for APU7 (APU3 variant with 2.5GbE i225 NICs)
Expand Down Expand Up @@ -585,7 +589,8 @@ redundant code which was similar for APU2/3/5 boards.
- turn off D4 and D5 leds on boot
- enable power on after power failure

[Unreleased]: https://github.com/pcengines/coreboot/compare/v4.17.0.1...develop
[Unreleased]: https://github.com/pcengines/coreboot/compare/v4.17.0.2...develop
[v4.17.0.2]: https://github.com/pcengines/coreboot/compare/v4.17.0.1...v4.17.0.2
[v4.17.0.1]: https://github.com/pcengines/coreboot/compare/v4.16.0.4...v4.17.0.1
[v4.16.0.4]: https://github.com/pcengines/coreboot/compare/v4.16.0.3...v4.16.0.4
[v4.16.0.3]: https://github.com/pcengines/coreboot/compare/v4.16.0.2...v4.16.0.3
Expand Down
9 changes: 9 additions & 0 deletions Documentation/.mdl_style.rb
@@ -0,0 +1,9 @@
# See one of the following URLs for explanations of all the rules
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
# https://web.archive.org/web/20220424164542/https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md

all
exclude_rule 'no-multiple-blanks'
exclude_rule 'blanks-around-headers'
exclude_rule 'blanks-around-lists'
rule 'line-length', :line_length => 72