- eeda3d7 doc: multi-dtb-fit: Remove double underscores by Fabio Estevam · 4 years, 4 months ago
- 1244f36 fs: error handling in do_load() by Heinrich Schuchardt · 4 years, 5 months ago
- 36da57a asm/u-boot.h: remove bd_t definitions by Masahiro Yamada · 4 years, 5 months ago
- bb5a2cf treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 5 months ago
- b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- 02ff91e arm64: Remove CONFIG_SYS_FULL_VA macro by Michal Simek · 4 years, 5 months ago
- 7125d2c Makefile: Silence relocate-rela call by Jan Kiszka · 4 years, 5 months ago
- 499b749 lib: zlib: Remove offset pointer optimization in inftrees.c by Chin Liang See · 4 years, 5 months ago
- b4d14bc Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to Kconfig by Patrick Delaunay · 4 years, 5 months ago
- ea5003a spl: fix ext4fs_mount return code handling by Thomas Schaefer · 4 years, 5 months ago
- 9b83f9c cmd: booti: convert the debug print about image move to printf by Tero Kristo · 4 years, 5 months ago
- fbde758 common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image by Tero Kristo · 4 years, 5 months ago
- 19c6808 image: fdt: bail out with error if no boot time FDT image found by Tero Kristo · 4 years, 5 months ago
- e6676a3 Convert CONFIG_MXC_UART to Kconfig by Tom Rini · 4 years, 5 months ago
- e7885a4 lz4: fix decompressor on big-endian powerpc by Rasmus Villemoes · 4 years, 5 months ago
- aac9f28 doc: Coccinelle: move to HTML doc by Heinrich Schuchardt · 4 years, 5 months ago
- 7c3cc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 4 months ago
- 42e7659 Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 4 months ago
- d40d2c5 acpi: Enable ACPI table generation by default on x86 by Simon Glass · 4 years, 4 months ago
- 4021ee6 x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 4 months ago
- 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 4 months ago
- a308b1f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 4 months ago
- 538c9b3 x86: Update the comment about booting for FSP2 by Simon Glass · 4 years, 4 months ago
- 9ef1686 x86: Store the coreboot table address in global_data by Simon Glass · 4 years, 4 months ago
- 487852b x86: apl: Adjust FSP-M code to avoid hard-coded address by Simon Glass · 4 years, 4 months ago
- efd3132 x86: apl: Set the correct boot mode in the FSP-M code by Simon Glass · 4 years, 4 months ago
- b336a2b x86: Add debugging to table writing by Simon Glass · 4 years, 4 months ago
- b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 4 months ago
- a8c2789 x86: irq: Support flags for acpi_gpe by Simon Glass · 4 years, 4 months ago
- 11e27ae pmc: Move common registers to the header file by Simon Glass · 4 years, 4 months ago
- 62fba44 x86: apl: Hide the p2sb on exit from U-Boot by Simon Glass · 4 years, 4 months ago
- f549d9b x86: apl: Support set_hide() in p2sb driver by Simon Glass · 4 years, 4 months ago
- 6d349e2 p2sb: Add a method to hide the bus by Simon Glass · 4 years, 4 months ago
- 4b0ec52 i2c: designware_i2c: Support ACPI table generation by Simon Glass · 4 years, 4 months ago
- c61c8ef i2c: Add log_ret() on error by Simon Glass · 4 years, 4 months ago
- 767abfc i2c: designware_i2c: Add a little more debugging by Simon Glass · 4 years, 4 months ago
- 43ee86c x86: gpio: Add support for obtaining ACPI info for a GPIO by Simon Glass · 4 years, 4 months ago
- eb2ebbc x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 4 months ago
- 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 4 months ago
- 59cf264 x86: pinctrl: Drop the acpi_path member by Simon Glass · 4 years, 4 months ago
- 6b65148 x86: pinctrl: Set up itss in the probe() method by Simon Glass · 4 years, 4 months ago
- a9331a3 x86: pinctrl: Add multi-ACPI control by Simon Glass · 4 years, 4 months ago
- 05516e3 x86: pinctrl: Update comment for intel_pinctrl_get_pad() by Simon Glass · 4 years, 4 months ago
- 4916f45 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · 4 years, 4 months ago
- 54bcca2 sound: Add an ACPI driver for Maxim MAX98357ac by Simon Glass · 4 years, 4 months ago
- 0324b71 sound: Add an ACPI driver for Dialog Semicondutor da7219 by Simon Glass · 4 years, 4 months ago
- 7f926c9 x86: Add support for building up an NHLT structure by Simon Glass · 4 years, 4 months ago
- bb6772c acpi: Support writing named values by Simon Glass · 4 years, 4 months ago
- 91c2f9c acpi: Support generation of a device by Simon Glass · 4 years, 4 months ago
- 70303d2 x86: Add bindings for NHLT by Simon Glass · 4 years, 4 months ago
- dba7ee4 acpi: mmc: Generate ACPI info for the PCI SD Card by Simon Glass · 4 years, 4 months ago
- d7d631d acpi: Support generation of a generic register by Simon Glass · 4 years, 4 months ago
- 82659cc acpi: Support generation of a scope by Simon Glass · 4 years, 4 months ago
- fea9651 acpi: Export functions to write sized values by Simon Glass · 4 years, 4 months ago
- b4e8433 dm: acpi: Add support for the NHLT table by Simon Glass · 4 years, 4 months ago
- f185895 dm: core: Add a way of overriding the ACPI device path by Simon Glass · 4 years, 4 months ago
- f02d0eb dtoc: Support ACPI paths in of-platdata by Simon Glass · 4 years, 4 months ago
- 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 4 months ago
- 8f9877d binman: Add way to locate an entry in memory by Simon Glass · 4 years, 4 months ago
- 956a908 binman: Refactor binman_entry_find() to allow other nodes by Simon Glass · 4 years, 4 months ago
- db6fb7d binman: Allow setting the ROM offset by Simon Glass · 4 years, 4 months ago
- a4f8208 acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 4 months ago
- fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 4 months ago
- 2034978 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · 4 years, 4 months ago
- 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 4 months ago
- 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 4 months ago
- 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 4 months ago
- 0f7b111 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 4 months ago
- 64ba6f4 acpi: Record the items added to SSDT by Simon Glass · 4 years, 4 months ago
- 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 4 months ago
- b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 4 months ago
- 740630b acpi: Add support for a generic power sequence by Simon Glass · 4 years, 4 months ago
- f8054dd acpi: Add support for writing a GPIO power sequence by Simon Glass · 4 years, 4 months ago
- f9189d5 acpi: Add support for writing a Power Resource by Simon Glass · 4 years, 4 months ago
- 9c70e7e acpi: Add support for various misc ACPI opcodes by Simon Glass · 4 years, 4 months ago
- 0667900 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 4 months ago
- 2357234 acpi: Support writing a GPIO by Simon Glass · 4 years, 4 months ago
- 0e5a0a0 acpi: Support writing Device Properties objects via _DSD by Simon Glass · 4 years, 4 months ago
- 29df845 acpi: Support writing a UUID by Simon Glass · 4 years, 4 months ago
- 7aed90d acpi: Support writing a name by Simon Glass · 4 years, 4 months ago
- 3df33bd acpi: Support writing a string by Simon Glass · 4 years, 4 months ago
- 83b2bd5 acpi: Support writing an integer by Simon Glass · 4 years, 4 months ago
- 03967ce acpigen: Support writing a package by Simon Glass · 4 years, 4 months ago
- 7e148f2 acpigen: Support writing a length by Simon Glass · 4 years, 4 months ago
- 70e5e67 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 4 months ago
- 31e1787 acpi: Support generation of I2C descriptor by Simon Glass · 4 years, 4 months ago
- 4ebc940 acpi: Support generation of a GPIO/irq for a device by Simon Glass · 4 years, 4 months ago
- a9e0a07 acpi: Support generation of GPIO descriptor by Simon Glass · 4 years, 4 months ago
- 7fb8da4 acpi: Support string output by Simon Glass · 4 years, 4 months ago
- 2912686 gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 4 months ago
- ff715c6 acpi: Support generation of interrupt descriptor by Simon Glass · 4 years, 4 months ago
- 61cc933 acpi: Support generation of ACPI code by Simon Glass · 4 years, 4 months ago
- f495513 irq: Add a method to convert an interrupt to ACPI by Simon Glass · 4 years, 4 months ago
- 2715b36 acpi: Add a way to check device status by Simon Glass · 4 years, 4 months ago
- 1361a53 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 4 months ago
- 4b724a1 dm: core: Add an ACPI name for the root node by Simon Glass · 4 years, 4 months ago
- 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 4 months ago
- ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 4 months ago
- d450ce1 coral: Enable the copy framebuffer by Simon Glass · 4 years, 4 months ago
- e1ddf67 timer: Allow delays with a 32-bit microsecond timer by Simon Glass · 4 years, 4 months ago