1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-18 15:50:07 +01:00

Commit Graph

  • 11f834614e spl: Convert nand to spl_load Sean Anderson 2023-11-08 11:48:51 -05:00
  • 5d3401a448 spl: Convert mmc to spl_load Sean Anderson 2023-11-08 11:48:50 -05:00
  • 682184e9b9 spl: Convert fat to spl_load Sean Anderson 2023-11-08 11:48:49 -05:00
  • b8ed722567 spl: Convert ext to use spl_load Sean Anderson 2023-11-08 11:48:48 -05:00
  • 775074165d spl: Add generic spl_load function Sean Anderson 2023-11-08 11:48:47 -05:00
  • 5b3debc61e test: spl: Support testing LEGACY_LZMA filesystem images Sean Anderson 2023-11-08 11:48:46 -05:00
  • efe92cd2f9 spl: legacy: Split off LZMA decompression into its own function Sean Anderson 2023-11-08 11:48:45 -05:00
  • 0ddfa868ba spl: nand: Remove spl_nand_legacy_read Sean Anderson 2023-11-08 11:48:44 -05:00
  • 5271e359a4 spl: Only support bl_len when we have to Sean Anderson 2023-11-08 11:48:43 -05:00
  • afdd2d98c2 spl: Remove filename from spl_load_info Sean Anderson 2023-11-08 11:48:42 -05:00
  • b63664be6a spl: Set FAT bl_len to ARCH_DMA_MINALIGN Sean Anderson 2023-11-08 11:48:41 -05:00
  • 73c40fcb73 spl: Refactor spl_load_info->read to use units of bytes Sean Anderson 2023-11-08 11:48:40 -05:00
  • 33c8d01a4d spl: Take advantage of bl_len's power-of-twoness Sean Anderson 2023-11-08 11:48:39 -05:00
  • 0c6c83e6a2 spl: Remove dev from spl_load_info Sean Anderson 2023-11-08 11:48:38 -05:00
  • feaeb8fa6f spl: Remove NULL assignments in spl_load_info Sean Anderson 2023-11-08 11:48:37 -05:00
  • 517e70856f spl: semihosting: Don't close fd before spl_load_simple_fit Sean Anderson 2023-11-08 11:48:36 -05:00
  • 06b1bca69d spl: Make SHOW_ERRORS depend on LIBCOMMON Sean Anderson 2023-11-08 11:48:35 -05:00
  • 3b46cdd7a0 arm: Disable SPL_FS_FAT when it isn't used Sean Anderson 2023-11-08 11:48:34 -05:00
  • 1e86296f7f spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc Sean Anderson 2023-11-08 11:48:33 -05:00
  • 5e6a112e11 Merge patch series "nand: Add sandbox tests" Tom Rini 2023-11-16 12:46:09 -05:00
  • a9a7379973 arm: Enable SYS_THUMB_BUILD on AT91 Sean Anderson 2023-11-04 22:27:42 -04:00
  • 8502b5bf20 test: spl: Add a test for NAND Sean Anderson 2023-11-04 16:37:53 -04:00
  • bc8e8a4bfa nand: Add sandbox driver Sean Anderson 2023-11-04 16:37:52 -04:00
  • 9181cb0507 arch: sandbox: Add function to create temporary files Sean Anderson 2023-11-04 16:37:51 -04:00
  • 333d43f6a3 nand: Allow reinitialization Sean Anderson 2023-11-04 16:37:50 -04:00
  • c203482177 nand: Add function to unregister NAND devices Sean Anderson 2023-11-04 16:37:49 -04:00
  • b37a9208a2 mtd: Add some fallbacks for add/del_mtd_device Sean Anderson 2023-11-04 16:37:48 -04:00
  • b35df87ae5 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD Sean Anderson 2023-11-04 16:37:47 -04:00
  • bd9573c11c spl: nand: Map memory before accessing it Sean Anderson 2023-11-04 16:37:46 -04:00
  • d2e0a9a691 cmd: nand: Map memory before accessing it Sean Anderson 2023-11-04 16:37:45 -04:00
  • 38ef64e6ce spl: nand: Set bl_len to page size Sean Anderson 2023-11-04 16:37:44 -04:00
  • 57d3da6fee spl: legacy: Honor bl_len when decompressing Sean Anderson 2023-11-04 16:37:43 -04:00
  • cdc0434ac0 nand: spl_loaders: Only read enough pages to load the image Sean Anderson 2023-11-04 16:37:42 -04:00
  • 601b8901e0 nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automatically Sean Anderson 2023-11-04 16:37:41 -04:00
  • 23c2ebe4d4 nand: Don't dereference NULL manufacturer_desc Sean Anderson 2023-11-04 16:37:40 -04:00
  • 23fe0c0747 spl: nand: Fix NULL-pointer dereference Sean Anderson 2023-11-04 16:37:39 -04:00
  • 169c3cc49e Merge tag 'dm-pull-15nov23' of https://source.denx.de/u-boot/custodians/u-boot-dm Tom Rini 2023-11-15 14:15:21 -05:00
  • 0d4d9f94c5 bootstage: Correct exhasuted typo Simon Glass 2023-11-07 10:17:40 +01:00
  • f6d76e6878 sandbox: Close file after mmaping it Sean Anderson 2023-11-04 15:57:33 -04:00
  • 2c61c0eb14 dm: Do not enable debug messages by default Heinrich Schuchardt 2023-11-04 20:40:43 +02:00
  • abf7004321 patman: Correct Python 3.6 behaviour Simon Glass 2023-11-04 10:25:24 -06:00
  • dfdf621ff2 patman: Avoid using func_test at top level Simon Glass 2023-11-04 10:25:23 -06:00
  • 21229c921b patman: Correct easy pylint warnings in __main__ Simon Glass 2023-11-04 10:25:22 -06:00
  • e296a3c73d patman: Move the main program into a function Simon Glass 2023-11-04 10:25:21 -06:00
  • 18f8830ab9 patman: Split out arg parsing into its own file Simon Glass 2023-11-04 10:25:20 -06:00
  • cac91b0b72 expo: Correct background colour Simon Glass 2023-10-01 19:14:41 -06:00
  • 3fa53b9531 bootstd: Add a return code to bootflow menu Simon Glass 2023-10-01 19:14:38 -06:00
  • baea7ec6a6 bootstd: Refactor mmc prep to allow a different scan Simon Glass 2023-10-01 19:14:37 -06:00
  • a75cf70d23 efi: Correct handling of frame buffer Simon Glass 2023-10-01 19:14:36 -06:00
  • be0724601a Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians/u-boot-stm into next Tom Rini 2023-11-13 09:07:23 -05:00
  • 01a701994b stm32mp2: initial support Patrice Chotard 2023-10-27 16:43:04 +02:00
  • 970d1673b0 ARM: dts: stm32: Add STM32MP257F Evaluation board support Patrice Chotard 2023-10-27 16:43:03 +02:00
  • 778f4eaa80 pinctrl: pinctrl_stm32: Add stm32mp2 support Patrice Chotard 2023-10-27 16:43:02 +02:00
  • 6261cf6abd serial: stm32: Fix AARCH64 compilation warnings Patrice Chotard 2023-10-27 16:43:01 +02:00
  • 3e0b12af8a stm32mp: bsec: Fix AARCH64 compilation warnings Patrice Chotard 2023-10-27 16:43:00 +02:00
  • 75ba0fd570 stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP Patrice Chotard 2023-10-27 16:42:59 +02:00
  • ee15c72da2 stm32mp: dram_init: Fix AARCH64 compilation warnings Patrick Delaunay 2023-10-27 16:42:58 +02:00
  • dba8d92a3d stm32mp: dram_init: Get RAM size from DT if no RAM driver found Patrice Chotard 2023-10-27 16:42:57 +02:00
  • 2f9886c668 arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch Patrice Chotard 2023-10-27 16:42:56 +02:00
  • f655090901 clk: exynos: Add header guard for clk-pll.h Sam Protsenko 2023-11-07 15:22:00 -06:00
  • 2227f4c0af serial: s5p: Fix clk_get_by_index() error code check Sam Protsenko 2023-11-07 11:34:17 -06:00
  • 08cfa971a7 exynos: Avoid duplicate reset_cpu with SYSRESET enabled Sam Protsenko 2023-10-30 11:55:02 -05:00
  • 11bd2787de watchdog: s5p_wdt: Include missing CPU header Sam Protsenko 2023-10-20 16:46:33 -05:00
  • c9ab9f30c8 arm: exynos: Include missing CPU header in gpio.h Sam Protsenko 2023-10-20 16:46:32 -05:00
  • 585a2aaac2 arm: exynos: Include missing CPU header in soc.c Sam Protsenko 2023-10-20 16:46:31 -05:00
  • 70d2c9940e mmc: renesas-sdhi: Disable clock after tuning reset when possible Marek Vasut 2023-11-05 23:42:45 +01:00
  • 92b27528d7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi Tom Rini 2023-11-12 16:36:22 -05:00
  • 4b02f0120a sunxi: H616: add LPDDR4 DRAM support Mikhail Kalashnikov 2023-11-11 12:10:00 +03:00
  • b71129ca3b sunxi: H616: DRAM: refactor mctl_phy_configure_odt() Andre Przywara 2023-09-07 20:38:46 +01:00
  • fafedff350 power: regulator: add AXP313 support Andre Przywara 2023-10-17 14:12:44 +01:00
  • d17d051c54 power: pmic: sunxi: add AXP313 SPL driver Andre Przywara 2023-07-30 01:11:01 +01:00
  • 1f6c98c2d3 arm: dts: icnova-a20-adb4006: Add board support Ludwig Kormann 2023-11-01 08:28:32 +01:00
  • 0070d57c33 pinctrl: sunxi: Avoid using .bss for SPL Samuel Holland 2023-10-30 23:57:40 -05:00
  • d379bcbfaf sunxi: mmc: Sort compatible strings numerically Samuel Holland 2023-10-31 00:22:34 -05:00
  • ca43266562 clk: sunxi: Use the right symbol in the Makefile Samuel Holland 2023-10-30 23:49:22 -05:00
  • 43b573df33 sunxi: mmc: Move header to the driver directory Samuel Holland 2023-10-31 00:22:35 -05:00
  • 7b252df7ca net: sun8i_emac: Drop DM_GPIO checks Samuel Holland 2023-10-31 00:25:46 -05:00
  • f054f12089 arm: sunxi: Correct warning in board_fit_config_name_match Tom Rini 2023-07-17 15:29:20 -04:00
  • ffb02942fa sunxi: board: simplify early PMIC setup conditions Andre Przywara 2021-06-27 01:13:09 +01:00
  • 17e9db18f1 Merge tag 'doc-2024-01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2023-11-11 09:22:54 -05:00
  • cfaf05839f doc: typo 'form' in qfw.rst Heinrich Schuchardt 2023-11-09 08:32:06 -08:00
  • ca845d20e6 doc: board: ti: k3 docs: Use ::prompt Nishanth Menon 2023-11-02 23:40:26 -05:00
  • 81cf99e723 doc: board: ti: Use prompt prompt_style to simplify documentation Nishanth Menon 2023-11-02 23:40:25 -05:00
  • bd00ef74f3 doc: build: fix wrongly written targests instead of targets Milan P. Stanić 2023-11-04 15:38:15 +01:00
  • b214e88071 doc: shorten overlong title underlines Heinrich Schuchardt 2023-10-28 11:59:32 +02:00
  • 0e20948598 doc: ti: j7200_evm: Fix OPTEE platform name Nishanth Menon 2023-11-01 09:50:25 -05:00
  • 550a9ffecd hikey960: Fix 404 links Dylan Corrales 2023-10-28 05:46:39 -04:00
  • da2e3196e4 Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA" Tom Rini 2023-11-10 15:25:47 -05:00
  • 62be808183 arm: dts: k3-am642: Update main_bcdma and main_pktdma nodes Siddharth Vadapalli 2023-10-28 20:36:03 +03:00
  • 9a3f2b6798 arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA/Ethernet Roger Quadros 2023-10-28 20:36:02 +03:00
  • d4f148774b arm: dts: k3-am625-sk-u-boot.dtsi: Update main_bcdma and main_pktdma nodes Siddharth Vadapalli 2023-10-28 20:36:01 +03:00
  • 3b6db6901f Merge branch '2023-11-10-improve-semihosting-armv6' into next Tom Rini 2023-11-10 11:55:28 -05:00
  • 47cfdb2192 arm: semihosting: Support semihosting fallback on 32-bit ARM Sean Anderson 2023-10-27 16:40:15 -04:00
  • 6ef83ab6be arm: semihosting: Fix returning from traps on ARMv6 and lower Sean Anderson 2023-10-27 16:40:14 -04:00
  • 298c26c5c7 arm: Fix software interrupt handler Sean Anderson 2023-10-27 16:40:13 -04:00
  • 3b913c1482 Merge tag 'u-boot-stm32-20231110' of https://source.denx.de/u-boot/custodians/u-boot-stm Tom Rini 2023-11-10 09:43:01 -05:00
  • bb7121f6aa Merge branch '2023-11-10-assorted-fixes' Tom Rini 2023-11-10 08:44:18 -05:00
  • a3a884c697 boot: Fix syntax in fdt_overlay_apply_verbose() error message Hugo Villeneuve 2023-10-26 15:54:49 -04:00
  • aff5dddd42 tools: gitignore: Fix tools/generated path Sam Protsenko 2023-10-26 16:00:15 -05:00
  • ee2ce29223 bootstd: Skip over bad device during bootflows scanning Tony Dinh 2023-11-02 11:51:15 -07:00