fsp2 board setup with l2 setup and irq handlers for some critical exceptions.
Ivan Mikhaylov (4): 44x/fsp2: add fsp2 headers 44x/fsp2: l2 setup with error clear 44x/fsp2: tvsense workaround for dd1 44x/fsp2: add irq error handlers arch/powerpc/include/asm/fsp2_reg.h | 272 +++++++++++++++++++++++++++++++++++ arch/powerpc/platforms/44x/fsp2.c | 254 +++++++++++++++++++++++++++++++++- 2 files changed, 529 insertions(+), 1 deletions(-) create mode 100644 arch/powerpc/include/asm/fsp2_reg.h