aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-20Merge branch '2020-04-17-master-imports'Tom Rini3-81/+65
2020-04-20Merge tag 'u-boot-amlogic-20200420' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+29
2020-04-20Merge tag 'ti-v2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-6/+37
2020-04-20Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-imxTom Rini14-18/+896
2020-04-20generic-phy: add generic_phy_get_by_node()Neil Armstrong1-0/+29
2020-04-18Add support for i.MXRT1020-EVK boardGiulio Benetti1-0/+46
2020-04-18dt-bindings: pinctrl: add i.MXRT1020 pins definitionGiulio Benetti1-0/+763
2020-04-18clk: imx: add i.IMXRT1020 clk driverGiulio Benetti1-0/+52
2020-04-18imxrt1050_evk: add 16bpp video support if video layer enabledGiulio Benetti1-0/+15
2020-04-17colibri_imx6: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17colibri-imx6ull: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17apalis_imx6: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17colibri_imx7: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17colibri_vf: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17verdin-imx8mm: add nfsboot wrapper to envIgor Opaniuk1-0/+6
2020-04-17configs: tqma6x_mba6x: update default configs for device modelMichael Krummsdorf2-7/+5
2020-04-17mx6ullevk: Enable Ethernet supportFabio Estevam1-0/+9
2020-04-17mx6ul_evk: Move CONFIG_FEC_MXC to defconfigFabio Estevam1-1/+0
2020-04-17ata: sort ATA commandsHeinrich Schuchardt1-42/+42
2020-04-17include/ata.h: remove invalid linksHeinrich Schuchardt1-5/+2
2020-04-17image: Add a common compression type detection function.Atish Patra1-0/+21
2020-04-17ide: remove duplicate defines form include/ata.hHeinrich Schuchardt1-34/+0
2020-04-16doc: update reference to README.boardPatrick Delaunay1-1/+1
2020-04-16gpio: sandbox: cleanup binding supportPatrick Delaunay1-0/+24
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay1-0/+16
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay1-0/+15
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay1-1/+5
2020-04-16gpio: update dir_flags managementPatrick Delaunay1-6/+16
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-0/+6
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-34/+0
2020-04-16gpio: remove GPIOD_REQUESTEDPatrick Delaunay1-5/+4
2020-04-16dt-bindings: gpio: document the new pull-up/pull-down flagsPatrick Delaunay1-0/+6
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay3-1/+169
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-1/+177
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini9-36/+129
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay1-27/+0
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi3-0/+84
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi1-0/+16
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass1-4/+7
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt2-0/+17
2020-04-16log: output for CONFIG_LOG=nHeinrich Schuchardt1-5/+5
2020-04-16test: Add hexdump.h to the unit test headerSimon Glass1-0/+1
2020-04-16acpi: Add support for DMARSimon Glass1-0/+54
2020-04-16acpi: Add a central location for table version numbersSimon Glass1-0/+60
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass2-0/+8
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-0/+394
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-0/+0
2020-04-16acpi: Add a simple sandbox testSimon Glass1-0/+1
2020-04-16dm: core: Add basic ACPI supportSimon Glass3-0/+80
2020-04-16spi: Add SPI mode enumsSimon Glass1-0/+33