summaryrefslogtreecommitdiff
path: root/include/init.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-10 23:47:14 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-03-13 15:53:01 +0300
commit40b8afe6f6920eb951b7a1b9ef2766606632ccd8 (patch)
tree5a636203dcac536c30c44d90dc189edd11f8a7c8 /include/init.h
parent644e61448cb02c6252b3f9131bff82e92a0f2aea (diff)
downloadu-boot-40b8afe6f6920eb951b7a1b9ef2766606632ccd8.tar.xz
x86: Add a few more items to bdinfo
Add the timer and vendor/model information. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h
index 699dc2482c..8873081685 100644
--- a/include/init.h
+++ b/include/init.h
@@ -353,6 +353,9 @@ void relocate_code(ulong start_addr_sp, struct global_data *new_gd,
void bdinfo_print_num_l(const char *name, ulong value);
void bdinfo_print_num_ll(const char *name, unsigned long long value);
+/* Print a string value (for use in arch_print_bdinfo()) */
+void bdinfo_print_str(const char *name, const char *str);
+
/* Print a clock speed in MHz */
void bdinfo_print_mhz(const char *name, unsigned long hz);