boot: add support for button commands
[pandora-u-boot.git] / common /
2024-02-13 Caleb Connollyboot: add support for button commands
2024-02-07 Tom RiniMerge branch '2024-02-06-assorted-fixes'
2024-02-07 Tom RiniMerge tag 'u-boot-rockchip-20240207' of https://source...
2024-02-06 Heinrich Schuchardtcommon: event: check event_type_name() argument
2024-02-05 Tom RiniMerge patch series "board: siemens: clean up subfolders"
2024-02-05 Tom RiniMerge tag 'rpi-next-2024.04' of https://source.denx...
2024-02-04 Kever Yangspl: Make SPL_STACK available for ROCKCHIP_RK3036 witho...
2024-02-01 Tom RiniMerge tag 'u-boot-amlogic-fixes-20240201' of https...
2024-01-31 Tom RiniMerge tag 'u-boot-at91-2024.04-a' of https://source...
2024-01-31 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2024-01-31 Randolphspl: riscv: falcon: move fdt blob to specified address
2024-01-29 Tom RiniMerge tag 'efi-2024-04-rc1-4' of https://source.denx...
2024-01-29 Devarsh Thakkarcommon: splash_source: Don't compile ubifs splash cmd...
2024-01-29 Tom RiniMerge patch series "Move framebuffer reservation for...
2024-01-29 Devarsh Thakkarvideo: Skip framebuffer reservation if already reserved
2024-01-29 Devarsh Thakkarcommon/board_f: Catch bloblist before starting reservations
2024-01-29 Devarsh Thakkarspl: Enforce framebuffer reservation from end of RAM
2024-01-29 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2024-01-29 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2024-01-29 Samuel Hollandsunxi: Consider SPL size limitations for FIT loading
2024-01-29 Samuel Hollandsunxi: spl: Disable padding from SPL_PAD_TO
2024-01-28 Tom RiniMerge branch 'master-cleanup' of https://source.denx...
2024-01-25 Tom RiniMerge branch '2024-01-24-assorted-fixes-and-updates'
2024-01-24 Patrice Chotardcommon: console: Fix print complete stdio device list
2024-01-22 Shantur Rathorecommon: usb-hub: Reset hub port before scanning
2024-01-20 Tom RiniMerge patch series "k3-j721e: beagleboneai: Fix USB"
2024-01-19 Tom RiniMerge tag 'u-boot-stm32-20240119' of https://source...
2024-01-19 Tom RiniMerge branch '2024-01-18-assorted-fixes'
2024-01-19 Tom Rinigetchar(): Correct usage
2024-01-17 Tom RiniMerge tag 'xilinx-for-v2024.04-rc1-v2' of https://sourc...
2024-01-17 Tom RiniMerge tag 'efi-2024-04-rc1-2' of https://source.denx...
2024-01-17 Tom RiniMerge branch '2024-01-16-assorted-updates-and-improvements'
2024-01-16 Rasmus Villemoescmd/command.c: relax length check in cmd_get_data_size()
2024-01-16 Rasmus Villemoescmd/command.c: constify "arg" argument of cmd_get_data_...
2024-01-11 Tom RiniMerge patch series "net fixes prior lwip"
2024-01-11 Tom RiniMerge tag 'u-boot-dfu-20240111' of https://source.denx...
2024-01-09 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2024-01-09 Ion Agorrialib: membuff: fix readline not returning line in case...
2024-01-09 Ion Agorriacommon: console: record console from the beginning
2024-01-09 Ion Agorriacommon: console: introduce console_record_isempty helper
2024-01-08 Tom RiniMerge tag 'u-boot-imx-master-20240108' of https://gitla...
2024-01-08 Mathieu Othacehespl: binman: Disable u_boot_any symbols for i.MX93...
2024-01-08 Tom RiniMerge branch 'next'
2024-01-06 Tom RiniMerge branch 'staging' of https://source.denx.de/u...
2024-01-04 Tom RiniMerge patch series "ATF and OP-TEE Firewalling for...
2024-01-03 Tom RiniMerge tag 'v2024.01-rc6' into next
2024-01-01 Tom RiniMerge tag 'dm-next-1124' of https://source.denx.de...
2023-12-31 Simon Glassbloblist: Add alignment to bloblist_new()
2023-12-31 Simon Glassbloblist: Adjust the bloblist header
2023-12-31 Simon Glassbloblist: Reduce blob-header size
2023-12-31 Simon Glassbloblist: Handle alignment with a void entry
2023-12-31 Simon Glassbloblist: Checksum the entire bloblist
2023-12-31 Simon Glassbloblist: Drop spare value from bloblist record
2023-12-31 Simon Glassbloblist: Access record hdr_size and tag via a function
2023-12-31 Simon Glassbloblist: Adjust API to align in powers of 2
2023-12-31 Simon Glassbloblist: Update the tag numbering
2023-12-28 Tom RiniMerge patch series "Modernize U-Boot shell"
2023-12-28 Francis Lanielcli: modern_hush: Add upstream commits up to 2nd Octobe...
2023-12-28 Francis Lanielcli: hush_modern: Enable loops
2023-12-28 Francis Lanielcli: hush_modern: Enable if keyword
2023-12-28 Francis Lanielcli: hush_modern: Enable using < and > as string compar...
2023-12-28 Francis Lanielcli: add modern hush as parser for run_command*()
2023-12-28 Francis Lanielcli: hush_modern: Add functions to be called from run_c...
2023-12-28 Francis Lanielcli: hush_modern: Enable variables expansion for modern...
2023-12-28 Francis Lanielcli: Enables using modern hush parser as command line...
2023-12-28 Francis Lanielcmd: Add new cli command
2023-12-28 Francis Lanielglobal_data.h: add GD_FLG_HUSH_OLD_PARSER flag
2023-12-28 Francis Lanielcli: Add menu for hush parser
2023-12-28 Francis Lanielcli: Port upstream Busybox hush to U-Boot
2023-12-28 Francis Lanielcli: Add Busybox upstream hush.c file
2023-12-21 Tom RiniMerge patch series "Complete decoupling of bootm logic...
2023-12-20 Tom RiniMerge branch '2023-12-20-assorted-general-updates'...
2023-12-20 Marek Vasutcommand: Move command completion temporary buffer to...
2023-12-20 Marek Vasutcommand: Allocate history buffer using calloc()
2023-12-19 Tom RiniMerge patch series "Fix J7200 kernel boot when using...
2023-12-19 Tom RiniMerge patch series "Add support for MediaTek MT8365...
2023-12-18 Tom RiniMerge branch 'next' of https://source.denx.de/u-boot...
2023-12-18 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-12-18 Tom RiniMerge tag 'v2024.01-rc5' into next
2023-12-15 Tom RiniMerge patch series "bootm: Handle compressed arm64...
2023-12-14 Tom RiniMerge tag 'xilinx-for-v2024.04-rc1' of https://source...
2023-12-14 Tom RiniMerge tag 'u-boot-imx-next-20231214' of https://gitlab...
2023-12-13 Tom RiniMerge tag 'dm-next-13dec23' of https://gitlab.denx...
2023-12-13 Simon Glassvideo: Add a function to clear the display
2023-12-13 Tom RiniMerge patch series "bootm: Refactoring to reduce relian...
2023-12-13 Simon Glassbootstd: Introduce programmatic boot
2023-12-13 Tom RiniMerge patch series "some LED patches"
2023-12-09 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-12-09 Tom RiniMerge patch series "bootflow: bootmeth_efi: Fix network...
2023-12-09 Tom RiniMerge patch series "cmd: bdinfo: Optionally use getopt...
2023-12-09 Tom RiniMerge tag 'u-boot-amlogic-20231207' of https://source...
2023-12-09 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-12-06 Andre Przywarasunxi: h616: (really) lower SPL stack address to avoid...
2023-12-05 Tom RiniMerge tag 'v2024.01-rc4' into next
2023-12-03 Tom RiniMerge branch 'master-rpc-off' of https://source.denx...
2023-12-02 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-12-01 Hector Martinusb: storage: Use the correct CBW lengths
2023-12-01 Hector Martinusb: hub: Add missing reset recovery delay
2023-11-30 Tom RiniMerge branch 'staging' of https://source.denx.de/u...
2023-11-29 Tom RiniMerge branch '2023-11-29-assorted-platform-updates...
next