aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
4 dayscommon: memtop: Fix the return type for find_ram_topVenkatesh Yadav Abbarapu1-2/+2
13 daysusb: onboard-hub: Update the bind function based on peer-hub propertyVenkatesh Yadav Abbarapu1-1/+6
2024-12-02common: relocate fdt_blob in global_data for FDTSRC_EMBED caseEvgeny Bachinin1-0/+9
2024-12-02Revert "global_data: Drop spl_handoff"Simon Glass2-12/+12
2024-11-27spl: increase SPL_SYS_MALLOC_SIZE when using BIOSEMU on RISC-VYuri Zaporozhets1-0/+1
2024-11-25usb: onboard-hub: Bail out if peer hub is already probedVenkatesh Yadav Abbarapu1-0/+21
2024-11-25usb: onboard-hub: Add i2c initialization for usb5744 hubVenkatesh Yadav Abbarapu1-1/+105
2024-11-25usb: onboard-hub: add support for Microchip USB5744Venkatesh Yadav Abbarapu1-0/+11
2024-11-25usb: onboard-hub: Fix the return values of regulator APIsVenkatesh Yadav Abbarapu1-4/+8
2024-11-25usb: onboard-hub: Add reset-gpio supportVenkatesh Yadav Abbarapu1-3/+48
2024-11-19Merge tag 'xilinx-for-v2025.01-rc3-v2' of https://source.denx.de/u-boot/custo...Tom Rini2-0/+172
2024-11-15common: memtop: add logic to detect ram_topSughosh Ganu2-0/+172
2024-11-14xyz-modem: Add missing fallthrough annotationHeinrich Schuchardt1-0/+1
2024-11-04menu: add support to check if menu needs to be reprintedWeijie Gao1-0/+11
2024-11-04menu: fix the logic checking whether ESC key is pressedWeijie Gao1-2/+3
2024-11-03log: Add a new category for testsSimon Glass1-0/+1
2024-11-03bootstage: Do not sort recordsJonas Karlman1-10/+2
2024-10-29board_r: Remove duplicate headersIlias Apalodimas1-2/+1
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini2-1/+2
2024-10-27bloblist: Fix use of uninitialized variablePatrick Rudolph1-1/+1
2024-10-27common: Enable BLOBLIST_TABLES on armPatrick Rudolph1-0/+1
2024-10-26Merge tag 'u-boot-rockchip-20241026' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+3
2024-10-26rockchip: board: Increase rng-seed size to make it sufficient for modern LinuxAlex Shumsky1-0/+3
2024-10-25Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/cust...Tom Rini1-0/+2
2024-10-25ARM: imx: soc: Move default TEXT_BASE for i.MX7Marek Vasut1-0/+1
2024-10-25ARM: imx: soc: Select default TEXT_BASE for i.MX6Marek Vasut1-0/+1
2024-10-25Merge patch series "Allow showing the memory map"Tom Rini5-19/+20
2024-10-25bootstage: Allow counting memory without stringsSimon Glass2-8/+10
2024-10-25common: Tidy up how malloc() is initedSimon Glass3-8/+7
2024-10-25common: Fix up malloc() comment in reserve_noncached()Simon Glass1-3/+3
2024-10-23cyclic: make cyclic_run staticRasmus Villemoes1-1/+1
2024-10-23cyclic: introduce u-boot/schedule.hRasmus Villemoes1-0/+1
2024-10-17Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+1
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier2-3/+3
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier2-1/+2
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini13-99/+90
2024-10-11spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass3-20/+20
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass4-44/+44
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass6-9/+9
2024-10-11xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass1-3/+2
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass2-8/+8
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass3-5/+5
2024-10-11xpl: Rename spl_phase to xpl_phase_tSimon Glass1-1/+1
2024-10-11xpl: Rename u_boot_first_phase to xpl_is_first_phase()Simon Glass2-4/+4
2024-10-11serial: Make use of the SERIAL defineSimon Glass1-9/+1
2024-10-11Make AVB_VERIFY depend on FASTBOOTJerome Forissier1-0/+1
2024-10-10Merge patch series "led: introduce LED boot and activity function"Tom Rini1-8/+20
2024-10-10common: board_r: rework BOOT LED handlingChristian Marangi1-8/+20
2024-10-07Merge branch 'next'Tom Rini32-388/+644
2024-10-03Merge patch series "vbe: Series part D"Tom Rini1-0/+12