Home
last modified time | relevance | path

Searched hist:"283 a08e52a0d3f5fe8ac3139c632f32a03fc44f0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dpirq_routing.c283a08e52a0d3f5fe8ac3139c632f32a03fc44f0 Mon Apr 27 06:16:01 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: Check PIRQ routing table sanity in the F segment

Previously the PIRQ routing table sanity check was performed against
the original table provided by the platform codes. Now we switch to
check its sanity on the final table in the F segment as this one is
the one seen by the OS.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>