acrn-hypervisor/hypervisor/debug
Junjie Mao c849bff850 HV: config: adapt to the generated config.h
This patch drops "#include <bsp_cfg.h>" and include the generated config.h in
CFLAGS for the configuration data.

Also make sure that all configuration data have the 'CONFIG_' prefix.

v4 -> v5:

    * No changes.

v3 -> v4:

    * Add '-include config.h' to hypervisor/bsp/uefi/efi/Makefile.
    * Update comments mentioning bsp_cfg.h.

v2 -> v3:

    * Include config.h on the command line instead of in any header or source to
      avoid including config.h multiple times.
    * Add config.h as an additional dependency for source compilation.

v1 -> v2:

    * No changes.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
2018-06-08 17:21:13 +08:00
..
console.c check UART valid or not when setup console timer 2018-06-01 14:22:27 +08:00
dump.c HV: config: adapt to the generated config.h 2018-06-08 17:21:13 +08:00
logmsg.c HV:treewide:C99-friendly per_cpu implementation change the per_cpu method 2018-06-05 17:09:00 +08:00
printf.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
sbuf.c HV:treewide:C99-friendly per_cpu implementation change the per_cpu method 2018-06-05 17:09:00 +08:00
serial_internal.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
serial.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
shell_internal.c HV: config: adapt to the generated config.h 2018-06-08 17:21:13 +08:00
shell_internal.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
shell_public.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
uart16550.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
uart16550.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vuart.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00