mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
BRANCH=none BUG=chrome-os-partner:31936 TEST=build and test on ryu Change-Id: I2bd1b2c2b1bfe75702a12129ca57b3afa6542575 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 6aac5ecb014ab213f465b9aa78f587994c6b3624 Original-Change-Id: I64f2df49a258b4dd024305a9757704a823265e99 Original-Signed-off-by: Jimmy Zhang <jimmzhang@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/229911 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Original-Commit-Queue: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9516 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
49 lines
1.4 KiB
Text
49 lines
1.4 KiB
Text
##
|
|
## This file is part of the coreboot project.
|
|
##
|
|
## Copyright 2014 Google 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
|
|
##
|
|
|
|
chip soc/nvidia/tegra132
|
|
register "spintable_addr" = "0x80000008"
|
|
|
|
device cpu_cluster 0 on
|
|
device cpu 0 on end
|
|
device cpu 1 on end
|
|
end
|
|
|
|
register "display_controller" = "TEGRA_ARM_DISPLAYA"
|
|
register "xres" = "2560"
|
|
register "yres" = "1800"
|
|
|
|
# bits per pixel and color depth
|
|
register "framebuffer_bits_per_pixel" = "32"
|
|
register "color_depth" = "12"
|
|
|
|
register "href_to_sync" = "1"
|
|
register "hfront_porch" = "80"
|
|
register "hsync_width" = "80"
|
|
register "hback_porch" = "80"
|
|
|
|
register "vref_to_sync" = "1"
|
|
register "vfront_porch" = "4"
|
|
register "vsync_width" = "4"
|
|
register "vback_porch" = "4"
|
|
register "refresh" = "60"
|
|
|
|
# kernel driver
|
|
register "pixel_clock" = "301620000"
|
|
end
|