| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: Rename MMC_SUPPORT to MMC | Simon Glass | 2021-09-04 | 1 | -1/+1 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -1/+1 |
* | reset: Remove addr parameter from reset_cpu() | Harald Seiler | 2021-03-02 | 2 | -2/+2 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() | Simon Glass | 2021-01-05 | 1 | -1/+1 |
* | ARM: uniphier: use FIELD_GET() to get access to revision register fields | Masahiro Yamada | 2020-08-18 | 2 | -11/+15 |
* | ARM: uniphier: remove unneeded header inclusion from board_late_init.c | Masahiro Yamada | 2020-08-18 | 1 | -2/+1 |
* | ARM: uniphier: remove unused uniphier_pin_init() | Masahiro Yamada | 2020-08-18 | 3 | -32/+0 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 1 | -2/+2 |
* | ARM: uniphier: remove NAND reset code | Masahiro Yamada | 2020-07-11 | 4 | -55/+0 |
* | ARM: uniphier: remove sbc/ directory | Masahiro Yamada | 2020-07-11 | 5 | -33/+8 |
* | bus: uniphier-system-bus: move hardware init from board files | Masahiro Yamada | 2020-07-11 | 10 | -256/+45 |
* | bus: uniphier-system-bus: add UniPhier System Bus driver | Masahiro Yamada | 2020-07-11 | 1 | -0/+1 |
* | ARM: uniphier: remove support for NOR Flash on support card | Masahiro Yamada | 2020-07-11 | 3 | -102/+0 |
* | ARM: uniphier: remove unused uniphier_sbc_init_admulti() | Masahiro Yamada | 2020-07-11 | 2 | -34/+5 |
* | ARM: uniphier: fix build error when CONFIG_MICRO_SUPPORT_CARD=n | Masahiro Yamada | 2020-07-11 | 1 | -0/+2 |
* | ARM: uniphier: consolidate SoC select menu | Masahiro Yamada | 2020-07-11 | 1 | -18/+15 |
* | Revert "ARM: uniphier: add weird workaround code for LD20" | Masahiro Yamada | 2020-07-11 | 2 | -14/+0 |
* | ARM: uniphier: remove board_eth_init() | Masahiro Yamada | 2020-05-22 | 1 | -12/+0 |
* | ARM: uniphier: delete or replace <common.h> includes | Masahiro Yamada | 2020-05-22 | 36 | -36/+8 |
* | ARM: uniphier: drop #include <log.h> again | Masahiro Yamada | 2020-05-22 | 5 | -5/+0 |
* | ARM: uniphier: drop #include <init.h> again from umc-pxs2.c | Masahiro Yamada | 2020-05-22 | 1 | -1/+0 |
* | ARM: uniphier: remove #include <net.h> again from micro-support-card.c | Masahiro Yamada | 2020-05-22 | 1 | -2/+1 |
* | ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c | Masahiro Yamada | 2020-05-22 | 1 | -1/+1 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 5 | -0/+5 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 4 | -0/+4 |
* | common: Drop linux/bug.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 5 | -0/+5 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 4 | -5/+14 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 4 | -0/+4 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 2 | -1/+3 |
* | spl: Always define preloader_console_init | Samuel Holland | 2020-05-15 | 1 | -2/+0 |
* | spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() | Harald Seiler | 2020-04-22 | 1 | -1/+1 |
* | ARM: uniphier: detect the base of micro support card at run-time | Masahiro Yamada | 2020-02-28 | 1 | -12/+31 |
* | ARM: uniphier: remove workaround for the NAND write protect | Masahiro Yamada | 2020-02-28 | 1 | -17/+0 |
* | ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL | Masahiro Yamada | 2020-02-28 | 5 | -7/+56 |
* | ARM: uniphier: add sdscript, sdboot, sdupdate environment variables | Masahiro Yamada | 2020-02-28 | 1 | -4/+23 |
* | ARM: uniphier: set gd->ram_base correctly | Masahiro Yamada | 2020-02-01 | 1 | -6/+1 |
* | ARM: uniphier: remove adhoc reset deassertion for the NAND controller | Masahiro Yamada | 2020-02-01 | 7 | -73/+8 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move reset_cpu() to the CPU header | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move some SMP functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | dm: core: Add device_foreach_child() | Simon Glass | 2019-10-08 | 1 | -2/+2 |
* | env: Move env_set_ulong() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | env: Move env_set_hex() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | psci: Fix warnings when compiling with W=1 | Patrick Delaunay | 2019-07-24 | 1 | -2/+2 |
* | ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-time | Masahiro Yamada | 2019-07-10 | 1 | -0/+4 |
* | ARM: uniphier: set dram_base environment variable | Masahiro Yamada | 2019-07-10 | 1 | -0/+2 |