]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/global_data.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / arch / x86 / include / asm / global_data.h
index 8a96fc96e8d760ebbbd2329d46c0a50c29fd2980..4fdb08090a02bebda2851f4c147994043fe72d7a 100644 (file)
 /* Architecture-specific global data */
 struct arch_global_data {
        struct global_data *gd_addr;            /* Location of Global Data */
+       uint64_t tsc_base;              /* Initial value returned by rdtsc() */
+       uint32_t tsc_base_kclocks;      /* Initial tsc as a kclocks value */
+       uint32_t tsc_prev;              /* For show_boot_progress() */
+       void *new_fdt;                  /* Relocated FDT */
 };
 
 #endif