summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-16spl: nand: Map memory before accessing itSean Anderson
2023-11-16cmd: nand: Map memory before accessing itSean Anderson
2023-11-16spl: nand: Set bl_len to page sizeSean Anderson
2023-11-16spl: legacy: Honor bl_len when decompressingSean Anderson
2023-11-16nand: spl_loaders: Only read enough pages to load the imageSean Anderson
2023-11-16nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automaticallySean Anderson
2023-11-16nand: Don't dereference NULL manufacturer_descSean Anderson
2023-11-16spl: nand: Fix NULL-pointer dereferenceSean Anderson
2023-11-15Merge tag 'dm-pull-15nov23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-11-14bootstage: Correct exhasuted typoSimon Glass
2023-11-14sandbox: Close file after mmaping itSean Anderson
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass
2023-11-14patman: Avoid using func_test at top levelSimon Glass
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass
2023-11-14patman: Move the main program into a functionSimon Glass
2023-11-14patman: Split out arg parsing into its own fileSimon Glass
2023-11-14expo: Correct background colourSimon Glass
2023-11-14bootstd: Add a return code to bootflow menuSimon Glass
2023-11-14bootstd: Refactor mmc prep to allow a different scanSimon Glass
2023-11-14efi: Correct handling of frame bufferSimon Glass
2023-11-13Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-11-13stm32mp2: initial supportPatrice Chotard
2023-11-13ARM: dts: stm32: Add STM32MP257F Evaluation board supportPatrice Chotard
2023-11-13pinctrl: pinctrl_stm32: Add stm32mp2 supportPatrice Chotard
2023-11-13serial: stm32: Fix AARCH64 compilation warningsPatrice Chotard
2023-11-13stm32mp: bsec: Fix AARCH64 compilation warningsPatrice Chotard
2023-11-13stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MPPatrice Chotard
2023-11-13stm32mp: dram_init: Fix AARCH64 compilation warningsPatrick Delaunay
2023-11-13stm32mp: dram_init: Get RAM size from DT if no RAM driver foundPatrice Chotard
2023-11-13arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 archPatrice Chotard
2023-11-13clk: exynos: Add header guard for clk-pll.hSam Protsenko
2023-11-13serial: s5p: Fix clk_get_by_index() error code checkSam Protsenko
2023-11-13exynos: Avoid duplicate reset_cpu with SYSRESET enabledSam Protsenko
2023-11-13watchdog: s5p_wdt: Include missing CPU headerSam Protsenko
2023-11-13arm: exynos: Include missing CPU header in gpio.hSam Protsenko
2023-11-13arm: exynos: Include missing CPU header in soc.cSam Protsenko
2023-11-13mmc: renesas-sdhi: Disable clock after tuning reset when possibleMarek Vasut
2023-11-12Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-11-12sunxi: H616: add LPDDR4 DRAM supportMikhail Kalashnikov
2023-11-12sunxi: H616: DRAM: refactor mctl_phy_configure_odt()Andre Przywara
2023-11-12power: regulator: add AXP313 supportAndre Przywara
2023-11-12power: pmic: sunxi: add AXP313 SPL driverAndre Przywara
2023-11-12arm: dts: icnova-a20-adb4006: Add board supportLudwig Kormann
2023-11-12pinctrl: sunxi: Avoid using .bss for SPLSamuel Holland
2023-11-12sunxi: mmc: Sort compatible strings numericallySamuel Holland
2023-11-12clk: sunxi: Use the right symbol in the MakefileSamuel Holland
2023-11-12sunxi: mmc: Move header to the driver directorySamuel Holland
2023-11-12net: sun8i_emac: Drop DM_GPIO checksSamuel Holland
2023-11-12arm: sunxi: Correct warning in board_fit_config_name_matchTom Rini