u-boot-2016/include
Haavard Skinnemoen 36f28f8a96 AVR32: Rename at32ap7000 -> at32ap700x
The SoC-specific code for all the AT32AP700x CPUs is practically
identical; the only difference is that some chips have less features
than others. By doing this rename, we can add support for the AP7000
derivatives simply by making some features conditional.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-12-17 10:34:12 +01:00
..
asm-arm Fix build problems with mp2usb board 2007-11-19 12:59:14 +01:00
asm-avr32 AVR32: Rename at32ap7000 -> at32ap700x 2007-12-17 10:34:12 +01:00
asm-blackfin
asm-i386
asm-m68k ColdFire: MCF5329 - Remove reset registers from CCM 2007-11-08 12:50:18 -06:00
asm-microblaze
asm-mips Fixed mips_io_port_base build errors. 2007-11-17 01:37:44 +01:00
asm-nios
asm-nios2
asm-ppc Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx 2007-08-29 00:53:51 +02:00
bedbug
configs ADS5121 Board: fix compile problem. 2007-12-06 10:21:03 +01:00
cramfs
galileo
jffs2
linux OneNAND support (take #2) 2007-09-17 08:19:08 +02:00
pcmcia
.gitignore Add .gitignore files 2007-11-15 08:46:46 -07:00
4xx_i2c.h
74xx_7xx.h
405_dimm.h
405_mal.h
405gp_pci.h
_exports.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
ACEX1K.h
ahci.h
altera.h
arm920t.h
arm925t.h
arm926ejs.h
arm946es.h
armcoremodule.h
at45.h Coding style cleanup. Update CHANGELOG. 2007-08-14 18:42:36 +02:00
at91rm9200_i2c.h
at91rm9200_net.h
ata.h
bcm5221.h
bmp_layout.h
bzlib.h
circbuf.h
clps7111.h
command.h
common.h powerpc: Backout relocation changes. 2007-11-17 01:38:58 +01:00
commproc.h
config_cmd_all.h Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash 2007-10-13 21:40:23 +02:00
config_cmd_default.h
console.h
crc.h
da9030.h
dataflash.h Coding style cleanup. Update CHANGELOG. 2007-08-14 18:42:36 +02:00
devices.h
div64.h Move 64bit division from avr32 to generic lib 2007-08-10 10:33:34 +02:00
dm9161.h Add MACH_TYPE records for several AT91 boards. 2007-08-14 10:10:52 +01:00
dp83848.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
dtt.h ppc4xx: Add support for AMCC 405EP Taihu board 2007-07-26 17:49:11 +02:00
e500.h
elf.h
environment.h
exports.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
ext2fs.h
fat.h
fdc.h
fdt.h Cleanup coding style; update CHANGELOG 2007-11-26 19:18:21 +01:00
fdt_support.h Add additional fdt fixup helper functions 2007-11-21 15:11:58 -06:00
flash.h Add MACH_TYPE records for several AT91 boards. 2007-08-14 10:10:52 +01:00
fpga.h
ft_build.h
hush.h
i2c.h
i8042.h
ide.h IDE: - make ide_inb () and ide_outb () "weak", so boards can 2007-08-28 17:39:14 +02:00
image.h Allocate CPU Architecture Code for STMicroelectronics' ST200. 2007-09-10 22:24:23 +02:00
ioports.h
keyboard.h
kgdb.h
lcd.h
lcdvideo.h
lh7a40x.h
lh7a400.h
lh7a404.h
libfdt.h Update libfdt from device tree compiler (dtc) 2007-11-21 14:04:05 -06:00
libfdt_env.h Minor code clean up. 2007-08-10 19:21:35 -04:00
linux_logo.h
lists.h
logbuff.h
lpd7a400_cpld.h
lxt971a.h
lynxkdi.h
malloc.h
mii_phy.h
miiphy.h NET: Add Ethernet 1000BASE-X support for PPC4xx 2007-11-06 10:25:33 -05:00
mk48t59.h
mmc.h
mpc5xx.h
mpc5xxx.h
mpc8xx.h
mpc8xx_irq.h
mpc83xx.h mpc83xx: implement board_add_ram_info 2007-08-16 23:12:24 -05:00
mpc85xx.h 85xx start.S cleanup and exception support 2007-08-14 01:34:21 -05:00
mpc86xx.h
mpc106.h
mpc512x.h Coding style cleanup, update CHANGELOG 2007-08-02 21:27:46 +02:00
mpc824x.h
mpc8220.h
mpc8260.h
mpc8260_irq.h
nand.h
net.h multicast tftp: RFC2090 2007-08-13 23:22:31 -04:00
nios-io.h
nios.h
nios2-epcs.h
nios2-io.h
nios2.h
ns7520_eth.h
ns9750_bbus.h
ns9750_eth.h
ns9750_mem.h
ns9750_ser.h
ns9750_sys.h
ns16550.h
ns87308.h
onenand_uboot.h OneNAND support (take #2) 2007-09-17 08:19:08 +02:00
part.h fix pxa255_idp board 2007-10-23 16:40:40 +02:00
pc_keyb.h
pci.h Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts. 2007-08-06 00:22:24 +02:00
pci_ids.h
pcmcia.h
post.h POST: Add ECC POST for the lwmon5 board 2007-07-20 15:03:03 +02:00
ppc4xx.h
ppc4xx_enet.h
ppc405.h Merge with /home/stefan/git/u-boot/zeus 2007-08-14 15:00:42 +02:00
ppc440.h ppc4xx: Update 440EPx lwmon5 board support 2007-07-31 08:37:01 +02:00
ppc_asm.tmpl e500 needs ppc_asm.tmp MCK_EXCEPTION 2007-08-14 01:21:22 -05:00
ppc_defs.h
ps2mult.h
radeon.h Coding style cleanup. Update CHANGELOG. 2007-08-06 02:17:36 +02:00
reiserfs.h
rtc.h
s3c24x0.h
s3c2400.h
s3c2410.h Fix compiler warning in include/s3c2410.h 2007-08-29 02:05:53 +02:00
s_record.h
SA-1100.h
sa1100.h
sata.h
scsi.h
sed156x.h
sed13806.h
serial.h PXA270: Add support for multiple serial ports. 2007-09-07 01:04:59 +02:00
sha1.h
sm501.h
smiLynxEM.h
spartan2.h
spartan3.h add image size and descriptors for Spartan 3E FPGA chips 2007-08-11 00:34:03 +02:00
spd.h
spd_sdram.h
spi.h
status_led.h Coding Style cleanup. 2007-10-13 21:15:39 +02:00
sym53c8xx.h
systemace.h
tsi108.h
universe.h
usb.h
usb_cdc_acm.h
usb_defs.h
usbdcore.h
usbdcore_ep0.h
usbdcore_mpc8xx.h
usbdcore_omap1510.h
usbdescriptors.h
version.h
vfd_logo.h
video.h
video_ad7176.h
video_ad7177.h
video_ad7179.h
video_easylogo.h
video_fb.h
video_font.h
video_logo.h
virtex2.h
w83c553f.h
watchdog.h
xilinx.h
xyzModem.h
zlib.h