upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/include
Jon Loeliger d3b8c1a743 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 17 years ago
..
asm-arm Add the files for the SMN42 board 17 years ago
asm-avr32 Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup. 17 years ago
asm-blackfin [Blackfin][PATCH] Fix dynamic CPLB generation issue 17 years ago
asm-i386 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished 18 years ago
asm-m68k [PATCH v3] Add sync to ensure flash_write_cmd is fully finished 18 years ago
asm-microblaze Fix a few file permission problems. 17 years ago
asm-mips [PATCH v3] Add sync to ensure flash_write_cmd is fully finished 18 years ago
asm-nios [PATCH v3] Add sync to ensure flash_write_cmd is fully finished 18 years ago
asm-nios2 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished 18 years ago
asm-ppc Coding stylke cleanup; rebuild CHANGELOG 17 years ago
bedbug
configs include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 17 years ago
cramfs Add cramfs support for m68k 19 years ago
galileo More code cleanup 18 years ago
jffs2 Add common (with Linux) MTD partition scheme and "mtdparts" command 19 years ago
linux Merge git://www.denx.de/git/u-boot 17 years ago
pcmcia Fix IDE stability problems on CPC45 board. 20 years ago
4xx_i2c.h [PATCH] PPC4xx: Add support for multiple I2C busses 18 years ago
74xx_7xx.h [ppc] Fix build breakage for all non-4xx PowerPC variants. 17 years ago
405_dimm.h
405_mal.h Add support for AMCC Sequoia PPC440EPx eval board 18 years ago
405gp_pci.h
ACEX1K.h Add FPGA Altera Cyclone 2 support 18 years ago
SA-1100.h
_exports.h include/: Remove obsolete references to CONFIG_COMMANDS 17 years ago
ahci.h Add AHCI support to u-boot 18 years ago
altera.h Add FPGA Altera Cyclone 2 support 18 years ago
arm920t.h
arm925t.h [PATCH] omap925.c: Remove unused functions 18 years ago
arm926ejs.h
arm946es.h Add ARM946E cpu and core module targets; remap memory to 0x00000000 19 years ago
armcoremodule.h Update ARM Integrator boards: 19 years ago
at91rm9200_i2c.h Code Cleanup 20 years ago
at91rm9200_net.h * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200 19 years ago
ata.h Minor coding style cleanup. 17 years ago
bcm5221.h Add support for Cogent csb637 19 years ago
bmp_layout.h
bzlib.h
circbuf.h
clps7111.h
cmd_confdefs.h Retire CONFIG_COMMANDS finally. 17 years ago
command.h Remove references to the old cmd_confdefs.h include file. 17 years ago
common.h Correct fixup relocation for mpc83xx 17 years ago
commproc.h Add support for TQM885D board. 18 years ago
config_bootp.h Introduce initial versions of new Command Config files. 17 years ago
config_cmd_all.h Introduce initial versions of new Command Config files. 17 years ago
config_cmd_default.h include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 17 years ago
console.h
crc.h Some code cleanup 18 years ago
da9030.h delta board: DA9030 initialization and i2c support. Some minor changes to 18 years ago
dataflash.h
devices.h Add support for console over UDP (compatible to Ingo Molnar's 20 years ago
dm9161.h * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200 19 years ago
dtt.h [PATCH] Add support for the UC101 board from MAN. 18 years ago
e500.h Patch by Jon Loeliger, 16 Jul 2004: 20 years ago
elf.h
environment.h [PATCH] Select NAND embedded environment from board configuration 18 years ago
exports.h include/: Remove obsolete references to CONFIG_COMMANDS 17 years ago
ext2fs.h ext2fs support added 20 years ago
fat.h Fix fatload command on FAT32 formatted partitions. 18 years ago
fdc.h
fdt.h libfdt: Make fdt_check_header() public 17 years ago
fdt_support.h Moved fdt command support code to fdt_support.c 17 years ago
flash.h [PATCH] Add flash chip M29W320ET/B support 18 years ago
fpga.h Cleanup for GCC-4.x 19 years ago
ft_build.h * Fix a bunch of compiler warnings for gcc 4.0 18 years ago
hush.h
i2c.h [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM 18 years ago
i8042.h
ide.h [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers 18 years ago
image.h Merge with /home/wd/git/u-boot/master 18 years ago
ioports.h Code cleanup. 18 years ago
keyboard.h
kgdb.h
lcd.h include/: Remove obsolete references to CONFIG_COMMANDS 17 years ago
lcdvideo.h
lh7a40x.h * Patch by Paul Ruhland, 10 Jun 2004: 20 years ago
lh7a400.h * Patch by Paul Ruhland, 10 Jun 2004: 20 years ago
lh7a404.h * Patch by Paul Ruhland, 10 Jun 2004: 20 years ago
libfdt.h Add some utilities to manipulate the reserved memory map. 17 years ago
libfdt_env.h libfdt: Make fdt_check_header() public 17 years ago
linux_logo.h
lists.h
logbuff.h Adapt log buffer code to support Linux 2.6 17 years ago
lpd7a400_cpld.h * Patch by Paul Ruhland, 17 May 2004: 20 years ago
lxt971a.h Patches by Lars Munch, 12 Jul 2004: 20 years ago
lynxkdi.h
malloc.h
mii_phy.h
miiphy.h Fix miiphy global data initialization (problem on 4xx boards when no 19 years ago
mk48t59.h include/: Remove obsolete references to CONFIG_COMMANDS 17 years ago
mmc.h
mpc5xx.h Coding stylke cleanup; rebuild CHANGELOG 17 years ago
mpc5xxx.h [ppc] Fix build breakage for all non-4xx PowerPC variants. 17 years ago
mpc8xx.h Coding stylke cleanup; rebuild CHANGELOG 17 years ago
mpc8xx_irq.h
mpc83xx.h Coding stylke cleanup; rebuild CHANGELOG 17 years ago
mpc85xx.h [ppc] Fix build breakage for all non-4xx PowerPC variants. 17 years ago
mpc86xx.h [ppc] Fix build breakage for all non-4xx PowerPC variants. 17 years ago
mpc106.h
mpc824x.h Coding stylke cleanup; rebuild CHANGELOG 17 years ago
mpc8220.h [ppc] Fix build breakage for all non-4xx PowerPC variants. 17 years ago
mpc8260.h Coding stylke cleanup; rebuild CHANGELOG 17 years ago
mpc8260_irq.h
nand.h Add board/cpu specific NAND chip select function to 440 NDFC 18 years ago
net.h include/: Remove obsolete references to CONFIG_COMMANDS 17 years ago
nios-io.h Patch by Scott McNutt, 25 Apr 2004: 20 years ago
nios.h
nios2-epcs.h Nios II - Add EPCS Controller bootrom work-around 18 years ago
nios2-io.h * Patch by Scott McNutt, 21 Oct 2004: 19 years ago
nios2.h Patches by Scott McNutt, 24 Aug 2004: 20 years ago
ns7520_eth.h Add support for NetSilicon NS7520 processor. 19 years ago
ns9750_bbus.h
ns9750_eth.h Patches by Lars Munch, 12 Jul 2004: 20 years ago
ns9750_mem.h
ns9750_ser.h
ns9750_sys.h
ns16550.h Add support for TB5200 board 18 years ago
ns87308.h
part.h [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers 18 years ago
pc_keyb.h
pci.h * Fix a bunch of compiler warnings for gcc 4.0 18 years ago
pci_ids.h Change Id to symbolic name for RTL8139 18 years ago
pcmcia.h include/: Remove obsolete references to CONFIG_COMMANDS 17 years ago
post.h Extend POST support for PPC440 17 years ago
ppc4xx.h [ppc] Fix build breakage for all non-4xx PowerPC variants. 17 years ago
ppc4xx_enet.h [PATCH] Add AMCC PPC405EZ support 17 years ago
ppc405.h Coding stylke cleanup; rebuild CHANGELOG 17 years ago
ppc440.h Coding stylke cleanup; rebuild CHANGELOG 17 years ago
ppc_asm.tmpl [ppc] Fix build breakage for all non-4xx PowerPC variants. 17 years ago
ppc_defs.h
ps2mult.h
reiserfs.h Code cleanup 21 years ago
rtc.h
s3c24x0.h
s3c2400.h Cleanup trab board for GCC-4.x 18 years ago
s3c2410.h
s_record.h
sa1100.h
sata.h Fix S-ATA support. 17 years ago
scsi.h
sed156x.h * Patches by Pantelis Antoniou, 30 Mar 2004: 20 years ago
sed13806.h
serial.h [PATCH] Clean up 40EZ/Acadia support 17 years ago
sm501.h Add SM501 support to HH405 board. 19 years ago
smiLynxEM.h
spartan2.h * Patch by Kurt Stremerch, 03 Sep 2004: 20 years ago
spartan3.h Add Xilinx Spartan3 family FPGA support 19 years ago
spd.h Fix style issues primarily in 85xx and 83xx boards. 19 years ago
spd_sdram.h Support for DDR with 32-data path. Addotional notes on injecting 19 years ago
spi.h
status_led.h Motion-PRO: Add LED support. 17 years ago
sym53c8xx.h
systemace.h
tsi108.h Clean up the code according to codestyle: 18 years ago
universe.h Code cleanup. 20 years ago
usb.h Add rudimentary handling of alternate settings of USB interfaces - to fix 18 years ago
usb_defs.h Remove unnecessary defines from usb_defs.h again. 19 years ago
usbdcore.h
usbdcore_ep0.h
usbdcore_omap1510.h
usbdescriptors.h
version.h Add GIT version information (commid ID) to untagged U-Boot versions 19 years ago
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 Cleanup (PPC4xx is AMCC now) 19 years ago
xilinx.h Add Xilinx Spartan3 family FPGA support 19 years ago
xyzModem.h More code cleanup 18 years ago
zlib.h