Skip to content

zonque/pxa-impedance-matcher

Folders and files

NameName
Last commit message
Last commit date
Jul 29, 2015
Jul 26, 2013
Dec 6, 2018
Jul 29, 2015
Aug 2, 2013
Dec 5, 2018
Jun 11, 2018
Aug 2, 2013
Aug 2, 2013
Dec 18, 2013
Dec 18, 2013
Dec 5, 2018
Dec 5, 2018
Dec 5, 2018
Aug 3, 2013
Dec 6, 2018
Jun 11, 2018
Dec 5, 2018
Jun 8, 2018
Aug 3, 2013
Aug 2, 2013
Dec 6, 2018
Jul 13, 2018
Aug 3, 2013
Aug 3, 2013
Jun 8, 2018
Dec 18, 2013
Aug 3, 2013
Jul 29, 2015
Dec 18, 2013
Aug 3, 2013
Dec 5, 2018
Dec 5, 2018
Dec 5, 2018

Repository files navigation

The pxa-impedance-matcher is a 3rd stage loader that is used to boot
legacy hardware that has a bootloader which is unable to boot DT kernels.

It acts as chain loader which determines the correct hardware type and DTB
blob.

You should disable CONFIG_ARM_APPENDED_DTB in your kernel config.  The
impedance-matcher should be viewed as a replacement for that option.

It used to be completetly specific to PXA3xx based Raumfeld hardware, but
was turned into a more generic kind of framework recently.

WARNING: PLEASE ONLY USE THIS TOOL AS A LAST RESORT OPTION FOR LEGACY
HARDWARE, AND NOT AS AN OPTION FOR NEW DEVELOPMENTS. THE CLEARLY ADVISED
WAY IS TO ADD PROPER DTB SUPPORT TO YOUR BOOTLOADER.