Age | Commit message (Expand) | Author |
2020-08-04 | arm: Add SPL build check to SPL early bss clear | Brian Moyer |
2020-07-29 | arch: arm: use dt and UCLASS_SYSCON to get gic lpi details | Rayagonda Kokatanur |
2020-07-29 | arch: arm: use dt and UCLASS_IRQ to get gic details | Rayagonda Kokatanur |
2020-07-17 | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada |
2020-07-10 | arm: provide a function for boards init code to modify MMU virtual-physical map | Marek Szyprowski |
2020-06-25 | bdinfo: arm: Move ARM-specific info into its own file | Simon Glass |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop asm/ptrace.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | command: Remove the cmd_tbl_t typedef | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-05-18 | common: Drop image.h from common header | Simon Glass |
2020-05-18 | common: Drop bootstage.h from common header | Simon Glass |
2020-05-18 | common: Drop net.h from common header | Simon Glass |
2020-05-07 | cmd: cache: Fix non-cached memory cachability | Patrice Chotard |
2020-05-04 | Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2020-05-01 | common/board_r: arm: Merge initr_enable_interrupts into interrupts_init | Ovidiu Panait |
2020-05-01 | arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour | Patrick Delaunay |
2020-05-01 | arm: caches: add DCACHE_DEFAULT_OPTION | Patrick Delaunay |
2020-05-01 | arm: caches: protect dram_bank_mmu_setup access to bi_dram | Patrick Delaunay |
2020-05-01 | ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them | Claudius Heine |
2020-04-24 | common/board_f: Make reserve_mmu generic | Ovidiu Panait |
2020-04-24 | arm: asm/cache.c: Introduce arm_reserve_mmu | Ovidiu Panait |
2020-04-24 | common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c | Ovidiu Panait |
2020-04-17 | ARM: bootm: take into account gd->ram_top | Patrice Chotard |
2020-04-16 | arm: set the relocated gd with gd->new_gd | Patrick Delaunay |
2020-02-25 | arch: arm: Fix SZ_64K undeclared compilation error | Wasim Khan |
2020-01-17 | common: Move hang() to the same header as panic() | Simon Glass |
2020-01-17 | common: Move reset_cpu() to the CPU header | Simon Glass |
2020-01-17 | common: Move relocate_code() to init.h | Simon Glass |
2020-01-10 | arch: arm: Program GIC LPI configuration table | Bharat Kumar Reddy Gooty |
2019-12-02 | common: Move enable/disable_interrupts out of common.h | Simon Glass |
2019-12-02 | common: Move interrupt functions into a new header | Simon Glass |
2019-12-02 | arm: powerpc: Tidy up code style for interrupt functions | Simon Glass |
2019-12-02 | common: Move ARM cache operations out of common.h | Simon Glass |
2019-12-02 | common: Move some cache and MMU functions out of common.h | Simon Glass |
2019-12-02 | arm: powerpc: Tidy up code style for cache functions | Simon Glass |
2019-12-02 | common: Move some SMP functions out of common.h | Simon Glass |
2019-11-17 | spl: separate SPL_FRAMEWORK config for spl and tpl | Heiko Stuebner |
2019-11-07 | arm: caches: Disable mmu only if mmu is available | Lokesh Vutla |
2019-10-25 | boot: arm: Enable support for custom board_prep_linux | Lokesh Vutla |
2019-10-11 | arm64: print instructions leading to exception | Heinrich Schuchardt |
2019-08-30 | board_f: fix noncached reservation calculation | Stephen Warren |
2019-08-11 | env: Move env_get() to env.h | Simon Glass |
2019-07-23 | Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b... | Tom Rini |
2019-07-17 | spl: Allow performing BSS init early before board_init_f() | Andreas Dannenberg |
2019-07-16 | efi_loader: use predefined constants in crt0_*_efi.S | Heinrich Schuchardt |
2019-07-10 | arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET | Masahiro Yamada |
2019-05-18 | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner |