tools: print a warning for tools replaced by intel_reg

Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-06-08 16:41:34 +01:00
parent 87f15fc3da
commit aa75f37397
8 changed files with 25 additions and 0 deletions

View File

@ -94,6 +94,9 @@ int main(int argc, char *argv[])
int i, nregs, count = 1, reg_stride;
const char *name;
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
if (!IS_VALLEYVIEW(dev->device_id) &&
!IS_CHERRYVIEW(dev->device_id)) {
usage(argv[0]);

View File

@ -89,6 +89,9 @@ int main(int argc, char** argv)
int i, nregs;
const char *name;
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
if (!IS_VALLEYVIEW(dev->device_id) &&
!IS_CHERRYVIEW(dev->device_id)) {
usage(argv[0]);

View File

@ -2931,6 +2931,9 @@ int main(int argc, char** argv)
char *file = NULL, *reg_name = NULL;
uint32_t reg_val, power_well;
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
while ((opt = getopt(argc, argv, "d:h")) != -1) {
switch (opt) {
case 'd':

View File

@ -74,6 +74,9 @@ int main(int argc, char** argv)
int decode_bits = 0;
int dwords = 1;
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
while ((ch = getopt(argc, argv, "dfhc:")) != -1) {
switch(ch) {
case 'd':

View File

@ -26,6 +26,7 @@
#include <unistd.h>
#include <assert.h>
#include <stdio.h>
#include "intel_io.h"
#include "intel_chipset.h"
@ -36,6 +37,9 @@ int main(int argc, char** argv)
int mmio_bar;
int ret;
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
pci_dev = intel_get_pci_device();
devid = pci_dev->device_id;
intel_mmio_use_pci_bar(pci_dev);

View File

@ -36,6 +36,9 @@ int main(int argc, char** argv)
{
uint32_t reg, value;
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
if (argc < 3) {
printf("Usage: %s addr value\n", argv[0]);
printf(" WARNING: This is dangerous to you and your system's health.\n");

View File

@ -57,6 +57,9 @@ int main(int argc, char *argv[])
int i, ch;
const char *cmdname = argv[0];
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
while ((ch = getopt(argc, argv, "m")) != -1) {
switch(ch) {
case 'm':

View File

@ -57,6 +57,9 @@ int main(int argc, char *argv[])
int ch;
const char *cmdname = argv[0];
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
" intel_reg.\n", argv[0]);
while ((ch = getopt(argc, argv, "m")) != -1) {
switch(ch) {
case 'm':