Hi, this series refactors boot parameters handling for xtensa xtfpga boards and implements uImage, FDT and initrd loading.
Max Filippov (9): hw/xtensa: remove extraneous xtensa_ prefix from file names hw/xtensa: replace fprintfs with error_report hw/xtensa/xtfpga: retrieve parameters from machine_opts hw/xtensa/xtfpga: use symbolic constants for bootparam tags hw/xtensa/xtfpga: refactor bootparameters filling hw/xtensa/xtfpga: add memory info to bootparam hw/xtensa/xtfpga: implement uImage loading hw/xtensa/xtfpga: implement DTB loading hw/xtensa/xtfpga: implement initrd loading hw/xtensa/Makefile.objs | 4 +- hw/xtensa/bootparam.h | 49 ++++++++++++++ hw/xtensa/{xtensa_sim.c => sim.c} | 6 +- hw/xtensa/xtensa_bootparam.h | 25 ------- hw/xtensa/{xtensa_lx60.c => xtfpga.c} | 120 +++++++++++++++++++++++++++++----- 5 files changed, 157 insertions(+), 47 deletions(-) create mode 100644 hw/xtensa/bootparam.h rename hw/xtensa/{xtensa_sim.c => sim.c} (96%) delete mode 100644 hw/xtensa/xtensa_bootparam.h rename hw/xtensa/{xtensa_lx60.c => xtfpga.c} (70%) -- 1.8.1.4