Commit Graph

  • dc597d1d40 imx: cpu: support tmu Peng Fan 2020-05-03 22:19:57 +08:00
  • ef56281cf3 imx: regs: add more fuse bank structure Peng Fan 2020-05-03 22:19:56 +08:00
  • 3462b55d17 imx8mp: Set default SNSR25C for TMU probe1 Ye Li 2020-05-03 22:19:55 +08:00
  • ebb9aab318 imx: load calibration parameters from fuse for i.MX8MP Ye Li 2020-05-03 22:19:54 +08:00
  • 94c693d782 imx: i.MX8MN: Enable loading TASR and TCALIV from fuse Ye Li 2020-05-03 22:19:53 +08:00
  • 70487ff386 imx8mm: Load fuse for TMU TCALIV and TASR Ye Li 2020-05-03 22:19:52 +08:00
  • 634fe73eed thermal: imx_tmu: support i.MX8MP Peng Fan 2020-05-03 22:19:51 +08:00
  • 951bf19dae thermal: imx_tmu: Check the TEMP range for iMX8MM Peng Fan 2020-05-03 22:19:50 +08:00
  • b5447b98f2 thermal: imx_tmu: Fix for temperature out of range Peng Fan 2020-05-03 22:19:49 +08:00
  • 84897408c6 thermal: imx_tmu: support TMU arch level initialization Peng Fan 2020-05-03 22:19:48 +08:00
  • fc8657b7fb thermal: imx_tmu: Add support for thermal sensor on iMX8MM Peng Fan 2020-05-03 22:19:47 +08:00
  • 2cd7f47983 thermal: Add thermal driver for i.MX8M Peng Fan 2020-05-03 22:19:46 +08:00
  • 6039d669f4 thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensor Ye Li 2020-05-03 22:19:45 +08:00
  • 580fab4a82 eQos: Implement the read_rom_hwaddr callback Ye Li 2020-05-03 22:41:20 +08:00
  • 9d4194f179 fec: Move imx_get_mac_from_fuse declare to imx file Ye Li 2020-05-03 22:41:19 +08:00
  • 0e9d23945c net: eqos: implement callbaks to get interface and set txclk rate Fugang Duan 2020-05-03 22:41:18 +08:00
  • 3a97da12ee net: dwc_eth_qos: add dwc eqos for imx support Fugang Duan 2020-05-03 22:41:17 +08:00
  • e32e4d0f58 net: phy: realtek: add rx delay support for RTL8211F Fugang Duan 2020-05-03 22:41:16 +08:00
  • 6a895d039b net: Update eQos driver and FEC driver to use eth phy interfaces Ye Li 2020-05-03 22:41:15 +08:00
  • 5fe419ef2a net: Add eth phy generic driver for shared MDIO Ye Li 2020-05-03 22:41:14 +08:00
  • d2b70205dd net: eth-uclass: add return value check Peng Fan 2020-05-03 22:41:13 +08:00
  • a6979f78bc pinctrl: nxp: scu: Check the pad partition before set pinmux Ye Li 2020-05-03 21:01:27 +08:00
  • d19c1cb525 imx8mq_phanbell: Run SPL with caches enabled Fabio Estevam 2020-05-01 17:46:36 -03:00
  • 3b26d527d3 net: fec: add fuse check Peng Fan 2020-05-01 22:08:37 +08:00
  • 0bd3d911df usb: mx6: add fuse check Peng Fan 2020-05-01 22:08:36 +08:00
  • 7d1ee741d1 i2c: mxc: add fuse check Peng Fan 2020-05-01 22:08:35 +08:00
  • 3c42c0f673 imx: add module fuse support Peng Fan 2020-05-01 22:08:34 +08:00
  • b52fb0b0b5 ARM: imx: pico-imx8mq: Add support for Technexion Pico-iMX8MQ Marek Vasut 2020-04-29 20:09:08 +02:00
  • b77d0292ca Merge branch 'master' of git://git.denx.de/u-boot Stefano Babic 2020-05-10 13:03:56 +02:00
  • bdb15776f6 cmd: efidebug: fix -Werror=type-limits warning Heinrich Schuchardt 2020-05-09 17:59:19 +02:00
  • 39821d58c9 net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii mode Murali Karicheri 2020-04-17 11:12:09 -04:00
  • 552f19f8fe configs: ti: Fix usage of undefined variable overlay_files Suman Anna 2020-04-24 13:39:52 -05:00
  • de699187b5 doc: add Unicode functions to API description Heinrich Schuchardt 2020-05-09 09:00:59 +02:00
  • 311da04a67 lib: charset: correct function descriptions Heinrich Schuchardt 2020-05-09 08:57:42 +02:00
  • efe3b5c8df test: unit test for u16_strsize() Heinrich Schuchardt 2020-05-09 09:16:49 +02:00
  • 4835d35acf charset: Add support for calculating bytes occupied by a u16 string Sughosh Ganu 2020-05-06 22:12:41 +03:00
  • 7fec249bb7 efi_selftest: add unit test functions to HTML documentation Heinrich Schuchardt 2020-05-09 07:33:43 +02:00
  • e2a5b86030 cmd: efidebug: add a comment against Coverity check (300329) AKASHI Takahiro 2020-05-08 14:50:18 +09:00
  • d67591dc22 cmd: efidebug: fix a wrong handling of arguments AKASHI Takahiro 2020-05-08 14:50:47 +09:00
  • b433acbb81 efi_loader: variable: check a return value of uuid__str_to_bin() AKASHI Takahiro 2020-05-08 14:51:21 +09:00
  • 52d7bfe787 efi_loader: image_loader: fix a Coverity check against array access AKASHI Takahiro 2020-05-08 14:51:59 +09:00
  • c5c657644b Merge branch '2020-05-08-assorted-fixes' Tom Rini 2020-05-08 18:58:19 -04:00
  • be51c3ca08 test: fix naming of test functions in the log test suite Heinrich Schuchardt 2020-05-06 18:26:08 +02:00
  • d0ba026bd2 test: describe naming conventions for macro UNIT_TEST Heinrich Schuchardt 2020-05-06 18:26:07 +02:00
  • 6d3524c2ad env/sf.c: honour CONFIG_SPL_SAVEENV Rasmus Villemoes 2020-03-27 00:02:00 +01:00
  • 6b6c620c82 sata: dwc_ahsata: Fix memory issue in reset_sata Ye Li 2020-05-03 22:27:03 +08:00
  • cdff6fba32 sata: dwc_ahsata: Fix incorrect free Ye Li 2020-05-03 22:27:02 +08:00
  • 87e2cb530f sata: ahsata: Fix wrong operand for checking SERR DIAG_X Ye Li 2020-05-03 22:27:01 +08:00
  • bf38cbf9a2 sata: ahsata: Fix resource leak Ye Li 2020-05-03 22:27:00 +08:00
  • a5e609b982 Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2020-05-08 14:56:23 -04:00
  • ea02cfb649 Merge branch '2020-05-07-more-kconfig-migrations' Tom Rini 2020-05-08 13:48:37 -04:00
  • 702de89cc6 treewide: mem: Move mtest related defines to Kconfig Ashok Reddy Soma 2020-05-04 15:26:21 +02:00
  • a389c9cd93 treewide: mem: Enable MEMTEST via defconfig Michal Simek 2020-05-04 15:26:20 +02:00
  • 475d89d94d treewide: mem: Remove alternate memtest setup from Mox and x530 Michal Simek 2020-05-04 15:26:19 +02:00
  • e519f03a18 cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping Michal Simek 2020-05-04 13:54:40 +02:00
  • c39e19a9b0 configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigs Patrick Delaunay 2020-02-26 10:28:42 +01:00
  • 8cc28146f5 configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs Patrick Delaunay 2020-02-26 10:28:41 +01:00
  • b11dc33e36 configs: Resync with savedefconfig Tom Rini 2020-05-08 09:08:39 -04:00
  • 67887903af Merge branch '2020-05-07-atheros-phy-improvements' Tom Rini 2020-05-07 14:51:44 -04:00
  • d7ca3ce3d3 efi_loader: crypto/pkcs7_parser.h is not a local include Heinrich Schuchardt 2020-05-07 17:57:43 +02:00
  • 6f146155f8 efi_loader: pkcs7_parse_message() returns error pointer Patrick Wildt 2020-05-07 02:17:14 +02:00
  • 9ad15227bb efi_loader: efi_variable_parse_signature() returns NULL on error Patrick Wildt 2020-05-07 02:13:18 +02:00
  • 42a426e027 efi_loader: put device tree into EfiACPIReclaimMemory Heinrich Schuchardt 2020-05-06 20:32:31 +02:00
  • 9900e4623a efi_loader: use logical and in do_env_print_efi() Heinrich Schuchardt 2020-05-06 02:01:34 +02:00
  • 306bf6e7ff efi_loader: do not unnecessarily use EFI_CALL() Heinrich Schuchardt 2020-05-06 01:51:04 +02:00
  • 3fdff6be40 efi_loader: error handling in efi_set_variable_common(). Heinrich Schuchardt 2020-05-06 01:37:25 +02:00
  • 549b79e8e0 efi_loader: remove redundant assignment in dp_fill() Heinrich Schuchardt 2020-05-06 01:28:08 +02:00
  • b37a0b5c89 kbuild: efi: Avoid rebuilding efi targets Jan Kiszka 2020-05-04 14:38:29 +02:00
  • 8737c65fe4 phy: atheros: consolidate {ar8031|ar8035}_config() Michael Walle 2020-05-07 00:11:59 +02:00
  • 6333cbb381 phy: atheros: ar8035: remove static clock config Michael Walle 2020-05-07 00:11:58 +02:00
  • fe6293a809 phy: atheros: add device tree bindings and config Michael Walle 2020-05-07 00:11:57 +02:00
  • 2b7721552a phy: atheros: move delay config to common function Michael Walle 2020-05-07 00:11:56 +02:00
  • f6ae47be1a phy: atheros: introduce debug read and write functions Michael Walle 2020-05-07 00:11:55 +02:00
  • 30e3193128 phy: atheros: use defines for PHY IDs Michael Walle 2020-05-07 00:11:54 +02:00
  • f4d48f43b2 phy: atheros: fix AR8021 PHY ID mask Michael Walle 2020-05-07 00:11:53 +02:00
  • 4d4e4cf779 phy: atheros: Clarify the intention of ar8021_config Vladimir Oltean 2020-05-07 00:11:52 +02:00
  • 13114f38e2 phy: atheros: Explicitly disable RGMII delays Vladimir Oltean 2020-05-07 00:11:51 +02:00
  • a234ae863a phy: atheros: Clarify the configuration of the CLK_25M output pin Vladimir Oltean 2020-05-07 00:11:50 +02:00
  • 29602f9c4b phy: atheros: Use common functions for RGMII internal delays Vladimir Oltean 2020-05-07 00:11:49 +02:00
  • 4346df3392 phy: atheros: Make RGMII Tx delays actually configurable for AR8035 Vladimir Oltean 2020-05-07 00:11:48 +02:00
  • 69bf66ad8c Merge branch '2020-05-06-master-imports' Tom Rini 2020-05-07 09:02:28 -04:00
  • 5168d7a626 menu: add support for client defined statusline function Thirupathaiah Annapureddy 2020-03-18 11:38:42 -07:00
  • fdf0819afb rsa: fix alignment issue when getting public exponent Heiko Stuebner 2020-05-03 13:26:34 +02:00
  • c2a2123e33 cmd: cache: Fix non-cached memory cachability Patrice Chotard 2020-04-28 11:38:03 +02:00
  • af6d4c0567 arm: vexpress64: Remove unneeded CONFIG_ check Andre Przywara 2020-04-27 19:18:04 +01:00
  • 56e403d95f arm: juno: enable USB Andre Przywara 2020-04-27 19:18:03 +01:00
  • be0d09695d arm: juno: Use PSCI based reset Andre Przywara 2020-04-27 19:18:02 +01:00
  • b3270e9138 arm: juno: Enable OF_CONTROL Andre Przywara 2020-04-27 19:18:01 +01:00
  • deaa511d87 arm: juno: Fix UART clock rate Andre Przywara 2020-04-27 19:18:00 +01:00
  • e3e2d662a2 uart: pl011: Add proper DM clock support Andre Przywara 2020-04-27 19:17:59 +01:00
  • 7d6dae0dfb arm: juno: Fix Juno address variables Andre Przywara 2020-04-27 19:17:58 +01:00
  • 682fef9ff6 include/eeprom.h: fix build errors Rasmus Villemoes 2020-02-18 08:39:42 +00:00
  • 7946a814a3 Revert "mkimage: fit: Do not tail-pad fitImage with external data" Tom Rini 2020-05-06 11:05:17 -04:00
  • 653f7c4467 cache: l2x0: Fix missing write to Auxiliary Control Register Ley Foon Tan 2020-05-04 18:41:55 +08:00
  • 15c160301c scripts/get_default_envs.sh: preserve order of multiple entries for same variable Rasmus Villemoes 2020-01-06 12:01:17 +00:00
  • ef5a7438ac board: atmel: Fix compiler warning 'board_usb_hw_init()' not used Josef Lusticky 2020-04-17 09:32:25 +02:00
  • 1259567ae3 Merge git://git.denx.de/u-boot-usb Tom Rini 2020-05-05 14:53:51 -04:00
  • 9a3cc7b6d4 Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2020-05-05 12:32:44 -04:00
  • 191ee8aac6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx Tom Rini 2020-05-05 09:08:53 -04:00
  • 425fefa9a3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 Tom Rini 2020-05-04 11:06:14 -04:00