| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 4 | -0/+4 |
* | board: Rename uclass to sysinfo | Simon Glass | 2020-11-06 | 2 | -27/+32 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 4 | -7/+7 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 5 | -0/+6 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 10 | -0/+10 |
* | common: Drop linux/stringify.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 | 7 | -17/+23 |
* | common: Drop image.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop bootstage.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop flash.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move RAM-sizing functions to init.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move clock functions into a new file | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move pci_init_board() out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 4 | -0/+4 |
* | common: Move command functions out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 4 | -0/+4 |
* | env: Move env_get_ulong() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | env: Move env_set_ulong() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | mpc83xx: Add gazerbeam board | Dirk Eibach | 2019-05-21 | 5 | -1/+211 |
* | gdsys: ioep-fpga: Switch to gazerbeam-style reporting | Mario Six | 2019-05-21 | 1 | -140/+489 |
* | gdsys: cmd_ioloop: Make DM compatible | Mario Six | 2019-05-21 | 1 | -5/+288 |
* | gdsys: cmd_ioloop: Introduce commenting enum | Mario Six | 2019-05-21 | 1 | -4/+9 |
* | gdsys: cmd_ioloop: Fix style violations | Mario Six | 2019-05-21 | 1 | -40/+38 |
* | gdsys: mpc8308: Add FPGA flavor option | Mario Six | 2019-05-21 | 1 | -0/+20 |
* | gdsys: Introduce GDSYS_LEGACY_DRIVERS | Mario Six | 2019-05-21 | 11 | -0/+58 |
* | gdsys: mpc8308: Don't use manual RAM config if RAM driver is active | Mario Six | 2019-05-21 | 1 | -0/+4 |
* | gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to Kconfig | Mario Six | 2019-05-21 | 1 | -0/+22 |
* | gdsys: mpc8308: Use shadow register for output GPIO values | Mario Six | 2019-05-21 | 4 | -3/+25 |
* | gdsys: mpc8308: Fix style violations | Mario Six | 2019-05-21 | 3 | -57/+59 |
* | gdsys: Post ppc4xx removal cleanup | Mario Six | 2019-05-21 | 2 | -131/+0 |
* | gdsys: phy: Adapt fixup_88e1518() to latest Release Notes | Dirk Eibach | 2019-05-21 | 1 | -2/+0 |
* | ihs_mdio: Use new regmap interface | Mario Six | 2019-05-21 | 1 | -2/+3 |
* | mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE | Mario Six | 2019-05-21 | 1 | -2/+2 |
* | strider: Migrate to CONFIG_TARGET_STRIDER | Mario Six | 2019-05-21 | 2 | -3/+3 |
* | hrcon: Migrate to CONFIG_TARGET_HRCON | Mario Six | 2019-05-21 | 2 | -2/+2 |
* | board: mvebu: drop unused ETH_PHY macro definitions | Baruch Siach | 2019-01-21 | 1 | -4/+0 |
* | ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02 | Chris Packham | 2018-12-08 | 1 | -1/+1 |
* | tpm: Convert to use a device parameter | Simon Glass | 2018-11-29 | 6 | -83/+143 |
* | cmd: Add osd commands | Mario Six | 2018-09-28 | 3 | -0/+161 |
* | mvebu: select boot device at SoC level | Baruch Siach | 2018-08-06 | 3 | -44/+0 |
* | mvebu: consolidate SPL boot device config symbols | Baruch Siach | 2018-08-06 | 2 | -26/+2 |
* | mvebu: a38x: drop duplicate platform id symbols | Baruch Siach | 2018-08-06 | 1 | -12/+0 |
* | tpm: disociate TPMv1.x specific and generic code | Miquel Raynal | 2018-05-25 | 4 | -4/+4 |
* | ARM: mvebu: a38x: restore support for setting timing | Chris Packham | 2018-05-14 | 1 | -1/+2 |
* | ARM: mvebu: a38x: sync ddr training code with upstream | Chris Packham | 2018-05-14 | 1 | -9/+12 |
* | ihs_mdio: Make DM-compatible | Mario Six | 2018-05-08 | 2 | -5/+58 |