aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-17mx6ullevk: Enable Ethernet supportFabio Estevam3-0/+64
2020-04-17mx6ul_evk: Remove FEC related board codeFabio Estevam1-50/+0
2020-04-17mx6ul_evk: Move CONFIG_FEC_MXC to defconfigFabio Estevam2-1/+1
2020-04-17mx7ulp: Only enable LDO if it is not already enabledFabio Estevam1-11/+14
2020-04-17mx7ulp: Remove duplicated definitionsFabio Estevam1-4/+0
2020-04-16Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini5-10/+126
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini28-147/+3306
2020-04-16ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev1-1/+2
2020-04-16ARC: HSDK: Enable on-chip reset controllerEugeniy Paltsev2-0/+8
2020-04-16ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev1-3/+3
2020-04-16ARC: CACHE: add support for SL$ disableEugeniy Paltsev2-7/+114
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini53-205/+1166
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass3-24/+111
2020-04-16test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2-0/+60
2020-04-16fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor1-10/+26
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay5-58/+3
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi2-36/+3
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi8-0/+189
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi3-0/+27
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass3-6/+10
2020-04-16dm: core: Add logging on unbind failureSimon Glass2-10/+14
2020-04-16fdt: Fix 'system' commandTom Warren1-1/+1
2020-04-16sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUGHeinrich Schuchardt4-0/+7
2020-04-16sandbox: implement ft_board_setup()Heinrich Schuchardt2-0/+7
2020-04-16sandbox: add reserved-memory node in device treeHeinrich Schuchardt2-0/+39
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass1-2/+4
2020-04-16doc: driver-model: there is no UCLASS_ETHERNETHeinrich Schuchardt1-1/+1
2020-04-16configs: sandbox: enable LOG_SYSLOGHeinrich Schuchardt3-0/+3
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt2-0/+284
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt9-2/+199
2020-04-16log: output for CONFIG_LOG=nHeinrich Schuchardt1-5/+5
2020-04-16log: syslog driverHeinrich Schuchardt5-1/+129
2020-04-16log: correct CONFIG_LOG_TEST prerequisitesHeinrich Schuchardt1-1/+1
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2-36/+18
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt1-1/+1
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt1-4/+2
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes1-0/+9
2020-04-16sandbox: Update PCI nodes in dts filesTom Rini5-13/+18
2020-04-16sandbox: p2sb: Silence compiler warningSimon Glass1-1/+1
2020-04-16serial: Set baudrate on bootSean Anderson1-0/+1
2020-04-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini62-442/+1089
2020-04-16test: Add hexdump.h to the unit test headerSimon Glass1-0/+1
2020-04-16acpi: Add support for DMARSimon Glass3-0/+101
2020-04-16acpi: Add a central location for table version numbersSimon Glass5-0/+141
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass3-2/+10
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass12-385/+412
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass15-17/+15
2020-04-16acpi: Add a simple sandbox testSimon Glass5-0/+70
2020-04-16dts: Add a binding for hid-over-i2cSimon Glass1-0/+44
2020-04-16dm: core: Add basic ACPI supportSimon Glass7-0/+124