platform/kernel/u-boot.git
2023-04-29 Tom RiniMerge branch 'for-2023.07' of https://source.denx.de...
2023-04-28 Tom RiniMerge tag 'dm-pull-28apr23' of https://source.denx...
2023-04-28 Simon Glassfdt: Indicate that people should use the ofnode API
2023-04-28 Hugo Villeneuvefdt_support: fix comments syntax error
2023-04-28 Johan Jonkercore: fdtaddr: use map_sysmem() as cast for the return
2023-04-28 Jan Kiszkatools: Fall back to importlib_resources on Python 3.6
2023-04-28 Marek Vasuttest: fdt: Fix copyright message
2023-04-28 Heinrich Schuchardtpatman: fix class TestFunctional
2023-04-28 Simon Glassbinman: Use expanduser instead of HOME
2023-04-28 Rasmus Villemoesdm: core: introduce uclass_get_device_by_of_path()
2023-04-28 Rasmus Villemoesuclass: add uclass_find_device_by_phandle_id() helper
2023-04-28 Pavel Skripkinsandbox: disable tracing before unmapping RAM
2023-04-28 Heinrich Schuchardtsandbox: correct posix_types.h define
2023-04-28 Tom Rinibootflow: Rework do_bootflow_menu() slightly
2023-04-28 Bin Mengdm: core: Make aliases_lookup static
2023-04-28 Jorge Ramirez... drivers: tee: sandbox: Fix SCP03 control emulator
2023-04-28 Heinrich Schuchardtsandbox: fix return type of os_filesize()
2023-04-28 Heinrich SchuchardtMAINTAINERS: assign include/os.h
2023-04-28 Andrew Davisbinman: Use unsigned long over typedef ulong
2023-04-28 Heinrich Schuchardtcommon: static fdt_simplefb_enable_existing_node()
2023-04-28 Bin Mengboot: vbe_simple: Fix vbe_simple_read_bootflow() dependency
2023-04-28 Heinrich Schuchardtsandbox: mark sandbox_exit() as no return.
2023-04-28 Heinrich Schuchardtsandbox: spi: sandbox_sf_process_cmd() missing fallthrough
2023-04-28 Heinrich Schuchardtsandbox: fix sandbox_hub_submit_control_msg()
2023-04-28 Heinrich Schuchardtsandbox: fix fall through in sandbox_flash_bulk()
2023-04-28 Christophe... board: cssi: Add CPU board CMPCPRO
2023-04-28 Christophe... board: cssi: Move all mother board code into common.c
2023-04-28 Christophe... board: cssi: Refactor EEPROM read
2023-04-28 Christophe... board: cssi: Create dedicated file for common sources
2023-04-28 Christophe... board: cssi: Migrate to hashed password
2023-04-27 Tom RiniMerge branch '2023-04-27-introduce-nvm-xip-block-storag...
2023-04-27 Abdellatif... sandbox64: add a test case for UCLASS_NVMXIP
2023-04-27 Abdellatif... corstone1000: enable NVM XIP QSPI flash
2023-04-27 Abdellatif... corstone1000: add NVM XIP QSPI device tree node
2023-04-27 Abdellatif... sandbox64: add support for NVMXIP QSPI
2023-04-27 Abdellatif... sandbox64: fix: return unsigned long in readq()
2023-04-27 Abdellatif... drivers/mtd/nvmxip: introduce QSPI XIP driver
2023-04-27 Abdellatif... drivers/mtd/nvmxip: introduce NVM XIP block storage...
2023-04-27 Tom RiniMerge branch '2023-04-27-IDE-code-cleanups'
2023-04-27 Simon Glasside: Make use of U-Boot types
2023-04-27 Simon Glasside: Simplify expressions and hex values
2023-04-27 Simon Glasside: Convert to use log_debug()
2023-04-27 Simon Glasside: Tidy up ide_reset()
2023-04-27 Simon Glasside: Correct LBA setting
2023-04-27 Simon Glasside: Use a single local blk_desc for ide_ident()
2023-04-27 Simon Glasside: Move all blk_desc init into ide_ident()
2023-04-27 Simon Glasside: Make ide_ident() return an error code
2023-04-27 Simon Glasside: Use desc consistently for struct blk_desc
2023-04-27 Simon Glasside: Combine the two loops in ide_probe()
2023-04-27 Simon Glasside: Move ide_init() entirely within ide_probe()
2023-04-27 Simon Glasside: Move setting of vendor strings into ide_probe()
2023-04-27 Simon Glasside: Make ide_bus_ok a local variable
2023-04-27 Simon Glasside: Move bus init into a function
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_LBA48
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_ATAPI
2023-04-27 Simon Glasside: Simplify success condition
2023-04-27 Simon Glasside: Refactor confusing loop code
2023-04-27 Simon Glasside: Change the retries variable
2023-04-27 Simon Glasside: Make function static
2023-04-27 Simon Glasside: Correct use of ATAPI
2023-04-27 Simon Glasside: Create a prototype for ide_set_reset()
2023-04-27 Simon Glasside: Drop weak functions
2023-04-27 Simon Glasside: Move a few functions further up the file
2023-04-27 Simon Glasside: Drop ide_device_present()
2023-04-27 Simon Glasside: Move ide_init() into probing
2023-04-27 Simon Glasside: Drop init for not using BLK
2023-04-27 Simon Glasside: Drop CONFIG_START_IDE
2023-04-27 Simon Glasside: Use mdelay() for long delays
2023-04-27 Simon Glasside: Move ATA_CURR_BASE to C file
2023-04-26 Tom RiniMerge branch '2023-04-26-enable-bootstd-for-all-rockchip'
2023-04-26 Simon Glassrockchip: Use the same boot_targets for all boards
2023-04-26 Simon Glassrockchip: Move to standard boot
2023-04-26 Mathew McBridebootstd: Use blk uclass device numbers to set efi bootdev
2023-04-26 Simon Glassbootstd: Adjust code ordering to work around compiler...
2023-04-26 Simon Glassbootstd: Show a message sometimes if no bootflows are...
2023-04-26 Simon Glassbootstd: Report missing labels only when asked
2023-04-26 Simon Glassbootstd: Support booting EFI where multiple options...
2023-04-26 Simon Glassvirtio: Ensure PCI is set up first
2023-04-26 Simon Glassbootstd: Tweak bootflow logic for device tree
2023-04-26 Tom RiniMerge branch '2023-04-25-assorted-updates-and-fixes'
2023-04-25 Rasmus Villemoesgpio-uclass: fix off-by-one in gpio_request_list_by_nam...
2023-04-25 Michal Simekxen: Limit execution to EL1 only
2023-04-25 Michal Simekxen: Add dependency on armv8
2023-04-25 Pali Rohárarm: omap3: Directly use SMC #1 in lowlevel_init.S
2023-04-25 John Keepingtools: env: update lock path in README
2023-04-25 Christian Gmeinerata: pci: enable bus mastering
2023-04-25 Sinan Akmanmpc8379erdb: Convert to using DM_SERIAL
2023-04-25 Tom Riniqemu: dfu: Correct memset call in set_dfu_alt_info
2023-04-25 Tom Riniapi: Rework menu, and make it depend on CC_IS_GCC
2023-04-25 Peng Fansysreset: psci: add psci_sysreset_get_status
2023-04-25 Peng Fansysreset: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Peng Fanfirmware: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Michal Simekxen: Fix Kconfig dependencies
2023-04-25 Tom Rinipytest: Use --lazy with umount
2023-04-25 Tom Riniusb: gadget: f_mass_storage: Rework do_request_sense...
2023-04-25 Tom Riniboot/image-board.c: Silence warning in select_ramdisk
2023-04-25 Tom Riniarmv7: Use isb/dsb directly in start.S
2023-04-25 Tom Riniarm: Centralize fixed register logic
2023-04-25 Tom Riniclang: Don't look for libgcc
2023-04-25 Tom Riniclang: Add $(CLANG_TARGET) to LDPPFLAGS
next