summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-17mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra1-1/+1
2020-07-17board/km: update MAINTAINERS emailHolger Brunck5-5/+5
2020-07-17doc: correct description of crash dumpsHeinrich Schuchardt1-3/+5
2020-07-17fixdep: fix CONFIG_IS_ENABLED etc. handlingStephen Warren1-0/+1
2020-07-17mkimage: Fix error message if write less data then expectedMylène Josserand1-4/+11
2020-07-17remove include/config_defaults.hRasmus Villemoes4-25/+0
2020-07-17doc: multi-dtb-fit: Remove double underscoresFabio Estevam1-2/+2
2020-07-17fs: error handling in do_load()Heinrich Schuchardt1-5/+7
2020-07-17asm/u-boot.h: remove bd_t definitionsMasahiro Yamada1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada17-22/+22
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada489-784/+801
2020-07-17arm64: Remove CONFIG_SYS_FULL_VA macroMichal Simek2-5/+0
2020-07-17Makefile: Silence relocate-rela callJan Kiszka1-6/+8
2020-07-17lib: zlib: Remove offset pointer optimization in inftrees.cChin Liang See1-11/+8
2020-07-17Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay7-10/+14
2020-07-17spl: fix ext4fs_mount return code handlingThomas Schaefer1-1/+1
2020-07-17cmd: booti: convert the debug print about image move to printfTero Kristo1-1/+2
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo5-7/+33
2020-07-17image: fdt: bail out with error if no boot time FDT image foundTero Kristo1-1/+1
2020-07-17Convert CONFIG_MXC_UART to KconfigTom Rini149-59/+96
2020-07-17lz4: fix decompressor on big-endian powerpcRasmus Villemoes1-56/+39
2020-07-17doc: Coccinelle: move to HTML docHeinrich Schuchardt2-11/+26
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini107-256/+7998
2020-07-17Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini73-718/+2697
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass2-1/+2
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass5-9/+9
2020-07-17x86: acpi: Correct the version of the MADTSimon Glass1-1/+1
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass2-12/+0
2020-07-17x86: Update the comment about booting for FSP2Simon Glass1-0/+1
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass3-2/+14
2020-07-17x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass1-1/+2
2020-07-17x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass1-1/+2
2020-07-17x86: Add debugging to table writingSimon Glass1-10/+28
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass6-13/+46
2020-07-17x86: irq: Support flags for acpi_gpeSimon Glass2-0/+40
2020-07-17pmc: Move common registers to the header fileSimon Glass2-9/+14
2020-07-17x86: apl: Hide the p2sb on exit from U-BootSimon Glass1-0/+13
2020-07-17x86: apl: Support set_hide() in p2sb driverSimon Glass2-15/+42
2020-07-17p2sb: Add a method to hide the busSimon Glass2-1/+34
2020-07-17i2c: designware_i2c: Support ACPI table generationSimon Glass3-1/+136
2020-07-17i2c: Add log_ret() on errorSimon Glass1-2/+2
2020-07-17i2c: designware_i2c: Add a little more debuggingSimon Glass1-5/+5
2020-07-17x86: gpio: Add support for obtaining ACPI info for a GPIOSimon Glass1-0/+34
2020-07-17x86: apl: Use memory-mapped access for VBTSimon Glass2-14/+6
2020-07-17x86: Add error checking for csrt table generationSimon Glass1-6/+13
2020-07-17x86: pinctrl: Drop the acpi_path memberSimon Glass2-6/+0
2020-07-17x86: pinctrl: Set up itss in the probe() methodSimon Glass1-4/+4
2020-07-17x86: pinctrl: Add multi-ACPI controlSimon Glass2-0/+14
2020-07-17x86: pinctrl: Update comment for intel_pinctrl_get_pad()Simon Glass1-0/+1
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass5-16/+51