aspeed.c (b48ff1bfacd6982e26eb8718b61b1b9c3e3e18fe) | aspeed.c (6328d8ffa6cb9d750e4bfcfd73ac25d3a39ceb63) |
---|---|
1/* 2 * OpenPOWER Palmetto BMC 3 * 4 * Andrew Jeffery <andrew@aj.id.au> 5 * 6 * Copyright 2016 IBM Corp. 7 * 8 * This code is licensed under the GPL version 2 or later. See --- 4 unchanged lines hidden (view full) --- 13#include "qapi/error.h" 14#include "hw/arm/boot.h" 15#include "hw/arm/aspeed.h" 16#include "hw/arm/aspeed_soc.h" 17#include "hw/arm/aspeed_eeprom.h" 18#include "hw/block/flash.h" 19#include "hw/i2c/i2c_mux_pca954x.h" 20#include "hw/i2c/smbus_eeprom.h" | 1/* 2 * OpenPOWER Palmetto BMC 3 * 4 * Andrew Jeffery <andrew@aj.id.au> 5 * 6 * Copyright 2016 IBM Corp. 7 * 8 * This code is licensed under the GPL version 2 or later. See --- 4 unchanged lines hidden (view full) --- 13#include "qapi/error.h" 14#include "hw/arm/boot.h" 15#include "hw/arm/aspeed.h" 16#include "hw/arm/aspeed_soc.h" 17#include "hw/arm/aspeed_eeprom.h" 18#include "hw/block/flash.h" 19#include "hw/i2c/i2c_mux_pca954x.h" 20#include "hw/i2c/smbus_eeprom.h" |
21#include "hw/misc/pca9552.h" | 21#include "hw/gpio/pca9552.h" |
22#include "hw/nvram/eeprom_at24c.h" 23#include "hw/sensor/tmp105.h" 24#include "hw/misc/led.h" 25#include "hw/qdev-properties.h" 26#include "sysemu/block-backend.h" 27#include "sysemu/reset.h" 28#include "hw/loader.h" 29#include "qemu/error-report.h" --- 1696 unchanged lines hidden --- | 22#include "hw/nvram/eeprom_at24c.h" 23#include "hw/sensor/tmp105.h" 24#include "hw/misc/led.h" 25#include "hw/qdev-properties.h" 26#include "sysemu/block-backend.h" 27#include "sysemu/reset.h" 28#include "hw/loader.h" 29#include "qemu/error-report.h" --- 1696 unchanged lines hidden --- |