summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt2021-01-231-4/+1
| * | | fs: fat: structure for name and extensionHeinrich Schuchardt2021-01-233-28/+31
| * | | fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt2021-01-231-27/+31
| | |/ | |/|
* | | Revert "doc: update Kernel documentation build system"Tom Rini2021-01-2315-1480/+160
* | | Merge branch '2021-01-22-tool-updates'Tom Rini2021-01-236-84/+112
|\ \ \
| * | | tools: env: return error if ubi_update_start() failsMartin Hundebøll2021-01-221-1/+1
| * | | mkimage: Move padding commands outside of FIT_SIGNATUREJoel Stanley2021-01-221-5/+6
| * | | image-fit: Fix FIT_CIPHER linkingJoel Stanley2021-01-222-14/+15
| * | | tools/Makefile: FIT_CIPHER requires libsslJoel Stanley2021-01-221-1/+1
| * | | tools: image-host: add support for several sub-imagesPhilippe Reynes2021-01-221-15/+21
| * | | tools: image-host: clean function fit_config_get_hash_listPhilippe Reynes2021-01-221-56/+76
| |/ /
* | | Merge branch '2021-01-22-doc-updates'Tom Rini2021-01-2322-414/+1792
|\ \ \
| * | | doc: move README.menu to HTML documentationHeinrich Schuchardt2021-01-233-124/+132
| * | | doc: move test/py/README.md to HTML documentationHeinrich Schuchardt2021-01-232-107/+145
| * | | doc: move test/README to HTML documentationHeinrich Schuchardt2021-01-232-0/+1
| * | | doc: structure doc/develop/index.rstHeinrich Schuchardt2021-01-231-3/+19
| * | | doc: update help messagePatrick Delaunay2021-01-231-1/+1
| * | | doc: update Kernel documentation build systemHeinrich Schuchardt2021-01-2315-160/+1480
| * | | doc: FIT image: Clarify format and simplify syntaxAlexandru Gagniuc2021-01-221-19/+14
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini2021-01-223-71/+0
|\ \ \ | |/ / |/| |
| * | mmc: exynos_dw_mmc: remove unused functionJaehoon Chung2021-01-131-56/+0
| * | samsung: arndale: remove board_mmc_init functionJaehoon Chung2021-01-132-15/+0
* | | Merge tag 'u-boot-rockchip-20210121' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2021-01-2125-19/+1594
|\ \ \
| * | | pci: Add Rockchip dwc based PCIe controller driverShawn Lin2021-01-214-0/+890
| * | | phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHYShawn Lin2021-01-213-0/+164
| * | | rockchip: rk3328: Add support for FriendlyARM NanoPi R2SDavid Bauer2021-01-215-0/+516
| * | | configs: rk3399: enable rng on firefly/rock960/rockpro64Peter Robinson2021-01-213-0/+6
| * | | arm: dts: rockchip: rk3399: enable rng at the SoC levelPeter Robinson2021-01-214-13/+1
| * | | rockchip: leez-rk3399: Provide init voltageKever Yang2021-01-211-0/+4
| * | | rockchip: firefly-rk3399: Provide init voltageKever Yang2021-01-211-0/+4
| * | | rockchip: evb-rk3399: Provide init voltageKever Yang2021-01-211-0/+4
| * | | rockchip: puma-haikou: default to SPI bus 1 for SPI-flashHugh Cole-Baker2021-01-212-2/+3
| * | | rockchip: rk3399-roc-pc: default to SPI bus 1 for SPI-flashHugh Cole-Baker2021-01-213-4/+2
|/ / /
* | | Merge branch '2021-01-20-fs-fixes'Tom Rini2021-01-204-29/+42
|\ \ \
| * | | ubifs: do not decide upon uninitialized variableHeinrich Schuchardt2021-01-201-4/+4
| * | | fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt2021-01-201-4/+1
| * | | Fix squashfs failing to load sparse filesCampbell Suter2021-01-201-19/+35
| * | | fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo2021-01-201-2/+2
|/ / /
* | | Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-01-2019-265/+820
|\ \ \
| * | | efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas2021-01-203-2/+24
| * | | efi_loader: efi_size_in_pages() missing parenthesesHeinrich Schuchardt2021-01-201-1/+1
| * | | efi_selftest: use CRLF as line endings in dtbdumpHeinrich Schuchardt2021-01-201-42/+52
| * | | efi_selftest: provide initrddump test toolHeinrich Schuchardt2021-01-203-2/+456
| * | | efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLEHeinrich Schuchardt2021-01-201-2/+3
| * | | efi_selftest: ask before overwriting in dtbdump.efiHeinrich Schuchardt2021-01-201-1/+59
| * | | efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2021-01-205-57/+6
| * | | efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurableHeinrich Schuchardt2021-01-203-1/+10
| * | | efi_loader: make EFI_DT_FIXUP_PROTOCOL configurableHeinrich Schuchardt2021-01-203-5/+12
| * | | efi_loader: fixup protocol, avoid forward declarationHeinrich Schuchardt2021-01-201-10/+17
| * | | efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2021-01-205-10/+33