[U-Boot] is "quicc engine" supported on non-powerpc architectures?

Robert P. J. Day rpjday at crashcourse.ca
Mon Mar 28 16:50:10 CEST 2016


  possibly a silly question but does the "quicc engine" exist on any
architecture but the powerpc? i ask since i just ran across this
snippet in include/linux/immap_qe.h:

#ifdef CONFIG_PPC
#define QE_IMMR_OFFSET          0x00140000
#else
#define QE_IMMR_OFFSET          0x01400000
#endif

which confuses me since it's checking for PPC, suggesting it might be
something else?

  normally, i wouldn't care but i'm working on some code based on
qe_lib and i was simply assuming it was always powerpc, now i'm not
sure. can someone clarify the above?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the U-Boot mailing list