Showing with 19 additions and 2 deletions.
  1. +7 −1 CHANGELOG.md
  2. +1 −1 Makefile
  3. +11 −0 defconfig-apu
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ Releases 4.5.x and 4.6.x are based on mainline support submitted in
[this gerrit ref](https://review.coreboot.org/#/c/14138/).

## [Unreleased]
## [v4.6.17] - 2020-01-28
### Changed
- disabled PS2 keyboard and mouse by default, not supported on apu platforms
caused an error with keyboard initialization

## [v4.6.16] - 2019-12-30
### Added
- IOMMU runtime configuration
Expand Down Expand Up @@ -179,7 +184,8 @@ initial commit based on [coreboot_140908](http://pcengines.ch/tmp/coreboot_14090
### Fixed
- used proper way to access extended SPI registers

[Unreleased]: https://github.com/pcengines/sortbootorder/compare/v4.6.16...master
[Unreleased]: https://github.com/pcengines/sortbootorder/compare/v4.6.17...master
[v4.6.17]: https://github.com/pcengines/sortbootorder/compare/v4.6.16...v4.6.17
[v4.6.16]: https://github.com/pcengines/sortbootorder/compare/v4.6.15...v4.6.16
[v4.6.15]: https://github.com/pcengines/sortbootorder/compare/v4.6.14...v4.6.15
[v4.6.14]: https://github.com/pcengines/sortbootorder/compare/v4.6.13...v4.6.14
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -43,7 +43,7 @@ HOSTCXXFLAGS := -I$(src)
LIBPAYLOAD_PATH := $(realpath $(KDIR)/payloads/libpayload)
LIBPAYLOAD_OBJ := $(build_dir)/libpayload
HAVE_LIBPAYLOAD := $(wildcard $(LIBPAYLOAD_OBJ)/lib/libpayload.a)
LIBPAYLOAD_CONFIG ?= configs/defconfig-tinycurses
LIBPAYLOAD_CONFIG ?= $(src)/defconfig-apu
OBJCOPY ?= objcopy

INCLUDES = -I$(src)/include -I$(KDIR)/src/commonlib/include
Expand Down
11 changes: 11 additions & 0 deletions defconfig-apu
@@ -0,0 +1,11 @@
# CONFIG_LP_MULTIBOOT is not set
CONFIG_LP_TINYCURSES=y
CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y
CONFIG_LP_USB=y
CONFIG_LP_USB_UHCI=y
CONFIG_LP_USB_OHCI=y
CONFIG_LP_USB_EHCI=y
CONFIG_LP_USB_XHCI=y
# CONFIG_LP_PC_I8042 is not set
# CONFIG_LP_PC_MOUSE is not set
# CONFIG_LP_PC_KEYBOARD is not set