| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/get_default_envs.sh: preserve order of multiple entries for same vari... | Rasmus Villemoes | 2020-05-06 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.denx.de/u-boot-sh | Tom Rini | 2020-05-04 | 1 | -5/+0 |
|\ |
|
| * | net: tulip: Remove CONFIG_TULIP_* | Marek Vasut | 2020-05-01 | 1 | -3/+0 |
| * | net: pcnet: Remove CONFIG_PCNET_79C97x | Marek Vasut | 2020-05-01 | 1 | -2/+0 |
* | | configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig | Patrick Delaunay | 2020-05-01 | 1 | -1/+0 |
|/ |
|
* | configs: Resync with savedefconfig | Tom Rini | 2020-04-28 | 1 | -3/+0 |
* | kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPL | Masahiro Yamada | 2020-04-28 | 1 | -2/+8 |
* | coccinelle: adjust NULL check before free() | Heinrich Schuchardt | 2020-04-24 | 1 | -13/+11 |
* | coccinelle: check for casting malloc output | Heinrich Schuchardt | 2020-04-24 | 1 | -0/+102 |
* | kbuild: cherry-pick kbuild changes from Linux | Masahiro Yamada | 2020-04-24 | 4 | -41/+46 |
* | kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o | Masahiro Yamada | 2020-04-24 | 1 | -2/+3 |
* | fixdep: Re-sync with Linux 5.7-rc1 | Masahiro Yamada | 2020-04-24 | 1 | -45/+47 |
* | fixdep: handle CONFIG_IS_ENABLE() and friends for TPL | Masahiro Yamada | 2020-04-24 | 1 | -5/+7 |
* | scripts: add documentation-file-ref-check | Heinrich Schuchardt | 2020-04-17 | 1 | -0/+226 |
* | acpi: Add an __ACPI__ preprocessor symbol | Simon Glass | 2020-04-16 | 1 | -2/+2 |
* | kconfig / kbuild: Re-sync with Linux 4.19 | Tom Rini | 2020-04-10 | 30 | -237/+384 |
* | kconfig / kbuild: re-sync with Linux 4.18 | Tom Rini | 2020-03-16 | 40 | -1023/+1192 |
* | scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bc | Rob Herring | 2020-03-16 | 4 | -16/+206 |
* | kbuild: remove unused dtc-version.sh script | Masahiro Yamada | 2020-03-16 | 2 | -22/+0 |
* | scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGS | Tom Rini | 2020-03-16 | 1 | -0/+1 |
* | scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGS | Tom Rini | 2020-03-16 | 1 | -0/+4 |
* | kbuild: Re-sync DTC flag logic with v4.17 | Tom Rini | 2020-03-16 | 2 | -21/+16 |
* | kbuild: fixdep: Resync this with v4.17 | Tom Rini | 2020-03-16 | 1 | -201/+150 |
* | fixdep: fix U-Boot own code to handle only valid symbol characters | Masahiro Yamada | 2020-03-16 | 1 | -1/+1 |
* | configs: Resync with savedefconfig | Tom Rini | 2020-02-28 | 1 | -1/+0 |
* | net: convert NET_MAXDEFRAG to Kconfig | Rasmus Villemoes | 2020-02-13 | 1 | -1/+0 |
* | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini | 2020-02-11 | 5 | -0/+55 |
|\ |
|
| * | dtc: add ability to make nodes conditional on them being referenced | Maxime Ripard | 2020-02-05 | 5 | -0/+55 |
* | | watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig | Marek Vasut | 2020-02-03 | 1 | -1/+0 |
|/ |
|
* | Remove redundant YYLOC global declarationWIP/2020-01-30-master-imports | Peter Robinson | 2020-01-30 | 1 | -1/+0 |
* | libfdt: Revert 6dcb8ba4 from upstream libfdt | Tom Rini | 2020-01-30 | 2 | -42/+11 |
* | dts: add property removal option CONFIG_OF_REMOVE_PROPS | Anatolij Gustschin | 2020-01-27 | 1 | -0/+8 |
* | arm/km: remove unmaintained board kmsuv31 | Holger Brunck | 2020-01-23 | 1 | -1/+0 |
* | arm/km: remove unmaintained board SUGP1 | Holger Brunck | 2020-01-23 | 1 | -1/+0 |
* | arm/km: add support for SUSE2 | Holger Brunck | 2020-01-23 | 1 | -0/+1 |
* | configs: Resync with savedefconfig | Tom Rini | 2020-01-22 | 1 | -14/+0 |
* | common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA | Simon Glass | 2020-01-17 | 1 | -1/+0 |
* | common: Drop CONFIG_POST_STD/ALT_LIST | Simon Glass | 2020-01-17 | 1 | -2/+0 |
* | common: Drop floppy disk support | Simon Glass | 2020-01-17 | 1 | -34/+0 |
* | powerpc/mpc85xx: drop eSDHC periperhal clock code | Yangbo Lu | 2020-01-16 | 1 | -2/+0 |
* | arm/km: remove board KMCOGE3UN | Holger Brunck | 2020-01-10 | 1 | -1/+0 |
* | m68k: Drop CONFIG_MCFPIT support | Tom Rini | 2020-01-10 | 1 | -1/+0 |
* | Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is en... | Jean-Jacques Hiblot | 2020-01-07 | 1 | -0/+4 |
* | Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Jan2020 | Tom Rini | 2020-01-07 | 1 | -3/+0 |
|\ |
|
| * | imx6: aristainetos: convert CONFIG_DM_SPI | Heiko Schocher | 2020-01-07 | 1 | -1/+0 |
| * | video: lg4573: convert to DM | Heiko Schocher | 2020-01-07 | 1 | -2/+0 |
* | | board/km: remove CONFIG_KM_BOARD_NAME | Holger Brunck | 2019-12-23 | 1 | -1/+0 |
* | | ppc/km: convert KM_DEF_NETDEV to Kconfig | Holger Brunck | 2019-12-23 | 1 | -1/+0 |
* | | fdt: Show the preprocessed .dts file on error | Simon Glass | 2019-12-15 | 1 | -1/+3 |
* | | dm: gpio: Allow control of GPIO uclass in SPL | Simon Glass | 2019-12-15 | 1 | -1/+0 |
|/ |
|