platform/kernel/u-boot.git
2022-09-30 Simon Glassdm: core: Expand integer-reading tests
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-27 Tom RiniMerge tag 'u-boot-stm32-20220927' of https://source...
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...
2022-09-26 Patrice Chotardconfigs: stm32f769-disco: Fix internal flash size
2022-09-26 Patrice Chotardconfigs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDR
2022-09-26 Patrice Chotardconfigs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR
2022-09-26 Patrice Chotardconfigs: stm32746g-eval: Fix SPL boot
2022-09-26 Patrice Chotardconfigs: stm32f769-disco: Fix SPL boot
2022-09-26 Patrice Chotardconfigs: stm32f746-disco: Fix SPL boot
2022-09-26 Patrice ChotardARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU...
2022-09-26 Michal Simekarm64: versal-net: Add support for mini configuration
2022-09-26 Michal Simekarm64: versal-net: Add defconfig for Versal NET
2022-09-26 Jay Buddhabhattireset: zynqmp: Enable reset driver for Versal NET
2022-09-26 Jay Buddhabhattimailbox: zynqmp: Enable ipi mailbox driver for Versal NET
2022-09-26 Jay Buddhabhattifirmware: zynqmp: Add Versal NET compatible string
2022-09-26 Jay Buddhabhatticlk: versal: Enable clock driver for Versal NET
2022-09-26 Michal Simekspi: zynqmp_gqspi: Add support for Versal NET
2022-09-26 Michal Simekspi: cadence_qspi: Add support for Versal NET platform
2022-09-26 Michal Simekarm64: versal-net: Add support for Versal NET platform
2022-09-26 Rick Chenriscv: ae350: Disable AVAILABLE_HARTS
2022-09-26 Rick Chenriscv: Introduce AVAILABLE_HARTS
2022-09-26 Nikita Shubinspl: introduce SPL_XIP to config
2022-09-25 Tom RiniMerge tag 'dm-next-25sep22' of https://gitlab.denx...
2022-09-25 Simon Glasssandbox: Add a test for SCSI
2022-09-25 Simon Glasssandbox: Convert to use driver model for SCSI
2022-09-25 Simon Glasssandbox: scsi: Move request-handling code to scsi_emul
2022-09-25 Simon Glasssandbox: Enable SCSI for all builds
2022-09-25 Simon Glasssandbox: scsi: Move structs to header file
2022-09-25 Simon Glasssandbox: scsi: Remove setup calls from handle_read()
2022-09-25 Simon Glasssandbox: scsi: Move reply setup out of helper
2022-09-25 Simon Glasssandbox: scsi: Move file size into shared struct
2022-09-25 Simon Glasssandbox: scsi: Move block size into shared struct
2022-09-25 Simon Glassscsi: Move vendor/product info into the shared struct
2022-09-25 Simon Glasssandbox: Move buffer to scsi_emul_info
2022-09-25 Simon Glassscsi: Move core emulation state into a new struct
2022-09-25 Simon Glassscsi: Move cmd_phase enum to the header
2022-09-25 Simon Glasssandbox: usb: Rename transfer_len in protocol struct
2022-09-25 Simon Glassscsi: Tidy up comments for struct scsi_cmd
2022-09-25 Simon Glassblk: Rename if_type to uclass_id
2022-09-25 Heinrich Schuchardtsandbox: unblock signal before calling execv()
2022-09-24 Tom RiniMerge branch '2022-09-24-add-console-flush' into next
2022-09-24 Pali Rohárboot: Call flush() before booting
2022-09-24 Pali Rohárserial: Call flush() before changing baudrate
2022-09-24 Pali Rohárserial: Implement serial_flush() function for console...
2022-09-24 Pali Rohárserial: Implement flush callback
2022-09-24 Pali Rohárconsole: Implement flush() function
2022-09-24 Pali Rohársandbox: Add function os_flush()
2022-09-24 Heinrich Schuchardtefi_selftest: prefix test functions with efi_st_
2022-09-23 Tom RiniMerge branch '2022-09-23-4gb-ddr-in-32bit-ppc' into...
2022-09-23 Pali Rohárboard_f: show_dram_config: Print also real DRAM size
2022-09-23 Pali Rohárdisplay_options: print_size: Fix order overflow
2022-09-23 Pali Rohárpowerpc/mpc85xx: Fix re-align of unmapped DDR memory...
2022-09-23 Pali Rohárpowerpc/mpc85xx: Explain TLB unmapped memory message
2022-09-23 Pali Rohárddr: fsl: Fix re-align of verbose DRAM information...
2022-09-23 Pali Rohárddr: fsl: Allow to detect 4 GB DDR modules in 32-bit...
2022-09-23 Pali Rohárddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules...
2022-09-23 Pali Rohárddr: fsl: Fix checking for maximal mappable memory
2022-09-23 Pali Rohárboard_f: Fix printing gd->ram_size and gd->ram_top
2022-09-23 Pali Rohárboard_f: Fix types for board_get_usable_ram_top()
2022-09-23 Pali Rohárcommon/memsize.c: Fix get_effective_memsize() to check...
2022-09-23 Pali Rohárcommon/memsize.c: Fix get_effective_memsize() to always...
2022-09-23 Tom RiniMerge branch '2022-09-23-add-mediatek-mt7986-support...
2022-09-23 Weijie GaoMAINTAINERS: update maintainer for MediaTek ARM platform
2022-09-23 Weijie Gaotools: mtk_image: add support for nand headers used...
2022-09-23 Weijie Gaotools: mtk_image: split the code of generating NAND...
2022-09-23 Weijie Gaotools: mtk_image: split gfh header verification into...
2022-09-23 Weijie Gaocpu: add basic cpu driver for MediaTek ARM chips
2022-09-23 Weijie Gaoclk: mediatek: add clock driver support for MediaTek...
next