From 32960e30f08f678355b20b5702e8028351a7275e Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 23 Nov 2014 17:38:52 +1100 Subject: mainboard/lenovo/g505s: New port Richland APU A10-5750M MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Richland APU A10-5750M 8GB RAM 4MB Flash Boots to working Linux with SeaBIOS payload. S3 works with Linux 3.16.3-2 Debian Jessie. Change-Id: I5d05d1b31400fdb9e41c2e011c5b0bf9986fe970 Signed-off-by: Edward O'Callaghan Signed-off-by: Damien Zammit Reviewed-on: http://review.coreboot.org/7560 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/lenovo/g505s/Kconfig | 75 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 src/mainboard/lenovo/g505s/Kconfig (limited to 'src/mainboard/lenovo/g505s/Kconfig') diff --git a/src/mainboard/lenovo/g505s/Kconfig b/src/mainboard/lenovo/g505s/Kconfig new file mode 100644 index 0000000000..fb753dceee --- /dev/null +++ b/src/mainboard/lenovo/g505s/Kconfig @@ -0,0 +1,75 @@ +# +# This file is part of the coreboot project. +# +# Copyright (C) 2012 Advanced Micro Devices, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +if BOARD_LENOVO_G505S + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + select SYSTEM_TYPE_LAPTOP + select CPU_AMD_AGESA_FAMILY15_RL + select NORTHBRIDGE_AMD_AGESA_FAMILY15_RL + select SOUTHBRIDGE_AMD_AGESA_HUDSON + select EC_COMPAL_ENE932 + select HAVE_OPTION_TABLE + select HAVE_PIRQ_TABLE + select HAVE_MP_TABLE + select HAVE_ACPI_RESUME + select HAVE_SMI_HANDLER + select HAVE_ACPI_TABLES + select BOARD_ROMSIZE_KB_4096 + select GFXUMA + select UDELAY_LAPIC + +config MAINBOARD_DIR + string + default lenovo/g505s + +config MAINBOARD_PART_NUMBER + string + default "LENOVO G505S" + +config HW_MEM_HOLE_SIZEK + hex + default 0x200000 + +config MAX_CPUS + int + default 4 + +config HW_MEM_HOLE_SIZE_AUTO_INC + bool + default n + +config IRQ_SLOT_COUNT + int + default 11 + +config ONBOARD_VGA_IS_PRIMARY + bool + default y + +config VGA_BIOS_ID + string + default "1002,990b" + +config HUDSON_LEGACY_FREE + bool + default y + +endif # BOARD_LENOVO_G505S -- cgit v1.2.3