blob: a85c242a845abdeb509cfa03a26afa4179c7282f [file] [log] [blame]
Gabe Black3c7e9392013-05-26 07:15:57 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright 2013 Google Inc.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Gabe Black3c7e9392013-05-26 07:15:57 -070015
16if BOARD_TI_BEAGLEBONE
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
Gabe Black3c7e9392013-05-26 07:15:57 -070020 select CPU_TI_AM335X
Gabe Black437a1e62013-06-09 23:21:43 -070021 select BOARD_ROMSIZE_KB_4096
Gabe Black3c7e9392013-05-26 07:15:57 -070022
23config MAINBOARD_DIR
24 string
25 default ti/beaglebone
26
27config MAINBOARD_PART_NUMBER
28 string
29 default "Beaglebone"
30
31config MAX_CPUS
32 int
33 default 1
34
35config MAINBOARD_VENDOR
36 string
37 default "TI"
38
Gabe Black3c7e9392013-05-26 07:15:57 -070039config DRAM_SIZE_MB
40 int
41 default 256
42
Kyösti Mälkki70342a72014-03-14 22:28:29 +020043config UART_FOR_CONSOLE
44 int
45 default 0
Gabe Black3c7e9392013-05-26 07:15:57 -070046
Gabe Black3c7e9392013-05-26 07:15:57 -070047endif # BOARD_TI_BEAGLEBONE