Commit Graph

  • a3f50d0386 dm: core: Add an ofnode function to obtain the flat tree Simon Glass 2022-09-06 20:27:20 -06:00
  • ee88ba71ac dm: core: Provide a way to reset the device tree Simon Glass 2022-09-06 20:27:19 -06:00
  • 66d0d0c188 dm: core: Expand integer-reading tests Simon Glass 2022-09-06 20:27:18 -06:00
  • 8d805929b1 efi_loader: fix efi_initrd_deregister() Heinrich Schuchardt 2022-09-30 01:55:02 +02:00
  • 0dfc4c84d8 efi_selftest: prefix test functions with efi_st_ Heinrich Schuchardt 2022-09-22 15:16:30 +02:00
  • 0e21943b94 doc: improve description of autostart Heinrich Schuchardt 2022-09-10 09:16:37 +02:00
  • 8909066199 dm: core: Drop ofnode_is_available() Simon Glass 2022-09-06 20:27:17 -06:00
  • 52ad21aa2c dm: core: Add a macro to iterate through properties Simon Glass 2022-09-06 20:27:16 -06:00
  • f46ec93ed5 dm: core: Avoid creating a name property when unflattening Simon Glass 2022-09-06 20:27:15 -06:00
  • 9243224687 dm: core: Rename ofnode_get_property_by_prop() Simon Glass 2022-09-06 20:27:14 -06:00
  • 4b1f571465 dm: core: Rename ofnode_get_first/next_property() Simon Glass 2022-09-06 20:27:13 -06:00
  • 1701359f75 dm: core: Reduce code size with dev_of_offset() Simon Glass 2022-09-06 20:27:12 -06:00
  • 8d468a188f sandbox: test: Provide an easy way to use the other FDT Simon Glass 2022-09-06 20:27:11 -06:00
  • 756c01422d sandbox: Support setting up the other FDT for testing Simon Glass 2022-09-06 20:27:10 -06:00
  • 9859d89b6e sandbox: Support loading the other FDT Simon Glass 2022-09-06 20:27:09 -06:00
  • 73c5cb9dac sandbox: Add a function to load a relative file path Simon Glass 2022-09-06 20:27:08 -06:00
  • 2b90e0d54e test: Drop the UT_TESTF_LIVE_OR_FLAT flag Simon Glass 2022-09-06 20:27:07 -06:00
  • eb6e903a56 test: Detect a change in the device tree Simon Glass 2022-09-06 20:27:06 -06:00
  • 0e4b697f88 test: Make a copy of the device tree before running a test Simon Glass 2022-09-06 20:27:05 -06:00
  • 9830698765 dm: core: Drop the const from ofnode Simon Glass 2022-09-06 20:27:04 -06:00
  • c3a194dec9 dm: core: Support writing a property to an empty node Simon Glass 2022-09-06 20:27:03 -06:00
  • ffe9039249 dm: core: Allow adding ofnode subnodes Simon Glass 2022-09-06 20:27:02 -06:00
  • 5ecba3ba40 dm: core: Document the livetree structures properly Simon Glass 2022-09-06 20:27:01 -06:00
  • 62d638386c test: Support testing malloc() failures Simon Glass 2022-09-06 20:27:00 -06:00
  • 7c14dc7f77 test: Fix missing livetree test runs Simon Glass 2022-09-06 20:26:59 -06:00
  • b215b6034c event: Pass the images to EVT_FT_FIXUP Simon Glass 2022-09-06 20:26:58 -06:00
  • 829d51246f dm: core: Pass a root node to of_find_node_by_phandle() Simon Glass 2022-09-06 20:26:57 -06:00
  • b5001cb4bd event: Allow multiple spy declarations for each event Simon Glass 2022-09-06 20:26:56 -06:00
  • f39e5b802a event: Fix a typo in the EVENT help Simon Glass 2022-09-06 20:26:55 -06:00
  • 96d0c4514f sandbox: power: Update PMIC driver to use log Simon Glass 2022-09-06 20:26:54 -06:00
  • b7f134eece log: update the comment for log_msg_ret() Simon Glass 2022-09-06 20:26:53 -06:00
  • f3543e6944 treewide: Drop image_header_t typedef Simon Glass 2022-09-06 20:26:52 -06:00
  • da79b2f25e treewide: Drop image_info_t typedef Simon Glass 2022-09-06 20:26:51 -06:00
  • d9d7c20b73 treewide: Drop bootm_headers_t typedef Simon Glass 2022-09-06 20:26:50 -06:00
  • c56b2bb9b9 image: Fix BOOTM_STATE values Simon Glass 2022-09-06 20:26:49 -06:00
  • 97c0a9c570 Merge branch '2022-09-29-assorted-fixes' Tom Rini 2022-09-29 16:06:19 -04:00
  • 76f921eb95 board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only Pierre-Clément Tosi 2022-09-09 21:16:18 +01:00
  • d21bbb98cc pci: Remove duplicate PCI_REGION_IO / "io" line Pali Rohár 2022-09-15 15:54:45 +02:00
  • 316590db29 tools: env: Fix missing closedir in ubi_get_volnum_by_name Miaoqian Lin 2022-09-19 08:28:09 +04:00
  • d2ab2a2baf board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style data Nishanth Menon 2022-09-21 08:38:42 -05:00
  • c47bb10a4d vexpress64: also consider DTB pointer in x1 Andre Przywara 2022-09-21 18:09:46 +01:00
  • 34d5feaefe fs: btrfs: remove the usage of undeclared fs_mutex variable Pankaj Raghav 2022-09-28 17:23:01 +02:00
  • dc1c02cb59 configs: rockchip: Drop TPL_MAX_SIZE definition Michael Trimarchi 2022-09-24 15:36:24 +02:00
  • d779fc399c Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog Tom Rini 2022-09-27 11:05:37 -04:00
  • 01c88e3dcd Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians/u-boot-stm into next Tom Rini 2022-09-27 08:53:51 -04:00
  • c11cedc876 autoboot: make sure watchdog device(s) are handled with keyed autoboot Rasmus Villemoes 2022-09-27 11:54:02 +02:00
  • c5f5ee3732 watchdog: max6370: use __udelay() to avoid recursion Pali Rohár 2022-09-27 12:19:19 +02:00
  • 51443c9a49 watchdog: gpio_wdt: use __udelay() to avoid recursion Rasmus Villemoes 2022-09-27 09:45:44 +02:00
  • 762d410e0d configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board Patrice Chotard 2022-09-26 17:59:36 +02:00
  • 55ccdee315 Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next Tom Rini 2022-09-26 11:28:14 -04:00
  • ffa2c88bcf Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next Tom Rini 2022-09-26 11:27:30 -04:00
  • 2b5dee9485 configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag Patrice Chotard 2022-09-20 18:04:36 +02:00
  • 3cc471d30a configs: stm32f769-disco: Fix internal flash size Patrice Chotard 2022-09-20 18:04:35 +02:00
  • ab5c4e5b0f configs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDR Patrice Chotard 2022-09-20 18:04:34 +02:00
  • 4b2bcca5c3 configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR Patrice Chotard 2022-09-20 18:04:33 +02:00
  • 4f174e6ffa configs: stm32746g-eval: Fix SPL boot Patrice Chotard 2022-09-20 18:04:32 +02:00
  • c8b577ce82 configs: stm32f769-disco: Fix SPL boot Patrice Chotard 2022-09-20 18:04:31 +02:00
  • 6ee64732b1 configs: stm32f746-disco: Fix SPL boot Patrice Chotard 2022-09-20 18:04:30 +02:00
  • 9f603e2fff ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards Patrice Chotard 2022-09-23 13:20:33 +02:00
  • f117c54cc8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell Tom Rini 2022-09-26 08:30:17 -04:00
  • d9993452cb Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb Tom Rini 2022-09-26 08:29:42 -04:00
  • f2641f066b arm64: versal-net: Add support for mini configuration Michal Simek 2022-09-19 14:21:10 +02:00
  • ce40cbdf1f arm64: versal-net: Add defconfig for Versal NET Michal Simek 2022-09-19 14:21:09 +02:00
  • a41c33992a reset: zynqmp: Enable reset driver for Versal NET Jay Buddhabhatti 2022-09-19 14:21:08 +02:00
  • b6b2ad1cea mailbox: zynqmp: Enable ipi mailbox driver for Versal NET Jay Buddhabhatti 2022-09-19 14:21:07 +02:00
  • 2a00cef820 firmware: zynqmp: Add Versal NET compatible string Jay Buddhabhatti 2022-09-19 14:21:06 +02:00
  • ff33227819 clk: versal: Enable clock driver for Versal NET Jay Buddhabhatti 2022-09-19 14:21:05 +02:00
  • 2389647225 spi: zynqmp_gqspi: Add support for Versal NET Michal Simek 2022-09-19 14:21:04 +02:00
  • 1e681448a3 spi: cadence_qspi: Add support for Versal NET platform Michal Simek 2022-09-19 14:21:03 +02:00
  • f6aebdf676 arm64: versal-net: Add support for Versal NET platform Michal Simek 2022-09-19 14:21:02 +02:00
  • 54bcd84adf gpio: turris_omnia_mcu: Fix registering gpios Pali Rohár 2022-09-22 13:25:13 +02:00
  • 3c1ec13317 riscv: ae350: Disable AVAILABLE_HARTS Rick Chen 2022-09-21 14:34:55 +08:00
  • e0465f80bd riscv: Introduce AVAILABLE_HARTS Rick Chen 2022-09-21 14:34:54 +08:00
  • c2bdf02c9d spl: introduce SPL_XIP to config Nikita Shubin 2022-09-02 11:47:39 +03:00
  • 206af3dec0 Fix out of bound access of ep array. Alison Huffman 2022-09-22 04:01:32 +00:00
  • 693765a720 usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver Jim Liu 2022-06-21 17:09:02 +08:00
  • 9114b7cee8 Merge tag 'dm-next-25sep22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next Tom Rini 2022-09-25 17:20:11 -04:00
  • 22c80d5603 sandbox: Add a test for SCSI Simon Glass 2022-09-21 16:21:47 +02:00
  • 46df024394 sandbox: Convert to use driver model for SCSI Simon Glass 2022-09-21 16:21:46 +02:00
  • 02cea1145a sandbox: scsi: Move request-handling code to scsi_emul Simon Glass 2022-09-21 16:21:45 +02:00
  • 5eff9d9c36 sandbox: Enable SCSI for all builds Simon Glass 2022-09-21 16:21:44 +02:00
  • 1ac42900d8 sandbox: scsi: Move structs to header file Simon Glass 2022-09-21 16:21:43 +02:00
  • e074df4d23 sandbox: scsi: Remove setup calls from handle_read() Simon Glass 2022-09-21 16:21:42 +02:00
  • f75b6f76a4 sandbox: scsi: Move reply setup out of helper Simon Glass 2022-09-21 16:21:41 +02:00
  • f148ad1b5f sandbox: scsi: Move file size into shared struct Simon Glass 2022-09-21 16:21:40 +02:00
  • a3718f1e53 sandbox: scsi: Move block size into shared struct Simon Glass 2022-09-21 16:21:39 +02:00
  • 0c12d9dd23 scsi: Move vendor/product info into the shared struct Simon Glass 2022-09-21 16:21:38 +02:00
  • fc7a7ed3a6 sandbox: Move buffer to scsi_emul_info Simon Glass 2022-09-21 16:21:37 +02:00
  • 1377d448a2 scsi: Move core emulation state into a new struct Simon Glass 2022-09-21 16:21:36 +02:00
  • 0e0b9e9459 scsi: Move cmd_phase enum to the header Simon Glass 2022-09-21 16:21:35 +02:00
  • 8bae79744b sandbox: usb: Rename transfer_len in protocol struct Simon Glass 2022-09-21 16:21:34 +02:00
  • a966fa98b5 scsi: Tidy up comments for struct scsi_cmd Simon Glass 2022-09-21 16:21:33 +02:00
  • 8149b1500d blk: Rename if_type to uclass_id Simon Glass 2022-09-17 09:00:09 -06:00
  • a2a9317cbc sandbox: unblock signal before calling execv() Heinrich Schuchardt 2022-09-02 02:32:25 +02:00
  • 81da5042e5 Merge branch '2022-09-24-add-console-flush' into next Tom Rini 2022-09-24 13:58:49 -04:00
  • efc3f9526f boot: Call flush() before booting Pali Rohár 2022-09-05 11:31:21 +02:00
  • 989cc40f80 serial: Call flush() before changing baudrate Pali Rohár 2022-09-05 11:31:20 +02:00
  • 78b5243182 serial: Implement serial_flush() function for console flush() fallback Pali Rohár 2022-09-05 11:31:19 +02:00
  • 016e2be96d serial: Implement flush callback Pali Rohár 2022-09-05 11:31:18 +02:00
  • 974f48366f console: Implement flush() function Pali Rohár 2022-09-05 11:31:17 +02:00