aboutsummaryrefslogtreecommitdiff
path: root/board/socrates/socrates.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28video: Drop video_fb headerSimon Glass1-1/+0
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-1/+1
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-1/+3
2021-08-05ppc: socrates: Drop use of DM_PCISimon Glass1-3/+1
2021-02-19video: remove unused include/mb862xx.hHeinrich Schuchardt1-12/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass1-13/+14
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-17common: Move upmconfig() to ppc.hSimon Glass1-2/+2
2019-11-06mpc85xx, socrates: add DM PCI supportHeiko Schocher1-35/+5
2019-11-06mpc85xx, socrates: enable DM serialHeiko Schocher1-0/+5
2019-11-06mpc85xx, socrates: disable VIDEOHeiko Schocher1-178/+2
2019-11-06mpc85xx, socrates: add DM supportHeiko Schocher1-0/+15
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-05-12socrates: Fix a misleading indentation warningTom Rini1-1/+1
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-2/+3
2013-08-20powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-5/+7
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-16/+15
2009-10-31video: mb862xx: improve board-specific Lime configurationWolfgang Grandegger1-39/+7
2009-06-04Redundant Environment: protect full sector sizeWolfgang Denk1-1/+1
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-59/+59
2008-09-1385xx: socrates: autoprobe Lime chipu-boot@bugs.denx.de1-15/+43
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-09-0985xx: socrates: Enable Lime support.Anatolij Gustschin1-0/+198
2008-09-0985xx: Socrates: Major code update.Detlev Zundel1-33/+49
2008-06-11Socrates: Added FPGA base address update in FDT.Sergei Poselenov1-0/+10
2008-06-11Socrates: Added FPGA mapping. LAWs and TLBs cleanup.Sergei Poselenov1-1/+7
2008-06-10socrates: Fix PCI clk fix patchAndy Fleming1-1/+3
2008-05-27Socrates: Fix PCI bus frequency reportSergei Poselenov1-2/+11
2008-05-20socrates: changes to support FDTSergei Poselenov1-0/+25
2008-05-20Initial support for "Socrates" boardSergei Poselenov1-0/+186