summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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...Tom 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
| * | cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro2020-04-162-3/+7
| * | cmd: env: use appropriate guid for authenticated UEFI variableAKASHI Takahiro2020-04-161-4/+14
| * | efi_loader: set up secure bootAKASHI Takahiro2020-04-161-0/+38
| * | efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-163-16/+469
| * | efi_loader: variable: add VendorKeys variableAKASHI Takahiro2020-04-161-6/+63
| * | efi_loader: variable: add secure boot state transitionAKASHI Takahiro2020-04-161-3/+228
| * | efi_loader: variable: support variable authenticationAKASHI Takahiro2020-04-162-104/+565
| * | efi_loader: add signature database parserAKASHI Takahiro2020-04-162-0/+229
| * | efi_loader: add signature verification functionsAKASHI Takahiro2020-04-164-0/+738