Skip to content

Commit 9ef25de

Browse files
authored
Merge pull request #462 from pcengines/release
Release
2 parents 4b51656 + d90937a commit 9ef25de

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Please use [pce-fw-builder](https://github.com/pcengines/pce-fw-builder)
1313

1414
## [Unreleased]
1515

16+
## [v4.13.0.3] - 2021-01-27
17+
### Changed
18+
- rebased with official coreboot repository commit 5e6e5c1
19+
1620
## [v4.13.0.2] - 2020-12-28
1721
### Changed
1822
- rebased with official coreboot repository commit 8edb48b
@@ -480,7 +484,8 @@ redundant code which was similar for APU2/3/5 boards.
480484
- turn off D4 and D5 leds on boot
481485
- enable power on after power failure
482486

483-
[Unreleased]: https://github.com/pcengines/coreboot/compare/v4.13.0.2...develop
487+
[Unreleased]: https://github.com/pcengines/coreboot/compare/v4.13.0.3...develop
488+
[v4.13.0.3]: https://github.com/pcengines/coreboot/compare/v4.13.0.2...v4.13.0.3
484489
[v4.13.0.2]: https://github.com/pcengines/coreboot/compare/v4.13.0.1...v4.13.0.2
485490
[v4.13.0.1]: https://github.com/pcengines/coreboot/compare/v4.12.0.6...v4.13.0.1
486491
[v4.12.0.6]: https://github.com/pcengines/coreboot/compare/v4.12.0.5...v4.12.0.6

configs/config.pcengines_apu1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_LOCALVERSION="v4.13.0.2"
1+
CONFIG_LOCALVERSION="v4.13.0.3"
22
CONFIG_VENDOR_PCENGINES=y
33
CONFIG_PAYLOAD_CONFIGFILE="$(top)/src/mainboard/$(MAINBOARDDIR)/seabios_config"
44
CONFIG_NO_GFX_INIT=y

configs/config.pcengines_apu2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_LOCALVERSION="v4.13.0.2"
1+
CONFIG_LOCALVERSION="v4.13.0.3"
22
CONFIG_VENDOR_PCENGINES=y
33
CONFIG_PAYLOAD_CONFIGFILE="$(top)/src/mainboard/$(MAINBOARDDIR)/seabios_config"
44
CONFIG_BOARD_PCENGINES_APU2=y

configs/config.pcengines_apu3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_LOCALVERSION="v4.13.0.2"
1+
CONFIG_LOCALVERSION="v4.13.0.3"
22
CONFIG_VENDOR_PCENGINES=y
33
CONFIG_PAYLOAD_CONFIGFILE="$(top)/src/mainboard/$(MAINBOARDDIR)/seabios_config"
44
CONFIG_BOARD_PCENGINES_APU3=y

configs/config.pcengines_apu4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_LOCALVERSION="v4.13.0.2"
1+
CONFIG_LOCALVERSION="v4.13.0.3"
22
CONFIG_VENDOR_PCENGINES=y
33
CONFIG_PAYLOAD_CONFIGFILE="$(top)/src/mainboard/$(MAINBOARDDIR)/seabios_config"
44
CONFIG_BOARD_PCENGINES_APU4=y

configs/config.pcengines_apu5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_LOCALVERSION="v4.13.0.2"
1+
CONFIG_LOCALVERSION="v4.13.0.3"
22
CONFIG_VENDOR_PCENGINES=y
33
CONFIG_PAYLOAD_CONFIGFILE="$(top)/src/mainboard/$(MAINBOARDDIR)/seabios_config"
44
CONFIG_BOARD_PCENGINES_APU5=y

configs/config.pcengines_apu6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_LOCALVERSION="v4.13.0.2"
1+
CONFIG_LOCALVERSION="v4.13.0.3"
22
CONFIG_VENDOR_PCENGINES=y
33
CONFIG_PAYLOAD_CONFIGFILE="$(top)/src/mainboard/$(MAINBOARDDIR)/seabios_config"
44
CONFIG_BOARD_PCENGINES_APU6=y

0 commit comments

Comments
 (0)