> Am 25.05.2012 13:29, schrieb Guan Xuetao: >> This patch only add minimal necessary system-control modules simulation >> for successfully kernel booting and busybox running. >> >> Signed-off-by: Guan Xuetao <g...@mprc.pku.edu.cn> >> --- >> hw/pkunity/puv3.c | 130 +++++++++++++++++++++++++++++++++++++++++ >> hw/pkunity/puv3.h | 49 ++++++++++++++++ >> hw/pkunity/puv3_dma.c | 109 ++++++++++++++++++++++++++++++++++ >> hw/pkunity/puv3_gpio.c | 141 >> ++++++++++++++++++++++++++++++++++++++++++++ >> hw/pkunity/puv3_intc.c | 135 >> ++++++++++++++++++++++++++++++++++++++++++ >> hw/pkunity/puv3_ost.c | 151 >> ++++++++++++++++++++++++++++++++++++++++++++++++ >> hw/pkunity/puv3_pm.c | 148 >> +++++++++++++++++++++++++++++++++++++++++++++++ >> 7 files changed, 863 insertions(+), 0 deletions(-) >> create mode 100644 hw/pkunity/puv3.c >> create mode 100644 hw/pkunity/puv3.h >> create mode 100644 hw/pkunity/puv3_dma.c >> create mode 100644 hw/pkunity/puv3_gpio.c >> create mode 100644 hw/pkunity/puv3_intc.c >> create mode 100644 hw/pkunity/puv3_ost.c >> create mode 100644 hw/pkunity/puv3_pm.c > > Added a subdirectory without adapting configure and possibly Makefiles > will break out-of-tree builds. Can't you just name the files > puv3_something.[ch] as done for other SoCs? > > Andreas > Every time, when I 'ls' the source tree of qemu or qemu/hw, it will generate a terrible and over-one-screen output. So, I think a new subdirectory makes it more clear (well-organized) and effective.
Guan Xuetao