Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwmv2: qemu_x86: acrn: Port to HWMv2 #68078

Merged

Commits on Feb 12, 2024

  1. soc: x86: lakemont: move and convert to HWMv2

    Move and convert soc/x86/lakemont to HWMv2
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    eca26b9 View commit details
    Browse the repository at this point in the history
  2. soc: x86: ia32: move and convert to HWMv2

    Move and convert soc/x86/ia32 to HWMv2.
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ba0e763 View commit details
    Browse the repository at this point in the history
  3. boards: x86: qemu_x86: move and convert to HWMv2

    Move and convert qemu_x86 board configurations to HWMv2.
    
    Several board configurations have changed their identifiers
    to the HWMv2 scheme:
    
     - qemu_x86_nokpti --> qemu_x86/ia32/nokpti
     - qemu_x86_nommu  --> qemu_x86/ia32/nommu
     - qemu_x86_nopae  --> qemu_x86/ia32/nopae
     - qemu_x86_virt   --> qemu_x86/ia32/virt
     - qemu_x86_xip    --> qemu_x86/ia32/xip
    
     - qemu_x86_64_nokpti --> qemu_x86_64/ia32/nokpti
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    82e6ad7 View commit details
    Browse the repository at this point in the history
  4. boards: x86: qemu_x86: optimize default HWMv2 configurations

    Remove duplicated Kconfig default options from qemu_x86 board
    variants' configuration keeping only differences in regard
    of the appropriate board configurations.
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    aaf443f View commit details
    Browse the repository at this point in the history
  5. boards: x86: qemu_x86_tiny@768: change to board variant

    Change `qemu_x86_tiny@768` board revision to `qemu_x86_tiny/ia32/768`
    board variant configuration.
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    12fdb40 View commit details
    Browse the repository at this point in the history
  6. tests: kernel: qemu_x86: adjust to the HWMv2

    Adjust qemu_x86 board configuration names to HWMv2 scheme.
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    118365b View commit details
    Browse the repository at this point in the history
  7. boards: x86: acrn: move and convert to HWMv2

    Move and convert to HWMv2 `acrn` and `acrn_ehl_crb` board
    configurations.
    
    Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
    golowanow committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    58baa2b View commit details
    Browse the repository at this point in the history