Commit Graph

4313 Commits (8104deb2d6b77d3793a66016bf993bccd8f6afe2)

Author SHA1 Message Date
Tom Rini 82b9dc63db common: Only build cli_readline.o for CMDLINE on non-SPL 8 years ago
xypron.glpk@gmx.de 902f5bcfbc env: avoid possible NULL pointer access 8 years ago
xypron.glpk@gmx.de 9b57e252ff env: correct sign for error code 8 years ago
B, Ravi 66928afb6b common: dfu: ignore reset for spl-dfu 8 years ago
B, Ravi 1b19cbdbf7 spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT 8 years ago
B, Ravi 6e7585bb64 boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot 8 years ago
B, Ravi 984a3c8777 spl: fdt: support for fdt fixup for falcon boot 8 years ago
Lokesh Vutla 15eb1d43bf spl: reorder the assignment of board info to global data 8 years ago
Philipp Tomsich 2bac55bc16 spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property 8 years ago
Alex Deymo 88b6329cce disk: Return the partition number in part_get_info_by_name() 8 years ago
Alex Deymo 210a7176ee image: Update include/android_image.h 8 years ago
Simon Glass d08e42a8cb dm: video: Add driver-model support to lcd_simplefb 8 years ago
Simon Glass 452614556c dm: video: Refactor lcd_simplefb to prepare for driver model 8 years ago
Jean-Jacques Hiblot d52063b84f scsi: dm: split scsi_scan() 8 years ago
Vikas Manocha 5bf5250e9d spl: make image arg or fdt blob address reconfigurable 8 years ago
Andreas Fenkart 0b2e5bbe6a env_sf: use DIV_ROUND_UP to calculate number of sectors to erase 8 years ago
Andreas Fenkart c041c60c6c env_sf: re-order error handling in single-buffer env_relocate_spec 8 years ago
Andreas Fenkart 8fee8845e7 enf_sf: reuse setup_flash_device instead of open coding it 8 years ago
Andreas Fenkart afa81a7750 env_sf: factor out prepare_flash_device 8 years ago
Tom Rini 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 8 years ago
Jean-Jacques Hiblot 4e27b9a584 dm: scsi: fix divide-by-0 error in scsi_scan() 8 years ago
Jean-Jacques Hiblot 1330a726ff scsi: move the partition initialization out of the scsi detection 8 years ago
Jean-Jacques Hiblot e39cecfdaf scsi: make the LUN a parameter of scsi_detect_dev() 8 years ago
Troy Kisky 1e5eca7d42 usb: return 0 from usb_stor_get_info even if removable media 8 years ago
Simon Glass f1683aa73c board_f: Rename initdram() to dram_init() 8 years ago
Stefano Babic 9d80b49a67 env: split fw_env.h in public and private parts 8 years ago
Stefano Babic b80c0b9934 Rename aes.h to uboot_aes.h 8 years ago
Andrew F. Davis 6dca5e8ab5 spl: net: Add FIT image support over network boot 8 years ago
Alexandru Gagniuc b09ece0836 common/xyzModem.c: Do not use hard-coded address for debug buffer 8 years ago
Alexandru Gagniuc 306b236bc1 common/xyzModem.c: unifdef (Remove useless #ifdefs) 8 years ago
Alexandru Gagniuc 0dcf18c69d spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMC 8 years ago
Nobuhiro Iwamatsu fad6a2b771 common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZE 8 years ago
Vikas Manocha 634fcf0848 spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point 8 years ago
Joakim Tjernlund 3f66149d9f Remove extra fdt_fixup_ethernet() call 8 years ago
Jean-Jacques Hiblot 687d207374 env_mmc: Allow SPL to use any MMC device to load/save the environment 8 years ago
Maxime Ripard fb1c43cc37 common: Move environment choice to Kconfig 8 years ago
Tom Rini 01abae4d04 Remove various unused interrupt related code 8 years ago
Simon Glass 1fbf97dc45 board_f: powerpc: Drop unused headers 8 years ago
Simon Glass e47b2d674f board_f: Make relocation functions generic 8 years ago
Simon Glass 96d4b75c0d board_f: Make init_helpers generic 8 years ago
Simon Glass e5fb573f64 powerpc: Move setup_board_extra() into a PPC file 8 years ago
Simon Glass 056285fd45 board_f: Move errno.h down to the bottom 8 years ago
Simon Glass 479312233c board_f: Drop unused headers 8 years ago
Simon Glass 76b00aca4f board_f: Drop setup_dram_config() wrapper 8 years ago
Simon Glass abf7f4c704 board_f: Drop CONFIG_SPL_BUILD check 8 years ago
Simon Glass 0f079eb51c board_f: Put video memory reservation in one function 8 years ago
Simon Glass 80d4bcd3ec board_f: Move the extra #ifdef condition into reserve_mmu() 8 years ago
Simon Glass b56db48615 board_f: Use a single condition for reserve_logbuffer() 8 years ago
Simon Glass c67f432ecd xtensa: Place relocated U-Boot in the normal place 8 years ago
Simon Glass 088454cde2 board_f: Drop return value from initdram() 8 years ago