sbsa-ref.c (d780d056f8acdee73a1c34d95733851d58aecd60) sbsa-ref.c (f4f318b41abe76a68ec1d616744ab9d6ec839abc)
1/*
2 * ARM SBSA Reference Platform emulation
3 *
4 * Copyright (c) 2018 Linaro Limited
5 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
6 * Written by Hongbo Zhang <hongbo.zhang@linaro.org>
7 *
8 * This program is free software; you can redistribute it and/or modify it

--- 37 unchanged lines hidden (view full) ---

46#include "hw/usb.h"
47#include "hw/usb/xhci.h"
48#include "hw/char/pl011.h"
49#include "hw/watchdog/sbsa_gwdt.h"
50#include "net/net.h"
51#include "qapi/qmp/qlist.h"
52#include "qom/object.h"
53#include "target/arm/cpu-qom.h"
1/*
2 * ARM SBSA Reference Platform emulation
3 *
4 * Copyright (c) 2018 Linaro Limited
5 * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
6 * Written by Hongbo Zhang <hongbo.zhang@linaro.org>
7 *
8 * This program is free software; you can redistribute it and/or modify it

--- 37 unchanged lines hidden (view full) ---

46#include "hw/usb.h"
47#include "hw/usb/xhci.h"
48#include "hw/char/pl011.h"
49#include "hw/watchdog/sbsa_gwdt.h"
50#include "net/net.h"
51#include "qapi/qmp/qlist.h"
52#include "qom/object.h"
53#include "target/arm/cpu-qom.h"
54#include "target/arm/gtimer.h"
54
55#define RAMLIMIT_GB 8192
56#define RAMLIMIT_BYTES (RAMLIMIT_GB * GiB)
57
58#define NUM_IRQS 256
59#define NUM_SMMU_IRQS 4
60#define NUM_SATA_PORTS 6
61

--- 858 unchanged lines hidden ---
55
56#define RAMLIMIT_GB 8192
57#define RAMLIMIT_BYTES (RAMLIMIT_GB * GiB)
58
59#define NUM_IRQS 256
60#define NUM_SMMU_IRQS 4
61#define NUM_SATA_PORTS 6
62

--- 858 unchanged lines hidden ---