platform/kernel/u-boot.git
2022-10-10 Alexander Dahlfpga: spartan2: Use logging feature instead of FPGA_DEBUG
2022-10-10 Alexander Dahlfpga: ACEX1K: Use logging feature instead of FPGA_DEBUG
2022-10-10 Alexander Dahlfpga: cyclon2: Use logging feature instead of FPGA_DEBUG
2022-10-10 Alexander Dahlfpga: altera: Use logging feature instead of FPGA_DEBUG
2022-10-10 Alexander Dahlfpga: virtex2: Fix printf format string warnings
2022-10-10 Alexander Dahlfpga: spartan3: Fix printf arguments warning
2022-10-10 Alexander Dahlfpga: spartan2: Fix printf arguments warning
2022-10-10 Alexander Dahlfpga: Add missing Kconfig symbols for old FPGA drivers
2022-10-10 Venkatesh Yadav... clk: versal: Mark versal_clock_setup() as static
2022-10-10 Michal Simekxilinx: zynqmp: Load pmufw configuration before checkin...
2022-10-10 Heinrich Schuchardtxilinx: common: fix board_late_init_xilinx()
2022-10-10 Venkatesh Yadav... xilinx: zynqmp: change the type of multiboot variable
2022-10-10 Venkatesh Yadav... soc: xilinx: zynqmp: Mark soc_xilinx_zynqmp_get_machine...
2022-10-10 Venkatesh Yadav... xilinx: common: Add print_cpuinfo() declaration
2022-10-07 Venkatesh Yadav... spi: zynqmp_qspi: Mark zynqmp_qspi_set_tapdelay() as...
2022-10-07 Venkatesh Yadav... arm64: zynqmp: Fix compiler warnings in mp.c
2022-10-05 Ashok Reddy... arm64: dts: Remove unused property device_id
2022-10-05 Ashok Reddy... mmc: zynq_sdhci: Read power-domains id from DT and use
2022-10-05 Ashok Reddy... mmc: zynq_sdhci: Change node_id prototype to u32
2022-10-05 Venkatesh Yadav... net: Fix static checker warnings
2022-10-05 Venkatesh Yadav... xilinx: common: Fix static checker warnings
2022-10-05 Samuel Obuchnet: emaclite: fix handling for IP packets with specifi...
2022-10-05 Samuel Obuchnet: emaclite: fix xemaclite_alignedread/write functions
2022-10-05 Samuel Obuchnet: emaclite: enable for more architectures
2022-10-05 Ashok Reddy... firmware: zynqmp: Change loadable config object from...
2022-10-05 Michal SimekARM: zynq: Define rtc alias on zc702/zc706
2022-10-05 Michal SimekARM: zynq: Point via nvmem0 alias to eeprom on zc702...
2022-10-05 Michal Simekxilinx: zynq: Enable early eeprom decoding
2022-10-05 Alexander Dahldm: fpga: Introduce new uclass
2022-10-03 Tom RiniMerge branch 'next'
2022-10-03 Tom RiniPrepare v2022.10 v2022.10
2022-10-03 Fabio Estevamimx8mn-ddr4-evk-u-boot: Fix broken boot
2022-10-03 Fabio Estevamimx8mn-venice-u-boot: Fix broken boot
2022-09-30 Tom RiniMerge branch '2022-09-29-dm-core-support-multiple-devic...
2022-09-30 Tom RiniMerge tag 'efi-2022-10-rc6' of https://source.denx...
2022-09-30 Simon Glassdm: core: Support copying properties with ofnode
2022-09-30 Simon Glassdm: core: Allow copying ofnode property data when writing
2022-09-30 Simon Glassvbe: Allow test to run with live/flat tree
2022-09-30 Simon Glassdm: core: Expand ofnode tests
2022-09-30 Simon Glassdm: core: Create a function to get a live tree in a...
2022-09-30 Simon Glassdm: core: Update comments for default-FDT ofnode functions
2022-09-30 Simon Glassdm: core: Complete phandle implementation using the...
2022-09-30 Simon Glassdm: core: Add the ofnode multi-tree implementation
2022-09-30 Simon Glassdm: core: Add definitions for multiple ofnode trees
2022-09-30 Simon Glassdm: core: Split ofnode_path_root() into two functions
2022-09-30 Simon Glassdm: core: Allow obtaining a node offset in the same...
2022-09-30 Simon Glassdm: core: Add a way to look up a phandle in an oftree
2022-09-30 Simon Glassdm: core: Add ofnode functions to obtain an oftree
2022-09-30 Simon Glassdm: core: Add an ofnode function to obtain the flat...
2022-09-30 Simon Glassdm: core: Provide a way to reset the device tree
2022-09-30 Simon Glassdm: core: Expand integer-reading tests
2022-09-30 Heinrich Schuchardtefi_loader: fix efi_initrd_deregister()
2022-09-30 Heinrich Schuchardtefi_selftest: prefix test functions with efi_st_
2022-09-30 Heinrich Schuchardtdoc: improve description of autostart
2022-09-29 Simon Glassdm: core: Drop ofnode_is_available()
2022-09-29 Simon Glassdm: core: Add a macro to iterate through properties
2022-09-29 Simon Glassdm: core: Avoid creating a name property when unflattening
2022-09-29 Simon Glassdm: core: Rename ofnode_get_property_by_prop()
2022-09-29 Simon Glassdm: core: Rename ofnode_get_first/next_property()
2022-09-29 Simon Glassdm: core: Reduce code size with dev_of_offset()
2022-09-29 Simon Glasssandbox: test: Provide an easy way to use the other FDT
2022-09-29 Simon Glasssandbox: Support setting up the other FDT for testing
2022-09-29 Simon Glasssandbox: Support loading the other FDT
2022-09-29 Simon Glasssandbox: Add a function to load a relative file path
2022-09-29 Simon Glasstest: Drop the UT_TESTF_LIVE_OR_FLAT flag
2022-09-29 Simon Glasstest: Detect a change in the device tree
2022-09-29 Simon Glasstest: Make a copy of the device tree before running...
2022-09-29 Simon Glassdm: core: Drop the const from ofnode
2022-09-29 Simon Glassdm: core: Support writing a property to an empty node
2022-09-29 Simon Glassdm: core: Allow adding ofnode subnodes
2022-09-29 Simon Glassdm: core: Document the livetree structures properly
2022-09-29 Simon Glasstest: Support testing malloc() failures
2022-09-29 Simon Glasstest: Fix missing livetree test runs
2022-09-29 Simon Glassevent: Pass the images to EVT_FT_FIXUP
2022-09-29 Simon Glassdm: core: Pass a root node to of_find_node_by_phandle()
2022-09-29 Simon Glassevent: Allow multiple spy declarations for each event
2022-09-29 Simon Glassevent: Fix a typo in the EVENT help
2022-09-29 Simon Glasssandbox: power: Update PMIC driver to use log
2022-09-29 Simon Glasslog: update the comment for log_msg_ret()
2022-09-29 Simon Glasstreewide: Drop image_header_t typedef
2022-09-29 Simon Glasstreewide: Drop image_info_t typedef
2022-09-29 Simon Glasstreewide: Drop bootm_headers_t typedef
2022-09-29 Simon Glassimage: Fix BOOTM_STATE values
2022-09-29 Tom RiniMerge branch '2022-09-29-assorted-fixes'
2022-09-29 Pierre-Clément... board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only
2022-09-29 Pali Rohárpci: Remove duplicate PCI_REGION_IO / "io" line
2022-09-29 Miaoqian Lintools: env: Fix missing closedir in ubi_get_volnum_by_name
2022-09-29 Nishanth Menonboard: ti: common: board_detect: Fix EEPROM read quirk...
2022-09-29 Andre Przywaravexpress64: also consider DTB pointer in x1
2022-09-29 Pankaj Raghavfs: btrfs: remove the usage of undeclared fs_mutex...
2022-09-29 Michael Trimarchiconfigs: rockchip: Drop TPL_MAX_SIZE definition
2022-09-27 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2022-09-27 Tom RiniMerge tag 'u-boot-stm32-20220927' of https://source...
2022-09-27 Rasmus Villemoesautoboot: make sure watchdog device(s) are handled...
2022-09-27 Pali Rohárwatchdog: max6370: use __udelay() to avoid recursion
2022-09-27 Rasmus Villemoeswatchdog: gpio_wdt: use __udelay() to avoid recursion
2022-09-27 Patrice Chotardconfigs: increase SYS_MALLOC_F_LEN for STM32 MCU's...
2022-09-26 Tom RiniMerge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitla...
2022-09-26 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2022-09-26 Patrice Chotardconfigs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START...
next