.. | .. |
---|
88 | 88 | int ns16550_console_init(void *devp, struct serial_console_data *scdp); |
---|
89 | 89 | int cpm_console_init(void *devp, struct serial_console_data *scdp); |
---|
90 | 90 | int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp); |
---|
91 | | -int uartlite_console_init(void *devp, struct serial_console_data *scdp); |
---|
92 | 91 | int opal_console_init(void *devp, struct serial_console_data *scdp); |
---|
93 | 92 | void *simple_alloc_init(char *base, unsigned long heap_size, |
---|
94 | 93 | unsigned long granularity, unsigned long max_allocs); |
---|
.. | .. |
---|
251 | 250 | extern char _initrd_end[]; |
---|
252 | 251 | extern char _dtb_start[]; |
---|
253 | 252 | extern char _dtb_end[]; |
---|
| 253 | +extern char _esm_blob_start[]; |
---|
| 254 | +extern char _esm_blob_end[]; |
---|
254 | 255 | |
---|
255 | 256 | static inline __attribute__((const)) |
---|
256 | 257 | int __ilog2_u32(u32 n) |
---|