summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello2020-08-131-25/+0
* mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello2020-08-131-1/+1
* arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay2020-08-132-47/+58
* arm: stm32mp: bsec: use IS_ENABLED to prevent ifdefPatrick Delaunay2020-08-131-40/+46
* board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setupPatrick Delaunay2020-08-131-3/+3
* board: stm32mp1: use IS_ENABLED to prevent ifdef in env functionsPatrick Delaunay2020-08-131-19/+17
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_initPatrick Delaunay2020-08-131-30/+30
* board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fixPatrick Delaunay2020-08-131-5/+5
* board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_infPatrick Delaunay2020-08-131-9/+11
* board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_initPatrick Delaunay2020-08-131-8/+3
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_powerPatrick Delaunay2020-08-131-4/+4
* board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_con...Patrick Delaunay2020-08-131-6/+9
* board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_checkPatrick Delaunay2020-08-131-26/+26
* usb: host: dwc3-sti-glue: Fix ofnode_valid() parameterPatrice Chotard2020-08-131-1/+1
* configs: Resync with savedefconfigv2020.10-rc2Tom Rini2020-08-10749-991/+857
* test/py: fix SquashFS testsWIP/10Aug2020Joao Marcos Costa2020-08-103-14/+16
* Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigWIP/08Aug2020Tom Rini2020-08-08317-586/+139
* Makefile: sunxi: Don't use binman to build ATF imageSimon Glass2020-08-081-0/+4
* test/py: serial# cannot be overwritten on some devicesHeinrich Schuchardt2020-08-081-2/+5
* Merge branch '2020-08-07-misc-improvements'Tom Rini2020-08-08122-352/+3535
|\
| * test: py: test_shell_run() with CONFIG_HUSH_PARSER=nWIP/2020-08-07-misc-improvementsHeinrich Schuchardt2020-08-071-3/+3
| * tests: support mkfs.ext4 without metadata_csumStephen Warren2020-08-072-3/+8
| * board: presidio: add LED supportJway Lin2020-08-071-0/+31
| * led: led_cortina: Add CAxxx LED supportJway Lin2020-08-074-1/+310
| * Travis: Add squashfs-toolsTom Rini2020-08-071-0/+1
| * test/py: Add tests for the SquashFS commandsJoao Marcos Costa2020-08-075-0/+103
| * fs/fs.c: add symbolic link case to fs_ls_generic()Joao Marcos Costa2020-08-071-0/+3
| * fs/squashfs: add support for zlib decompressionJoao Marcos Costa2020-08-071-0/+30
| * include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa2020-08-075-0/+140
| * fs/squashfs: add filesystem commandsJoao Marcos Costa2020-08-074-0/+50
| * fs/squashfs: new filesystemJoao Marcos Costa2020-08-0716-0/+2297
| * cmd: Update the memory-search commandSimon Glass2020-08-078-43/+124
| * test: Add a flag for tests that need console recordingSimon Glass2020-08-072-0/+11
| * dm: Rename DM test flags to make them more genericSimon Glass2020-08-0777-300/+301
| * console: Always define the console-recording functionsSimon Glass2020-08-072-2/+42
| * test: Add a way to check part of a console line or skip itSimon Glass2020-08-072-0/+81
|/
* Merge branch '2020-08-07-mkimage-improvements'Tom Rini2020-08-072-46/+64
|\
| * mkimage: fit: fix import of external dataPatrick Oppenlander2020-08-071-2/+2
| * mkimage: fit: include image cipher in configuration signaturePatrick Oppenlander2020-08-071-0/+17
| * mkimage: fit: don't cipher ciphered dataPatrick Oppenlander2020-08-071-1/+14
| * mkimage: fit: handle FDT_ERR_NOSPACE when cipheringPatrick Oppenlander2020-08-071-9/+10
| * mkimage: fit: only process one cipher nodePatrick Oppenlander2020-08-071-35/+22
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/06Aug2020Tom Rini2020-08-064-25/+24
|\
| * usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese2020-08-053-16/+14
| * usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese2020-08-051-4/+4
| * usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese2020-08-051-1/+1
| * usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese2020-08-051-4/+5
* | Merge branch '2020-08-06-Kconfig-sram-options'Tom Rini2020-08-0621-112/+155
|\ \
| * | common/board_r: Move blkcache_init call earlier in the boot sequenceWIP/2020-08-06-Kconfig-sram-optionsOvidiu Panait2020-08-061-3/+3
| * | blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2020-08-062-7/+10