aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-1113-99/+90
|\
| * spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass2024-10-113-20/+20
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-114-44/+44
| * global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-116-9/+9
| * xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass2024-10-111-3/+2
| * xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass2024-10-112-8/+8
| * xpl: Rename spl_phase() to xpl_phase()Simon Glass2024-10-113-5/+5
| * xpl: Rename spl_phase to xpl_phase_tSimon Glass2024-10-111-1/+1
| * xpl: Rename u_boot_first_phase to xpl_is_first_phase()Simon Glass2024-10-112-4/+4
| * serial: Make use of the SERIAL defineSimon Glass2024-10-111-9/+1
* | Merge patch series "led: introduce LED boot and activity function"WIP/10Oct2024Tom Rini2024-10-101-8/+20
|\ \
| * | common: board_r: rework BOOT LED handlingChristian Marangi2024-10-101-8/+20
* | | Merge branch 'next'Tom Rini2024-10-0732-388/+644
|\ \ \
| * \ \ Merge patch series "vbe: Series part D"Tom Rini2024-10-031-0/+12
| |\ \ \
| | * | | mmc: Add more debugging for SPLSimon Glass2024-10-031-0/+12
| * | | | Merge patch series "arm: Initial support for Analog Devices SC5xx boards"Tom Rini2024-10-031-2/+15
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | arm: SC573-EZKIT initial supportOliver Gaskell2024-10-031-1/+3
| | * | | arm: SC584-EZKIT initial supportOliver Gaskell2024-10-031-0/+3
| | * | | arm: SC594-SOM-EZLITE initial supportOliver Gaskell2024-10-031-0/+1
| | * | | arm: SC594-SOM-EZKIT initial supportOliver Gaskell2024-10-031-3/+4
| | * | | arm: SC598-SOM-EZKIT initial supportOliver Gaskell2024-10-031-2/+8
| * | | | Merge patch series "Miscellaneous fixes"WIP/24Sep2024-nextTom Rini2024-09-242-22/+23
| |\ \ \ \
| | * | | | common: update: UPDATE_COMMON implies CMD_TFTPBOOTJerome Forissier2024-09-241-0/+1
| | * | | | flash: prefix error codes with FL_Jerome Forissier2024-09-241-22/+22
| | | |/ / | | |/| |
| * | | | spl: ram: hide SPL_RAM_SUPPORTJerome Forissier2024-09-241-6/+2
| | |_|/ | |/| |
| * | | Merge patch series "Fix various bugs"WIP/18Sep2024-nextTom Rini2024-09-183-68/+43
| |\ \ \
| | * | | dm: usb: Deal with USB keyboard persisting across testsSimon Glass2024-09-182-0/+39
| | * | | usb: Add DEV_FLAGS_DM to stdio for USB keyboardSimon Glass2024-09-181-1/+1
| | * | | log: Add a new log category for the consoleSimon Glass2024-09-182-0/+3
| | * | | usb: Drop old non-DM codeSimon Glass2024-09-181-67/+0
| * | | | Merge tag 'v2024.10-rc5' into nextTom Rini2024-09-161-1/+2
| |\ \ \ \
| * \ \ \ \ Merge patch series "Bump new hush commits and fix old hush test behavior"WIP/13Sep2024-nextTom Rini2024-09-132-54/+98
| |\ \ \ \ \
| | * | | | | cli: modern_hush: Add upstream commits up to 13 July 2024Francis Laniel2024-09-132-54/+98
| | | |/ / / | | |/| | |
| * | | | | include: export uuid.hCaleb Connolly2024-09-121-1/+1
| | |_|/ / | |/| | |
| * | | | Merge patch series "provide names for emmc hardware partitions"Tom Rini2024-09-051-2/+2
| |\ \ \ \
| | * | | | mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey2024-09-051-2/+2
| * | | | | Merge patch series "Make LMB memory map global and persistent"Tom Rini2024-09-032-3/+16
| |\ \ \ \ \
| | * | | | | spl: call spl_board_init() at the end of the spl init sequenceSughosh Ganu2024-09-031-3/+3
| | * | | | | lmb: init: initialise the lmb data structures during board initSughosh Ganu2024-09-032-0/+13
| * | | | | | Merge patch series "Add support for Ethernet Boot on SK-AM62"WIP/30Aug2024-nextTom Rini2024-08-301-1/+1
| |\ \ \ \ \ \
| | * | | | | | common: spl: spl: Init DRAM size in R5/A53 SPLChintan Vankar2024-08-301-1/+1
| * | | | | | | bootstage: Fix unstash of records from SPLJonas Karlman2024-08-281-1/+1
| * | | | | | | Merge patch series "Tidy up console recording in tests"WIP/26Aug2024-nextTom Rini2024-08-261-0/+2
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | test: Fail when an empty line is expected but not presentSimon Glass2024-08-261-0/+2
| * | | | | | | global_data: Remove environment members if not usedSimon Glass2024-08-261-1/+7
| * | | | | | | global_data: Remove jump table in SPLSimon Glass2024-08-261-1/+2
| * | | | | | | global_data: Reduce size of early-malloc varsSimon Glass2024-08-263-5/+5
| * | | | | | | global_data: Reduce the size of mon_lenSimon Glass2024-08-261-2/+2
| * | | | | | | global_data: Drop spl_handoffSimon Glass2024-08-262-12/+12
| * | | | | | | board_f: Move new_bloblist to boardfSimon Glass2024-08-261-5/+6