platform/kernel/u-boot.git
2022-08-26 Dario BinacchiRename disto_[pxe_]getfile to distro_[pxe_]getfile
2022-08-26 Simon Glassvbe: Enable command only with BOOTSTD_FULL
2022-08-26 Stefan Herbrechtsmeierbinman: Sort tests and rework test-file numbers
2022-08-26 Simon Glassbinman: Document how to handle dependent images
2022-08-26 Simon Glassbinman: Mention split-elf in the main docs
2022-08-26 Simon Glasspatman: Tidy up unnecessary blank lines and numbers
2022-08-26 Simon Glasspatman: Fix version table
2022-08-26 Heinrich Schuchardtboot: simplify bootmeth_vbe_simple_ft_fixup()
2022-08-26 Heinrich Schuchardtboot: fix vbe_find_first_device()
2022-08-26 Sergei Antonovdm: core: fix a typo in help text
2022-08-26 Simon Glassdoc: Build documentation in parallel
2022-08-23 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2022-08-23 Tom Riniconfigs: Resync with savedefconfig
2022-08-23 Michael Walleboard: lsxl: update the README
2022-08-23 Michael Walleboard: lsxl: disable eth0
2022-08-23 Michael Walleboard: lsxl: convert to CONFIG_TIMER
2022-08-23 Michael Walleboard: lsxl: convert to DM_SERIAL
2022-08-23 Michael Walleboard: lsxl: convert to DM_ETH
2022-08-23 Michael Walleboard: lsxl: convert to DM_GPIO
2022-08-23 Michael Walleboard: lsxl: make last resort recovery more reliable
2022-08-23 Michael Walleboard: lsxl: enable ATAGS support
2022-08-23 Michael Walleboard: lsxl: use proper *_r variables
2022-08-23 Michael Walleboard: lsxl: reorder image loading and remove ramdisk_len
2022-08-23 Michael Walleboard: lsxl: use CONFIG_DEFAULT_FDT_FILE
2022-08-23 Michael Walleboard: lsxl: automatically select CONFIG_MISC_INIT_R
2022-08-23 Michael Walleboard: lsxl: remove unused header files
2022-08-23 Michael Walleboard: lsxl: remove CONFIG_ENV_OVERWRITE
2022-08-23 Michael Walleboard: lsxl: remove eraseenv script
2022-08-23 Michael Walleboard: lsxl: remove unused features
2022-08-23 Michael Walleboard: lsxl: limit size to 384kiB
2022-08-23 Michael Wallebutton: gpio: add DM_GPIO dependency
2022-08-23 Michael Walletimer: add orion-timer support
2022-08-23 Michael Wallearm: kirkwood: make it CONFIG_TIMER aware
2022-08-23 Pali Rohárarm: kirkwood: 88f6281: Detect CONFIG_SYS_TCLK from...
2022-08-23 Michael Walletime: move the CONFIG_SYS_TIMER_RATE handling to the...
2022-08-23 Tony Dinharm: kirkwood: nsa310s: Add Distro boot capability
2022-08-23 Pali Rohárarm: mvebu: mbus: Fix mbus driver to work also after...
2022-08-23 Pali Rohárarm: mvebu: turris_mox: Set "sfp" label in eth1 DT...
2022-08-23 Pali Rohárarm: mvebu: turris_omnia: Show MCU version
2022-08-23 Tony Dinharm: kirkwood: pogo_v4: Add Distro boot capability
2022-08-23 Pali Rohárarm: mvebu: Define env_sf_get_env_addr() for all Armada...
2022-08-22 Tom RiniPrepare v2022.10-rc3
2022-08-22 Tom RiniMerge tag 'dm-pull-20aug22' of https://source.denx...
2022-08-22 Tom RiniMerge branch '2022-08-22-platform-removals-CI-updates'
2022-08-22 Tom RiniCI: Move to Ubuntu 2022.04 "Jammy" for CI base
2022-08-21 Tom RiniCI: Azure: Merge PowerPC jobs in to one
2022-08-21 Holger Brunckpowerpc: remove support for kmtergr1 and MPC8309
2022-08-21 Tom Riniarm: Remove warp board
2022-08-21 Tom RiniMerge branch '2022-08-20-enforce-DM_ETH-migration'
2022-08-21 Tom Rininet: Make DM_ETH be selected by NETDEVICE
2022-08-21 Tom Rinismdkc100: Remove legacy non-DM_ETH code
2022-08-21 Tom Riniwarp7: Remove legacy non-DM_ETH code
2022-08-21 Tom Rinivinco: Remove legacy non-DM_ETH code
2022-08-21 Tom Rinils1021aqds/ls1021aiot: Remove legacy non-DM_ETH code
2022-08-21 Tom Riniam335x_sl50: Disable SPL_NET
2022-08-21 Tom Riniigep00x0: Disable networking
2022-08-21 Tom Rininet: ks8851_mll: Remove legacy non-DM_ETH code and...
2022-08-21 Tom Rinimpc8548cds: Guard old ethernet code with !DM_ETH
2022-08-21 Tom Rinippc: Remove corenet_ds boards
2022-08-21 Tom Rinilayerscape: Disable CONFIG_FMAN_ENET on *aqds* platforms
2022-08-21 Tom Rinifsl-mc: Update dependencies for DM_ETH
2022-08-21 Tom Rininet: lpc32xx_eth.c ethernet driver
2022-08-21 Tom Riniarm: Remove kzm9g board
2022-08-21 Tom Riniarm: Remove armadillo-800eva board
2022-08-21 Tom Riniarm: Remove cm_t335 board
2022-08-21 Tom Riniarm: Remove edminiv2 board
2022-08-21 Fabio Estevammx28evk: Remove AUART/NAND/SPI variants
2022-08-21 Stefan Herbrechtsmeierbinman: Add zstd bintool
2022-08-21 Stefan Herbrechtsmeierbinman: Add xz bintool
2022-08-21 Stefan Herbrechtsmeierbinman: Add lzop bintool
2022-08-21 Stefan Herbrechtsmeierbinman: Add gzip bintool
2022-08-21 Stefan Herbrechtsmeierbinman: Add bzip2 bintool
2022-08-21 Stefan Herbrechtsmeierbinman: Add BintoolPacker class to bintool
2022-08-21 Stefan Herbrechtsmeierbinman: Add compression tests
2022-08-21 Stefan Herbrechtsmeierbinman: Support missing compression tools
2022-08-21 Stefan Herbrechtsmeierbinman: Move compression bintool management into entry...
2022-08-21 Stefan Herbrechtsmeierbinman: Select compression bintools in cbfs_util class
2022-08-21 Stefan Herbrechtsmeierbinman: Move compression bintools creation into test...
2022-08-21 Stefan Herbrechtsmeierbinman: Remove obsolete compressed data header handling
2022-08-21 Stefan Herbrechtsmeierbinman: Disable compressed data header
2022-08-21 Stefan Herbrechtsmeierbinman: Add length header attribute to dtb entry
2022-08-21 Stefan Herbrechtsmeierbinman: Add DecompressData function to entry class
2022-08-21 Stefan Herbrechtsmeierbinman: Check only section data in multi section test
2022-08-21 Stefan Herbrechtsmeierbinman: Collect bintools before usage
2022-08-21 Stefan Herbrechtsmeierbinman: Forward AddBintools calls to base class
2022-08-21 Stefan Herbrechtsmeierbinman: Forward AddBintools calls to sub entries in...
2022-08-21 Stefan Herbrechtsmeierbinman: Avoid duplicates in bintool lists
2022-08-21 Stefan Herbrechtsmeierbinman: Skip elf tests if python elftools is not available
2022-08-21 Simon Glassbinman: Allow collection to use entries from other...
2022-08-21 Simon Glassbinman: Allow passing entries using -n
2022-08-21 Simon Glassbinman: Allow the image name to be the data file
2022-08-21 Simon Glassbinman: Improve mkimage documentation
2022-08-21 Simon Glassbinman: Avoid use of expected failure
2022-08-21 Simon Glassbinman: Adjust mkimage etype node reading
2022-08-21 Simon Glassbinman: Add a way to check for missing properties
2022-08-21 Simon Glassbinman: Fix up the entry-docs for Entry_pre_load
2022-08-21 Simon Glasspatman: Don't buffer test output with a single test
2022-08-21 Simon Glasspatman: Put the coverage command-line last
2022-08-21 Michal Simekbootstage: Show func name for bootstage_mark/error
2022-08-21 Simon Glasslog: Drop log_nop() functions
next