[U-Boot] [PATCH 05/10] x86: Reduce PIRQ routing table size

Simon Glass sjg at chromium.org
Tue Jun 16 04:46:43 CEST 2015


On 15 June 2015 at 01:59, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> There is no need to populate multiple irq info entries with the same
> bus number and device number, but with different interrupt pin. We
> can use the same entry to store all the 4 interrupt pin (INT A/B/C/D)
> routing information to reduce the whole PIRQ routing table size.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/cpu/irq.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++--------
>  1 file changed, 56 insertions(+), 9 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list