3 changes: 1 addition & 2 deletions .gitlab-ci.yml
@@ -1,5 +1,3 @@
image: coreboot/coreboot-sdk:1.50

services:
- docker:dind

Expand All @@ -21,6 +19,7 @@ check_dependencies:
- tags

.build_rom_apu: &build_rom_apu
image: coreboot/coreboot-sdk:1.50
variables:
PLATFORM: apux
stage: build_rom
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,6 +13,13 @@ Releases 4.5.x and 4.6.x are based on mainline support submitted in
3. `make`

## [Unreleased]
## [v4.6.10] - 2018-06-08
### Changed
- Updated SeaBIOS to 1.11.0.5
- Updated sortbootorder to v4.6.9

### Added
- S1 button support for apu5b

## [v4.6.9] - 2018-05-11
### Added
Expand Down Expand Up @@ -177,7 +184,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.6.9...coreboot-4.6.x
[Unreleased]: https://github.com/pcengines/coreboot/compare/v4.6.10...coreboot-4.6.x
[v4.6.10]: https://github.com/pcengines/coreboot/compare/v4.6.9...v4.6.10
[v4.6.9]: https://github.com/pcengines/coreboot/compare/v4.6.8...v4.6.9
[v4.6.8]: https://github.com/pcengines/coreboot/compare/v4.6.7...v4.6.8
[v4.6.7]: https://github.com/pcengines/coreboot/compare/v4.6.6...v4.6.7
Expand Down
2 changes: 2 additions & 0 deletions configs/config.pcengines_apu1
@@ -0,0 +1,2 @@
CONFIG_VENDOR_PCENGINES=y
CONFIG_BOARD_PCENGINES_APU1=y
2 changes: 2 additions & 0 deletions configs/config.pcengines_apu2
@@ -0,0 +1,2 @@
CONFIG_VENDOR_PCENGINES=y
CONFIG_BOARD_PCENGINES_APU2=y
2 changes: 2 additions & 0 deletions configs/config.pcengines_apu3
@@ -0,0 +1,2 @@
CONFIG_VENDOR_PCENGINES=y
CONFIG_BOARD_PCENGINES_APU3=y
2 changes: 2 additions & 0 deletions configs/config.pcengines_apu4
@@ -0,0 +1,2 @@
CONFIG_VENDOR_PCENGINES=y
CONFIG_BOARD_PCENGINES_APU4=y
2 changes: 2 additions & 0 deletions configs/config.pcengines_apu5
@@ -0,0 +1,2 @@
CONFIG_VENDOR_PCENGINES=y
CONFIG_BOARD_PCENGINES_APU5=y