aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setupPatrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in env functionsPatrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_initPatrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fixPatrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_infPatrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_initPatrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_powerPatrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_con...Patrick Delaunay
2020-08-13board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_checkPatrick Delaunay
2020-08-13usb: host: dwc3-sti-glue: Fix ofnode_valid() parameterPatrice Chotard
2020-08-10configs: Resync with savedefconfigTom Rini
2020-08-10test/py: fix SquashFS testsJoao Marcos Costa
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini
2020-08-08Makefile: sunxi: Don't use binman to build ATF imageSimon Glass
2020-08-08test/py: serial# cannot be overwritten on some devicesHeinrich Schuchardt
2020-08-08Merge branch '2020-08-07-misc-improvements'Tom Rini
2020-08-07test: py: test_shell_run() with CONFIG_HUSH_PARSER=nHeinrich Schuchardt
2020-08-07tests: support mkfs.ext4 without metadata_csumStephen Warren
2020-08-07board: presidio: add LED supportJway Lin
2020-08-07led: led_cortina: Add CAxxx LED supportJway Lin
2020-08-07Travis: Add squashfs-toolsTom Rini
2020-08-07test/py: Add tests for the SquashFS commandsJoao Marcos Costa
2020-08-07fs/fs.c: add symbolic link case to fs_ls_generic()Joao Marcos Costa
2020-08-07fs/squashfs: add support for zlib decompressionJoao Marcos Costa
2020-08-07include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa
2020-08-07fs/squashfs: add filesystem commandsJoao Marcos Costa
2020-08-07fs/squashfs: new filesystemJoao Marcos Costa
2020-08-07cmd: Update the memory-search commandSimon Glass
2020-08-07test: Add a flag for tests that need console recordingSimon Glass
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-07console: Always define the console-recording functionsSimon Glass
2020-08-07test: Add a way to check part of a console line or skip itSimon Glass
2020-08-07Merge branch '2020-08-07-mkimage-improvements'Tom Rini
2020-08-07mkimage: fit: fix import of external dataPatrick Oppenlander
2020-08-07mkimage: fit: include image cipher in configuration signaturePatrick Oppenlander
2020-08-07mkimage: fit: don't cipher ciphered dataPatrick Oppenlander
2020-08-07mkimage: fit: handle FDT_ERR_NOSPACE when cipheringPatrick Oppenlander
2020-08-07mkimage: fit: only process one cipher nodePatrick Oppenlander
2020-08-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2020-08-06Merge branch '2020-08-06-Kconfig-sram-options'Tom Rini
2020-08-06common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2020-08-06common/board_r: Remove initr_serial wrapperOvidiu Panait
2020-08-06drivers: serial: Make serial_initialize return intOvidiu Panait
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait
2020-08-06board_f: Remove setup_board_part1Ovidiu Panait
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait
2020-08-06board_f: Move sram bdinfo assignments to generic codeOvidiu Panait
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait