summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2020-04-16-master-imports'WIP/17Apr2020Tom Rini2020-04-1785-481/+1395
|\
| * board_f.c: Ensure 16 alignment of start_addr_sp and reserved memoryWIP/2020-04-16-master-importsPatrick Delaunay2020-04-161-14/+18
| * arm: set the relocated gd with gd->new_gdPatrick Delaunay2020-04-161-2/+1
| * Revert "stm32mp1: remove the imply BOOTSTAGE"Patrick Delaunay2020-04-161-0/+2
| * board_f.c: Ensure gd->new_bootstage alignmentPatrice Chotard2020-04-161-0/+5
| * arm: imx: update reference to README.mxc_habPatrick Delaunay2020-04-161-2/+2
| * doc: device-tree-bindings: update reference to binding directoryPatrick Delaunay2020-04-161-1/+1
| * doc: update reference to README.boardPatrick Delaunay2020-04-167-7/+7
| * doc: update reference to README.imx8imagePatrick Delaunay2020-04-164-4/+4
| * doc: update reference to README.imximagePatrick Delaunay2020-04-1641-41/+41
| * Kconfig: update reference to README.x86Patrick Delaunay2020-04-161-1/+1
| * README: update reference to *.READMEPatrick Delaunay2020-04-161-1/+1
| * test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-163-22/+232
| * test: dm: update test for pins configuration in gpioPatrick Delaunay2020-04-165-27/+163
| * gpio: sandbox: cleanup binding supportPatrick Delaunay2020-04-163-9/+42
| * test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay2020-04-163-11/+56
| * pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay2020-04-161-0/+30
| * dt-bindings: gpio: alignment with kernel v5.3Patrick Delaunay2020-04-162-126/+196
| * gpio: add ops to set dir flagsPatrick Delaunay2020-04-162-5/+28
| * gpio: add ops to get dir flagsPatrick Delaunay2020-04-162-6/+40
| * gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-162-1/+35
| * gpio: update dir_flags managementPatrick Delaunay2020-04-162-8/+41
| * gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-162-6/+9
| * gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
| * gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
| * gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
| * gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
| * gpio: remove the open_drain API and opsPatrick Delaunay2020-04-166-154/+0
| * gpio: remove GPIOD_REQUESTEDPatrick Delaunay2020-04-161-5/+4
| * dt-bindings: gpio: document the new pull-up/pull-down flagsPatrick Delaunay2020-04-162-0/+30
| * dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay2020-04-161-19/+11
| * dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-168-2/+317
| * dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay2020-04-161-18/+9
| * README: remove requirement for CHANGELOG entryKarl Palsson2020-04-161-2/+0
| * fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo2020-04-161-1/+19
| * fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo2020-04-161-0/+8
| * fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo2020-04-161-10/+12
|/
* Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-04-165-10/+126
|\
| * ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev2020-04-161-1/+2
| * ARC: HSDK: Enable on-chip reset controllerEugeniy Paltsev2020-04-162-0/+8
| * ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev2020-04-161-3/+3
| * ARC: CACHE: add support for SL$ disableEugeniy Paltsev2020-04-162-7/+114
* | Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/16Apr2020Tom Rini2020-04-1628-147/+3306
|\ \
| * | efi_loader: add some description about UEFI secure bootAKASHI Takahiro2020-04-161-0/+77
| * | travis: add packages for UEFI secure boot testAKASHI Takahiro2020-04-161-1/+10
| * | sandbox: add extra configurations for UEFI and related testsAKASHI Takahiro2020-04-162-0/+6
| * | efi_loader, pytest: add UEFI secure boot tests (image)AKASHI Takahiro2020-04-162-0/+238
| * | efi_loader, pytest: add UEFI secure boot tests (authenticated variables)AKASHI Takahiro2020-04-161-0/+282
| * | efi_loader, pytest: set up secure boot environmentAKASHI Takahiro2020-04-163-0/+180
| * | cmd: efidebug: add "test bootmgr" sub-commandAKASHI Takahiro2020-04-161-1/+77