aboutsummaryrefslogtreecommitdiff
path: root/board/gdsys/p1022
AgeCommit message (Expand)AuthorFilesLines
2021-04-10ppc: Remove controlcenterd boardsTom Rini11-2036/+0
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass1-18/+18
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-05-21gdsys: Introduce GDSYS_LEGACY_DRIVERSMario Six1-0/+10
2018-11-29tpm: Convert to use a device parameterSimon Glass1-44/+73
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini7-15/+7
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-09treewide: Fix gdsys mail addressesMario Six1-1/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-06powerpc: mpc85xx: Fix static TLB table for SDRAMYork Sun1-1/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-2/+2
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-4/+4
2017-06-23controlcenterd_36BIT_SDCARD: Fix unused variable warningTom Rini1-14/+13
2017-05-12gdsys: P1022: Fix unused variable warningsTom Rini1-25/+24
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-9/+0
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini6-44/+6
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren2-4/+4
2015-11-12controlcenterd: Disable sideband clocksDirk Eibach1-0/+5
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-4/+1
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini1-1/+3
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-7/+10
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-2/+3
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+9
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+15
2014-07-07board: controlcenterd: Use new API for setting i2c busDirk Eibach1-4/+9
2014-07-07board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API changeDirk Eibach1-1/+1
2014-07-07board: controlcenterd: Fix pci accessDirk Eibach1-3/+3
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2014-06-11Check run_command() return code properlyThomas Betker1-5/+1
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun2-3/+3
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-28/+6
2013-07-16mpc85xx: Add gdsys ControlCenter Digital boardDirk Eibach9-0/+2033