Commit Graph

  • c11f0d88ba coccinelle: adjust NULL check before free() Heinrich Schuchardt 2020-04-19 11:56:02 +02:00
  • cb2a2ebd4f coccinelle: check for casting malloc output Heinrich Schuchardt 2020-04-19 11:07:34 +02:00
  • b5a2046376 kbuild: cherry-pick kbuild changes from Linux Masahiro Yamada 2020-04-17 16:21:36 +09:00
  • c3da3f5808 kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o Masahiro Yamada 2020-04-17 16:21:35 +09:00
  • f62782fb29 cache: l2x0: Fix write to incorrect shared-override bit Ley Foon Tan 2020-04-17 14:45:35 +08:00
  • a3d7cb1939 README: remove references on no more used config CONFIG_SYS_RCAR_I2C* Patrick Delaunay 2020-04-10 16:34:41 +02:00
  • b5d5d90822 cosmetic: README: Fix one CONFIG name Patrick Delaunay 2020-04-10 16:34:40 +02:00
  • 3a905cd231 dm: mmc: Update mmc_get_mmc_dev() to use const * Simon Glass 2020-04-08 08:33:00 -06:00
  • f05970380e pci: Add a macro to convert BDF from linux to U-Boot Simon Glass 2020-04-08 08:32:59 -06:00
  • 2c2ca207e4 uuid: Use const char * where possible Simon Glass 2020-04-08 08:32:58 -06:00
  • fdc79a6b12 lib: Add a function to convert a string to upper case Simon Glass 2020-04-08 08:32:56 -06:00
  • 4f04d54981 test: Add the beginnings of some string tests Simon Glass 2020-04-08 08:32:55 -06:00
  • 4b4858936f lib: strto: Stop detection when invalid char is used Michal Simek 2020-04-08 10:09:16 +02:00
  • 593f3976be mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0 Baruch Siach 2020-04-05 19:19:31 +03:00
  • 79926e4f2f common/board_f: Make reserve_mmu generic Ovidiu Panait 2020-03-29 20:57:41 +03:00
  • 6184858b85 arm: asm/cache.c: Introduce arm_reserve_mmu Ovidiu Panait 2020-03-29 20:57:40 +03:00
  • 586b15bce8 common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c Ovidiu Panait 2020-03-29 20:57:39 +03:00
  • 4d131cdb67 Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm Tom Rini 2020-04-24 14:07:59 -04:00
  • f94fc11544 Revert "sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB" Tom Rini 2020-04-24 13:13:33 -04:00
  • 18b9c98024 Merge branch '2020-04-24-master-imports' Tom Rini 2020-04-24 13:04:38 -04:00
  • b897306341 sunxi: Fix PHY regression on A20-OLinuXino-Lime2 and A20-Olimex-SOM-EVB Tom Rini 2020-04-24 12:30:45 -04:00
  • 23d203d62e ARM: stm32: Enable bootd, iminfo, imxtract on DHCOM Marek Vasut 2020-04-01 17:13:15 +02:00
  • 08140dba0f travis: Correct error checking when building boards Simon Glass 2020-04-19 17:02:32 -06:00
  • 0dbd6e3698 mkimage: fit: Free buf directly in fit_extract_data() Bin Meng 2020-04-18 01:59:11 -07:00
  • 3fc85a782a mkimage: fit: Unmmap the memory before closing fd in fit_import_data() Lihua Zhao 2020-04-18 01:59:10 -07:00
  • 3b32cf096b tools: Remove the out-of-date MinGW support codes Bin Meng 2020-04-18 01:59:09 -07:00
  • ae2b3e8510 doc: invalid doc link in rstFlatTable.py Heinrich Schuchardt 2020-04-18 02:16:34 +02:00
  • 67b359cf03 spl: Kconfig: de-dup SPL_DM_GPIO definition Joel Johnson 2020-04-17 09:42:29 -06:00
  • 308c6b0d4b fixdep: Re-sync with Linux 5.7-rc1 Masahiro Yamada 2020-04-16 14:01:45 +09:00
  • 9d88a0aae8 fixdep: handle CONFIG_IS_ENABLE() and friends for TPL Masahiro Yamada 2020-04-16 14:01:44 +09:00
  • f9f5a7e524 .mailmap: map Ruchika Gupta's mail address Heinrich Schuchardt 2020-04-15 18:47:38 +00:00
  • be621c11b9 dlmalloc: remove unit test support in SPL Heinrich Schuchardt 2020-04-15 18:46:23 +02:00
  • f6a24a177f lib: do not provide hexdump in SPL Heinrich Schuchardt 2020-04-15 18:46:22 +02:00
  • 6441164dda common: image_sign_info helper functions in SPL Heinrich Schuchardt 2020-04-15 18:46:21 +02:00
  • 4f4d526f59 lib: do not build OID registry in SPL Heinrich Schuchardt 2020-04-15 18:46:19 +02:00
  • b21c08a12b tools: image-host.c: use correct output format Heinrich Schuchardt 2020-04-11 18:36:04 +02:00
  • 0053d26bcc Makefile: ARMv7-M has no CPSR register Heinrich Schuchardt 2020-04-10 11:10:32 +02:00
  • a555557ddc qemu: don't allow to select 32- and 64-bit Heinrich Schuchardt 2020-04-10 09:37:21 +02:00
  • ec8eef5e71 fvp: Add support for loading Android boot images via semihosting Peter Collingbourne 2020-04-03 19:58:24 -07:00
  • ebfe611be9 mkimage: fit_image: Add option to make fit header align Kever Yang 2020-03-30 11:56:24 +08:00
  • 10d887ddfa libfdt: Make fdtdec_get_child_count() available for HOST Kever Yang 2020-03-30 11:56:23 +08:00
  • 02560b1368 tool: use ALIGN() to align the size Kever Yang 2020-03-30 11:56:22 +08:00
  • e5ad99cc99 tools: imx8mimage: remove redundant code Kever Yang 2020-03-30 11:56:21 +08:00
  • e002ee7efc tools: kwbimage: use common ALIGN to do the size align Kever Yang 2020-03-30 11:56:20 +08:00
  • 29e7ab0186 tools: mkimage: use common ALIGN to do the size align Kever Yang 2020-03-30 11:56:19 +08:00
  • cd1cec6364 tool: aisimage: use ALIGN instead of self defiend macro Kever Yang 2020-03-30 11:56:18 +08:00
  • c738adb8db tool: Move ALIGN_MASK to header as common MACRO Kever Yang 2020-03-30 11:56:17 +08:00
  • 9b544c9eb3 docs: Fix conf.py for Sphinx 2.0 Jonathan Corbet 2020-03-20 02:18:30 -04:00
  • 9e3c94d117 env/sf.c: drop private CMD_SAVEENV logic Rasmus Villemoes 2020-02-19 09:47:43 +00:00
  • 1df96a7e76 env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef Rasmus Villemoes 2020-02-19 09:47:42 +00:00
  • 3908bc9344 env/fat.c: remove private CMD_SAVEENV logic Rasmus Villemoes 2020-02-19 09:47:41 +00:00
  • 82b2f41357 env_internal.h: add alternative ENV_SAVE_PTR macro Rasmus Villemoes 2020-02-19 09:47:40 +00:00
  • 1d0adee45c env: add SAVEENV as an alias of the CMD_SAVEENV symbol Rasmus Villemoes 2020-02-19 09:47:39 +00:00
  • df928f8549 bootcount_ext: Add flag to enable/disable bootcount Frédéric Danis 2020-03-17 17:59:09 +01:00
  • 080019b86c make env_entry::callback conditional on !CONFIG_SPL_BUILD Rasmus Villemoes 2020-02-27 13:56:12 +00:00
  • 34284970a1 lib/hashtable.c: don't test ->callback in SPL Rasmus Villemoes 2020-02-27 13:56:11 +00:00
  • 7f529f6585 lib/hashtable.c: create helper for calling env_entry::callback Rasmus Villemoes 2020-02-27 13:56:11 +00:00
  • e13df08a26 env: remove callback.o for an SPL build Rasmus Villemoes 2020-02-27 13:56:10 +00:00
  • 532de8d99c eth: mtk-eth: add mt7531 switch support in mediatek eth driver Landen Chao 2020-02-18 16:49:37 +08:00
  • ea8de984e5 watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment Charles Frey 2020-02-19 16:50:15 +00:00
  • 132e5b6898 ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board Marek Vasut 2020-03-31 19:51:36 +02:00
  • e5899099ab ARM: dts: stm32: Adjust PLL4 settings on AV96 Marek Vasut 2020-03-31 19:51:35 +02:00
  • e7a0251d50 ARM: dts: stm32mp1: remove file stm32mp157-pinctrl.dtsi Patrick Delaunay 2020-04-21 12:27:35 +02:00
  • dbfd9e0e61 dm: pinctrl: Use right device pointer for configuring pinctrl Lokesh Vutla 2020-04-22 22:55:31 +05:30
  • a5f9b8a8b5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv Tom Rini 2020-04-23 08:24:47 -04:00
  • 177c53fe6c riscv: Move all fdt fixups together Atish Patra 2020-04-21 11:15:04 -07:00
  • 73d756fd22 riscv: Copy the reserved-memory nodes to final DT Atish Patra 2020-04-21 11:15:03 -07:00
  • 0cb27856d1 riscv: Setup reserved-memory node for FU540 Atish Patra 2020-04-21 11:15:02 -07:00
  • d4ea649f17 riscv: Provide a mechanism to fix DT for reserved memory Atish Patra 2020-04-21 11:15:01 -07:00
  • f614753c4b fdtdec: Fix boundary check Atish Patra 2020-04-21 11:15:00 -07:00
  • 5370478d1c riscv: Add boot hartid to device tree Atish Patra 2020-04-21 11:14:59 -07:00
  • fa16ec23bc riscv: Make SBI v0.2 the default SBI version Bin Meng 2020-04-16 08:09:33 -07:00
  • ff0fa6c1b3 riscv: Add Kconfig option for SBI v0.2 Bin Meng 2020-04-16 08:09:32 -07:00
  • 6fa022e8fc riscv: Add SMP Kconfig option dependency for U-Boot proper Bin Meng 2020-04-16 08:09:31 -07:00
  • 191636e448 riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL Bin Meng 2020-04-16 08:09:30 -07:00
  • 84dc9d2690 riscv: Merge unnecessary SMP ifdefs in start.S Bin Meng 2020-04-16 08:09:29 -07:00
  • ed1475e2f4 riscv: qemu: Remove the simple-bus driver for the SoC node Bin Meng 2020-04-16 08:09:28 -07:00
  • 846b612014 Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL" Lukas Auer 2020-04-14 23:24:46 +02:00
  • 5988bb9dbf riscv: ax25: cache: Remove SPL_RISCV_MMODE config check Pragnesh Patel 2020-03-14 19:12:28 +05:30
  • caad316b31 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell Tom Rini 2020-04-22 13:00:21 -04:00
  • 2b63959e30 Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc Tom Rini 2020-04-22 08:58:41 -04:00
  • 2448c34f9f drivers: mmc: rpmb: do not build for SPL Heinrich Schuchardt 2020-04-15 18:28:09 +02:00
  • c51b751893 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() Harald Seiler 2020-04-15 11:33:31 +02:00
  • e97590654a spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() Harald Seiler 2020-04-15 11:33:30 +02:00
  • 4a66d4ee33 mmc: tmio: sdhi: Implement get_b_max function Marek Vasut 2020-04-04 12:45:06 +02:00
  • 145429aac0 mmc: Add option to adjust b_max before long read Marek Vasut 2020-04-04 12:45:05 +02:00
  • d2661d8e9f mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations Marek Vasut 2020-04-04 12:45:04 +02:00
  • 80a624f2f0 ARM: rmobile: Increase malloc area size Marek Vasut 2020-04-04 12:45:03 +02:00
  • 8074ffe335 common: bouncebuf: Permit passing custom alignment check function Marek Vasut 2020-04-04 12:45:02 +02:00
  • 453d21381b mmc: adjust Kconfig for mmc sub-commands Heinrich Schuchardt 2020-03-31 17:39:28 +00:00
  • 29617ca39a drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg Rayagonda Kokatanur 2020-03-31 11:04:06 +05:30
  • 7a65b8b6bb drivers: mmc: iproc_sdhci: fix compilation warning Rayagonda Kokatanur 2020-03-31 11:04:05 +05:30
  • 2bb02b1a81 drivers: mmc: iproc_sdhci: enable broken R1B response quirk Bharat Kumar Reddy Gooty 2020-03-31 11:04:04 +05:30
  • d5b8500f03 drivers: mmc: iproc_sdhci: fix possible memory leak Bharat Kumar Reddy Gooty 2020-03-31 11:04:03 +05:30
  • 0469d84636 cmd: mmc: provide boot area protection command Heinrich Schuchardt 2020-03-30 07:24:19 +02:00
  • d5210e4589 cmd: mmc: display write protect state of boot partition Heinrich Schuchardt 2020-03-30 07:24:18 +02:00
  • 1601ea2126 mmc: export mmc_send_ext_csd() Heinrich Schuchardt 2020-03-30 07:24:17 +02:00
  • 9abfe33d10 mmc: EXT_CSD registers for write protection Heinrich Schuchardt 2020-03-30 07:24:16 +02:00
  • f60a66ef5d cmd: mvebu: bubt: show image boot device Joel Johnson 2020-04-17 09:38:08 -06:00
  • 549ba7b440 arm: mvebu: clearfog: enable bubt command Joel Johnson 2020-04-17 09:38:07 -06:00