summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | common/board_r: Remove initr_serial wrapperOvidiu Panait2020-08-061-7/+1
| * | drivers: serial: Make serial_initialize return intOvidiu Panait2020-08-063-4/+6
| * | dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait2020-08-061-4/+5
| * | board_f: Remove setup_board_part1Ovidiu Panait2020-08-061-11/+1
| * | board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait2020-08-062-34/+27
| * | board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait2020-08-062-15/+25
| * | board_f: Move sram bdinfo assignments to generic codeOvidiu Panait2020-08-061-5/+5
| * | board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2020-08-066-18/+28
| * | board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2020-08-062-1/+18
| * | board_f: Introduce setup_bdinfo initcallOvidiu Panait2020-08-062-0/+16
| * | cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait2020-08-063-8/+4
| * | Kconfig: Remove CONFIG_SYS_SRAM_STARTOvidiu Panait2020-08-064-7/+2
| * | Kconfig: Convert CONFIG_SYS_SRAM_SIZE to KconfigOvidiu Panait2020-08-065-5/+7
| * | Kconfig: Convert CONFIG_SYS_SRAM_BASE to KconfigOvidiu Panait2020-08-063-2/+5
| * | Kconfig: Introduce CONFIG_SYS_HAS_SRAMOvidiu Panait2020-08-061-0/+11
|/ /