aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/amd/powernow.h
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-05 14:54:26 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-19 10:55:51 +0200
commit47432544242e025b151ed56739f6cf6cbdfd3f94 (patch)
tree03e539e85036f57742dddcfbe4e2e4f23275acf9 /src/include/cpu/amd/powernow.h
parenta3bdbcc11e9f2d9a83c0ee0a7cfc4fa318341c03 (diff)
amd: rename model_fxx_powernow to powernow.
Change-Id: Iee581183f9cd9f5fecd5604536b735f6a04a0f93 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7019 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
Diffstat (limited to 'src/include/cpu/amd/powernow.h')
-rw-r--r--src/include/cpu/amd/powernow.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/include/cpu/amd/powernow.h b/src/include/cpu/amd/powernow.h
new file mode 100644
index 0000000000..4a122b8c02
--- /dev/null
+++ b/src/include/cpu/amd/powernow.h
@@ -0,0 +1,25 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
+ *
+ * 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
+ */
+
+#ifndef POWERNOW_H
+#define POWERNOW_H
+
+int amd_generate_powernow(u32 pcontrol_blk, u8 plen, u8 onlyBSP);
+
+#endif