u-boot-brain/arch/microblaze/include/asm
Simon Glass 1865286466 Introduce generic link section.h symbol files
We create a separate header file for link symbols defined by the link
scripts. It is helpful to have these all in one place and try to
make them common across architectures. Since Linux already has a similar
file, we bring this in even though many of the symbols there are not
relevant to us.

Each architecture has its own asm/sections.h where symbols specifc to
that architecture can be added. For now everything except AVR32 just
includes the generic header.

One change is needed in arch/avr32/lib/board.c to make this conversion
work.

Reviewed-by: Tom Rini <trini@ti.com> (version 5)
Signed-off-by: Simon Glass <sjg@chromium.org>
2013-03-15 16:13:58 -04:00
..
asm.h
bitops.h microblaze: Fix compilation warning in ext2_find_next_zero_bit 2012-11-07 17:11:14 +01:00
byteorder.h microblaze: Fix byteorder for microblaze 2012-11-07 17:11:14 +01:00
cache.h
config.h
errno.h
global_data.h microblaze: Use generic global_data 2013-02-04 09:05:45 -05:00
gpio.h microblaze: Add gpio.h 2012-07-09 10:44:26 +02:00
io.h
microblaze_intc.h microblaze: intc: Registering interrupt should return value 2012-09-11 09:24:57 +02:00
microblaze_timer.h microblaze: timer: Prepare for device-tree initialization 2012-09-11 09:24:58 +02:00
posix_types.h microblaze: Remove asm/bitops.h from asm/posix_types.h 2012-11-07 17:11:14 +01:00
processor.h microblaze: Clean microblaze initialization 2012-09-11 09:24:58 +02:00
ptrace.h
sections.h Introduce generic link section.h symbol files 2013-03-15 16:13:58 -04:00
string.h
system.h
types.h
u-boot.h microblaze: Change bi_baudrate and global data baudrate to int 2012-10-19 15:25:44 -07:00
unaligned.h