From 765705789213e1914cad540bb7868d2154cdbedf Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Wed, 19 Mar 2014 14:29:48 -0700 Subject: soc/qualcomm: Add generic support skeleton for ipq806x Skeleton for soc ipq806x Old-Change-Id: I92a8d592d762f59665e15d1a7fc6cc73dc74c296 Signed-off-by: Furquan Shaikh Reviewed-on: https://chromium-review.googlesource.com/190723 Reviewed-by: Vadim Bendebury Commit-Queue: Furquan Shaikh Tested-by: Furquan Shaikh (cherry picked from commit e71d45733d86e77717fd2f592ef06113246db911) soc/ipq806x: Disable LPAE mode. LPAE (large physical address extension) is not available on this SOC core, do not enable it. Old-Change-Id: I9e9ad1aeaf613f04987c0c306a574085042d0e7b Signed-off-by: Deepa Dinamani Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/198023 Reviewed-by: deepa dinamani (cherry picked from commit e6e12c39efd54e4fcbd444134bf30e211948a71b) Squashed 2 commits for the Qualcomm ipq806x SOC. Change-Id: I14521d3b2844ddd68112882de81453ce8d19fc16 Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6963 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/soc/qualcomm/ipq806x/timer.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/soc/qualcomm/ipq806x/timer.c (limited to 'src/soc/qualcomm/ipq806x/timer.c') diff --git a/src/soc/qualcomm/ipq806x/timer.c b/src/soc/qualcomm/ipq806x/timer.c new file mode 100644 index 0000000000..c4e250ebe1 --- /dev/null +++ b/src/soc/qualcomm/ipq806x/timer.c @@ -0,0 +1,28 @@ +/* + * This file is part of the coreboot project. + * + * Copyright 2013 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 + */ + +#include +#include +#include +#include + +void init_timer(void) +{ +} + -- cgit v1.2.3