- 4969d21 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · 4 years, 8 months ago
- 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 8 months ago
- 40f1170 kconfig / kbuild: re-sync with Linux 4.18 by Tom Rini · 4 years, 9 months ago
- 3f8ede9 scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc by Rob Herring · 4 years, 9 months ago
- a96c20a kbuild: remove unused dtc-version.sh script by Masahiro Yamada · 4 years, 9 months ago
- bb18258 scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGS by Tom Rini · 4 years, 9 months ago
- 5fb3964 scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS by Tom Rini · 4 years, 9 months ago
- d6d264c kbuild: Re-sync DTC flag logic with v4.17 by Tom Rini · 4 years, 9 months ago
- 9f4bf57 kbuild: fixdep: Resync this with v4.17 by Tom Rini · 4 years, 9 months ago
- cfcfef4 fixdep: fix U-Boot own code to handle only valid symbol characters by Masahiro Yamada · 4 years, 9 months ago
- d49f582 configs: Resync with savedefconfig by Tom Rini · 4 years, 9 months ago
- a94b3ac net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · 4 years, 10 months ago
- b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
- a96fe17 dtc: add ability to make nodes conditional on them being referenced by Maxime Ripard · 4 years, 10 months ago
- 40919d9 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 5 years ago
- a3d97a0 Remove redundant YYLOC global declaration by Peter Robinson · 4 years, 10 months ago
- bea42b7 libfdt: Revert 6dcb8ba4 from upstream libfdt by Tom Rini · 4 years, 10 months ago
- 0856834 dts: add property removal option CONFIG_OF_REMOVE_PROPS by Anatolij Gustschin · 4 years, 11 months ago
- 530b4fd arm/km: remove unmaintained board kmsuv31 by Holger Brunck · 4 years, 11 months ago
- 09f3404 arm/km: remove unmaintained board SUGP1 by Holger Brunck · 4 years, 11 months ago
- 55b3c6c arm/km: add support for SUSE2 by Holger Brunck · 4 years, 11 months ago
- f6e6e1a configs: Resync with savedefconfig by Tom Rini · 4 years, 10 months ago
- 8927bf2 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 5 years ago
- cf9bdcc common: Drop CONFIG_POST_STD/ALT_LIST by Simon Glass · 5 years ago
- 1f26500 common: Drop floppy disk support by Simon Glass · 5 years ago
- d9adb4e powerpc/mpc85xx: drop eSDHC periperhal clock code by Yangbo Lu · 5 years ago
- e306c67 arm/km: remove board KMCOGE3UN by Holger Brunck · 5 years ago
- ed2f660 m68k: Drop CONFIG_MCFPIT support by Tom Rini · 5 years ago
- 83a4041 Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is enabled by Jean-Jacques Hiblot · 5 years ago
- fefee55 Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 11 months ago
- c958bbf imx6: aristainetos: convert CONFIG_DM_SPI by Heiko Schocher · 5 years ago
- 9cd9eca video: lg4573: convert to DM by Heiko Schocher · 5 years ago
- b3d5f19 board/km: remove CONFIG_KM_BOARD_NAME by Holger Brunck · 5 years ago
- ac4eb2c ppc/km: convert KM_DEF_NETDEV to Kconfig by Holger Brunck · 5 years ago
- 370efef fdt: Show the preprocessed .dts file on error by Simon Glass · 5 years ago
- fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
- 5ace6ff lib: crypto: add pkcs7 message parser by AKASHI Takahiro · 5 years ago
- 5492364 lib: add oid registry utility by AKASHI Takahiro · 5 years ago
- 1472404 Makefile: add build script for asn1 parsers by AKASHI Takahiro · 5 years ago
- f702526 cmd: add asn1_compiler by AKASHI Takahiro · 5 years ago
- e799f92 configs: Resync with savedefconfig by Tom Rini · 5 years ago
- 0b0342f Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig by Tom Rini · 5 years ago
- d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
- 11402e8 scripts: dtc: ignore files generated generated by python by Bartosz Golaszewski · 5 years ago
- a685979 tools: checkpatch: Restore 'debug' and 'printf' to logFunctions list by James Byrne · 5 years ago
- 28862bf configs: Resync with savedefconfig by Tom Rini · 5 years ago
- 5cd7ece env: Finish migration of common ENV options by Tom Rini · 5 years ago
- f4bdf1b env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 5 years ago
- 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
- 4bb26a4 defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT by Tom Rini · 5 years ago
- a59f612 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
- ecdb78e configs: Resync with savedefconfig by Tom Rini · 5 years ago
- b1a4928 usb: Add Cadence USB3 host and gadget driver by Vignesh Raghavendra · 5 years ago
- c5db519 pylibfdt: Correct the type for fdt_property_stub() by Simon Glass · 5 years ago
- fd92666 pylibfdt: Sync up with upstream by Simon Glass · 5 years ago
- 7ccca83 pylibfdt: Convert to Python 3 by Simon Glass · 5 years ago
- a5e1a58 fdt: Sync up to the latest libfdt by Simon Glass · 5 years ago
- d46efeb checkpatch.pl: update from Linux kernel v5.4-rc3 by Heinrich Schuchardt · 5 years ago
- 8cbe9a3 libfdt: fix typo on comment by Giulio Benetti · 5 years ago
- ab742cf libfdt: Allow #size-cells of 0 by Matthias Brugger · 5 years ago
- a1d7a43 libfdt: return correct value if #size-cells property is not present by Matthias Brugger · 5 years ago
- 76ddba1 libfdt: fdt_address_cells() and fdt_size_cells() by Matthias Brugger · 5 years ago
- abab18c binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
- 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
- 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
- 3d9239d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
- 13960fd Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig by Breno Matheus Lima · 5 years ago
- a9a3d00 mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig by Siva Durga Prasad Paladugu · 6 years ago
- f7bcc09 arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option by Simon Glass · 5 years ago
- f409f1a watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig by Heiko Schocher · 5 years ago
- 9a10207 Kconfig: Migrate CONFIG_BOOTM_* options by Tom Rini · 5 years ago
- 527ded8 configs: Resync with savedefconfig by Tom Rini · 5 years ago
- 4cc76c1 scrapyard: Delete this file and script by Tom Rini · 5 years ago
- 38df997 Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig by Hannes Schmelzer · 5 years ago
- 23b37f9 mtd: nand: raw: Move CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig by Stefan Roese · 5 years ago
- d36b102 Convert CONFIG_ARCH_CPU_INIT to Kconfig by Adam Ford · 5 years ago
- 1ef0c49 Convert CONFIG_MX_CYCLIC to Kconfig by Adam Ford · 5 years ago
- 0183658 Convert CONFIG_FSL_USDHC to Kconfig by Adam Ford · 5 years ago
- e076d7c kconfig: Convert CONFIG_MXS_GPIO to Kconfig by Lukasz Majewski · 5 years ago
- 2c7a8d4 configs: Resync with savedefconfig by Tom Rini · 5 years ago
- a38c518 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
- 3bb91f6 powerpc/km: remove unmaintained board KMLION1 by Holger Brunck · 5 years ago
- b6375e7 powerpc/km: remove unmaintained target KMVECT1 by Holger Brunck · 5 years ago
- e15e4b5 km/arm: remove unmaintained target PORTL2 by Pascal Linder · 5 years ago
- 8a30f4a km: clean up header files for KM Kirkwood boards by Pascal Linder · 5 years ago
- 3eff62e km: remove obsolete definitions in KM header files by Pascal Linder · 5 years ago
- aaef3bf Drop PCMCIA by Simon Glass · 5 years ago
- 1171a49 x86: Avoid writing temporary asl files into the source tree by Simon Glass · 5 years ago
- 6a05765 Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
- ec5f71a autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
- 9e476d9 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
- e699378 autoboot: Drop unused CONFIG_MENUPROMPT by Simon Glass · 5 years ago
- e767d0b Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · 5 years ago
- 225055b ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVM by Adam Ford · 5 years ago
- a33efa8 efi_loader: always rebuild efi_crt0.o by Heinrich Schuchardt · 5 years ago
- 05e2fa3 ARM: zynq: delete long-dead CONFIG_USB_CABLE_CHECK by Robert P. J. Day · 6 years ago
- 6130c61 Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
- 14ec68c libfdt: Copy the struct region in fdt_resize() by Simon Glass · 5 years ago
- 1ac5f6c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
- 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago