https://github.com/zonque/pxa-impedance-matcher
3rd stage bootloader for ARM based machines
https://github.com/zonque/pxa-impedance-matcher
arm bootloader devicetree linux
Last synced: 9 months ago
JSON representation
3rd stage bootloader for ARM based machines
- Host: GitHub
- URL: https://github.com/zonque/pxa-impedance-matcher
- Owner: zonque
- License: gpl-2.0
- Created: 2013-07-25T16:02:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T20:37:29.000Z (over 7 years ago)
- Last Synced: 2023-04-19T22:23:23.011Z (about 3 years ago)
- Topics: arm, bootloader, devicetree, linux
- Language: C
- Homepage:
- Size: 212 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.