mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
cpu: Add MPC83xx CPU driver
Add a CPU driver for the MPC83xx architecture. Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
parent
fa44b53398
commit
19fbdca47b
9 changed files with 525 additions and 0 deletions
|
@ -1325,7 +1325,9 @@ void ll_puts(const char *);
|
|||
/* In misc.c */
|
||||
void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);
|
||||
|
||||
#ifndef CONFIG_CPU_MPC83XX
|
||||
int prt_83xx_rsr(void);
|
||||
#endif
|
||||
|
||||
#endif /* ndef ASSEMBLY*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue