| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | net: tftp: remove TFTP_MTU_BLOCKSIZE | Patrick Delaunay | 2020-04-27 | 1 | -6/+1 |
| * | | | net: tftp: Add help for CONFIG_TFTP_BLOCKSIZE | Patrick Delaunay | 2020-04-27 | 1 | -0/+4 |
| * | | | fs: ext4: skip journal state if fs has metadata_csum | Arnaud Ferraris | 2020-04-27 | 1 | -0/+3 |
| * | | | test: test_fs error message | Heinrich Schuchardt | 2020-04-27 | 1 | -2/+3 |
| * | | | lib: zlib: fix formatting, reference | Heinrich Schuchardt | 2020-04-27 | 1 | -15/+16 |
| * | | | doc: sphinx: refresh parse-headers.pl from Linux | Heinrich Schuchardt | 2020-04-27 | 1 | -2/+2 |
| * | | | Add .readthedocs.yml | Heinrich Schuchardt | 2020-04-27 | 1 | -0/+19 |
| * | | | doc: specify that xelatex is used as Latex engine | Heinrich Schuchardt | 2020-04-27 | 1 | -0/+2 |
| * | | | tools: fw_env: use erasesize from MEMGETINFO ioctl | Rasmus Villemoes | 2020-04-27 | 1 | -0/+3 |
| * | | | CMD: random: fix return code | Eugeniy Paltsev | 2020-04-27 | 1 | -5/+4 |
| | |/
| |/| |
|
* | | | Merge tag 'mips-pull-2020-04-27' of https://gitlab.denx.de/u-boot/custodians/... | Tom Rini | 2020-04-27 | 70 | -1033/+2320 |
|\ \ \ |
|
| * | | | mips: Add support for SoM "VoCore2". | Mauro Condarelli | 2020-04-27 | 9 | -0/+279 |
| * | | | mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementations | Stefan Roese | 2020-04-27 | 1 | -18/+10 |
| * | | | mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max | Stefan Roese | 2020-04-27 | 1 | -6/+8 |
| * | | | mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error() | Stefan Roese | 2020-04-27 | 1 | -6/+6 |
| * | | | mips: mtmips: Increase CONFIG_SPL_SYS_MALLOC_F_LEN | Stefan Roese | 2020-04-27 | 3 | -4/+4 |
| * | | | mips: mtmips: add support for mt7628-rfb | Weijie Gao | 2020-04-27 | 9 | -0/+210 |
| * | | | mips: mtmips: enable SPL for all boards | Weijie Gao | 2020-04-27 | 8 | -173/+63 |
| * | | | mips: mtmips: add SPL support | Weijie Gao | 2020-04-27 | 9 | -1/+160 |
| * | | | mips: mtmips: rewrite lowlevel codes of mt7628 | Weijie Gao | 2020-04-27 | 17 | -795/+1201 |
| * | | | mips: add a option to support not reserving malloc space on initial stack | Weijie Gao | 2020-04-27 | 2 | -2/+22 |
| * | | | mips: add an option to support initialize SRAM for initial stack | Weijie Gao | 2020-04-27 | 2 | -0/+16 |
| * | | | spl: spl_legacy: Add lzma decompression support for legacy image | Weijie Gao | 2020-04-27 | 1 | -2/+60 |
| * | | | spl: spl_nor: Remove unused variable 'ret' warning | Stefan Roese | 2020-04-27 | 1 | -6/+6 |
| * | | | spl: spl_nor: Move legacy image loading into spl_legacy.c | Stefan Roese | 2020-04-27 | 3 | -8/+40 |
| * | | | spl: spl_legacy: Use IS_ENABLED() to remove #ifdef | Stefan Roese | 2020-04-27 | 1 | -3/+2 |
| * | | | spl: Extract legacy image handling into separate file | Stefan Roese | 2020-04-27 | 3 | -44/+67 |
| * | | | Makefile: add support to generate LZMA compressed u-boot image | Weijie Gao | 2020-04-27 | 1 | -0/+13 |
| * | | | lib: enable lzma decompression support for SPL build | Weijie Gao | 2020-04-27 | 2 | -0/+6 |
| * | | | dts: mtmips: add alternative pinmux node for uart2 | Weijie Gao | 2020-04-27 | 1 | -0/+5 |
| * | | | mips: add a mtmips-specific field to architecture-specific global data | Weijie Gao | 2020-04-27 | 1 | -0/+3 |
| * | | | mips: mtmips: make use of sysreset-resetctrl for mt7628 soc | Weijie Gao | 2020-04-27 | 6 | -9/+6 |
| * | | | sysreset: add reset controller based reboot driver | Weijie Gao | 2020-04-27 | 3 | -0/+55 |
| * | | | mips: spl: Flush cache before jumping to U-Boot proper | Stefan Roese | 2020-04-27 | 2 | -0/+22 |
| * | | | mips: add an option to enable u_boot_list section for SPL loaders in u-boot-s... | Weijie Gao | 2020-04-27 | 2 | -1/+7 |
| * | | | mips: enable support for appending dtb to spl binary | Weijie Gao | 2020-04-27 | 1 | -0/+2 |
| * | | | mips: start.S: avoid overwriting outside gd when clearing global data in stack | Weijie Gao | 2020-04-27 | 1 | -1/+2 |
| * | | | mips: mtmips: add predefined i-cache/d-cache size and linesize | Weijie Gao | 2020-04-27 | 1 | -0/+12 |
| * | | | configs: enable CONFIG_RESTORE_EXCEPTION_VECTOR_BASE for all mtmips boards | Weijie Gao | 2020-04-27 | 4 | -0/+4 |
| * | | | mips: add support to restore exception vector base before booting linux | Weijie Gao | 2020-04-27 | 4 | -0/+54 |
| * | | | bmips: allow disabling usb support | Álvaro Fernández Rojas | 2020-04-27 | 7 | -0/+14 |
| * | | | nand: brcmnand: return without disabling clock | Álvaro Fernández Rojas | 2020-04-27 | 1 | -1/+8 |
| |/ / |
|
* | | | Merge tag 'arc-more-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/c... | Tom Rini | 2020-04-27 | 16 | -172/+657 |
|\ \ \ |
|
| * | | | ARC: AXS10x: cleanup kconfig | Eugeniy Paltsev | 2020-04-27 | 1 | -2/+0 |
| * | | | ARC: HSDK-4xD: make init status resistant to U-boot reloading | Eugeniy Paltsev | 2020-04-27 | 1 | -3/+25 |
| * | | | ARC: HSDK-4xD: use separate config file | Eugeniy Paltsev | 2020-04-27 | 3 | -1/+124 |
| * | | | ARC: HSDK-4xD: tweak memory map | Eugeniy Paltsev | 2020-04-27 | 1 | -0/+58 |
| * | | | ARC: HSDK-4xD: add CSM configuration support | Eugeniy Paltsev | 2020-04-27 | 2 | -0/+30 |
| * | | | ARC: HSDK-4xD: add support for SLC enable/disable | Eugeniy Paltsev | 2020-04-27 | 1 | -0/+22 |
| * | | | ARC: HSDK-4xD: print timer clock value | Eugeniy Paltsev | 2020-04-27 | 2 | -2/+6 |