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/common
Tom Rini 2313d48445 Merge git://git.denx.de/u-boot-nand-flash 9 years ago
..
eeprom cmd: eeprom: add support for layout aware commands 9 years ago
init bootstage: call show_boot_progress also in SPL 9 years ago
spl Merge git://git.denx.de/u-boot-nand-flash 9 years ago
Kconfig common/Kconfig: Change the default BOOTDELAY to 2 9 years ago
Makefile verified-boot: Minimal support for booting U-Boot proper from SPL 9 years ago
autoboot.c autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set 9 years ago
bedbug.c Consolidate bool type 12 years ago
board_f.c board_f: Don't require CONFIG_SYS_MONITOR_BASE 9 years ago
board_info.c generic-board: allow showing custom board info 10 years ago
board_r.c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 9 years ago
bootm.c bootm: Align cache flush end address correctly 9 years ago
bootm_os.c cosmetic: debug: Replace #ifdef DEBUG with debug() macro 9 years ago
bootretry.c Rename bootretry functions and remove #ifdefs 11 years ago
bootstage.c Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
bouncebuf.c Fix a few printf argument verification warnings 11 years ago
cli.c common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE 9 years ago
cli_hush.c hush: Add rudimentary support for PS1 and PS2 9 years ago
cli_readline.c spl, common, serial: build SPL without serial support 10 years ago
cli_simple.c common: cli_simple: use strlcpy instead of strcpy 9 years ago
command.c Drop command-processing code when CONFIG_CMDLINE is disabled 9 years ago
console.c debug_uart: Remove duplicated carriage return handling 9 years ago
cros_ec.c cros_ec: Remove unused cros_ec_board_init() function 10 years ago
ddr_spd.c Add more SPDX-License-Identifier tags 9 years ago
dlmalloc.c malloc: improve memalign fragmentation fix 9 years ago
dlmalloc.src Consolidate bool type 12 years ago
edid.c edid: Add a function to read detailed monitor timings 10 years ago
env_attr.c env: Add regex support to env_attrs 10 years ago
env_callback.c common: env: initialize scalar variable 9 years ago
env_common.c env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used 9 years ago
env_dataflash.c env: Add env_export() wrapper 11 years ago
env_eeprom.c env_eeprom invalidates gd->env_addr by setting it to an offset value 9 years ago
env_embedded.c nand_spl: remove nand_spl infrastructure 11 years ago
env_ext4.c common: Add support for environment file in EXT4. 9 years ago
env_fat.c dm: block: Rename device number member dev to devnum 9 years ago
env_flags.c tools: fix env_flags build 9 years ago
env_flash.c env_flash.c: Drop unused variables 11 years ago
env_mmc.c dm: env: mmc: Convert env_mmc to support CONFIG_BLK 9 years ago
env_nand.c nand: Embed mtd_info in struct nand_chip 9 years ago
env_nowhere.c Coding Style cleanup: remove trailing white space 12 years ago
env_nvram.c env: Add env_export() wrapper 11 years ago
env_onenand.c env: Add env_export() wrapper 11 years ago
env_remote.c Coding Style cleanup: remove trailing white space 12 years ago
env_sata.c common: env: support sata device 9 years ago
env_sf.c common: env_sf: Add exclamation mark 9 years ago
env_ubi.c common: env_ubi: Clear environment buffer before reading 9 years ago
exports.c board/ls2085rdb: Export functions for standalone AQ FW load apps 10 years ago
fb_mmc.c dm: block: Adjust device calls to go through helpers function 9 years ago
fb_nand.c common: fb_nand: won't compile 9 years ago
fdt_support.c fdt: Document the rest of struct of_bus 9 years ago
flash.c mpc8xx: remove SPD823TS board support 10 years ago
hash.c hash.c: Conditionally compile hash_command, static hash_show 9 years ago
hwconfig.c Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
ide.c dm: ide: Add support for driver-model block devices 9 years ago
image-android.c image: fix support for Android boot images with no ramdisk 10 years ago
image-fdt.c efi_loader: Call fdt preparation functions 9 years ago
image-fit.c common: image-fit: Cleanup spelling mistakes 9 years ago
image-sig.c image: Convert to use fdt_for_each_subnode macro 10 years ago
image-sparse.c fastboot: sparse: remove unnecessary logging 9 years ago
image.c image: Add boot_get_fpga() to load fpga with bootm 9 years ago
iomux.c Move console definitions into a new console.h file 10 years ago
iotrace.c common: Make sure arch-specific map_sysmem() is defined 10 years ago
kallsyms.c Add support for Linux-like kallsysms 16 years ago
kgdb.c Fix spelling of "occurred". 9 years ago
kgdb_stubs.c Use correct spelling of "U-Boot" 9 years ago
lcd.c lcd: Fix compile warning in 64bit mode 9 years ago
lcd_console.c common/lcd_console: introduce display/framebuffer rotation 10 years ago
lcd_console_rotation.c common/lcd_console: introduce display/framebuffer rotation 10 years ago
lcd_simplefb.c common/lcd_simplefb: Add support for 32bit organized framebuffers 10 years ago
lynxkdi.c checkpatch whitespace cleanups 14 years ago
main.c Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot 9 years ago
malloc_simple.c malloc_simple: Add a little more debugging 9 years ago
memsize.c Revert "common/memsize.c: Simplify RAM size detection" 9 years ago
menu.c Fix typo choosen in comments and printf logs 9 years ago
miiphyutil.c common: miiphyutil: avoid memory leak 9 years ago
s_record.c Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
sata.c dm: sata: Add support for driver-model block devices 9 years ago
scsi.c dm: scsi: if_typename should be scsi 9 years ago
splash.c lcd: split splash code into its own function 10 years ago
splash_source.c splash_source: add support for ubifs formatted nand 9 years ago
stdio.c stdio: Correct a build error with driver model 9 years ago
system_map.c Add support for Linux-like kallsysms 16 years ago
update.c update: tftp: dfu: Extend update_tftp() function to support DFU 10 years ago
usb.c usb: move CONFIG_USB_XHCI to Kconfig with renaming 9 years ago
usb_hub.c usb: hub: Don't continue on get_port_status failure 9 years ago
usb_kbd.c usb: kbd: Do not deregister usbkbd twice when using dm 9 years ago
usb_storage.c dm: blk: Add a easier way to create a named block device 9 years ago
xyzModem.c lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value 9 years ago