- 56af659 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · 2 years, 1 month ago
- df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years, 1 month ago
- b421349 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 2 years, 1 month ago
- d5c3bf2 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
- 10bda12 P1010RDB: Drop support for not-CONFIG_SYS_DDR_RAW_TIMING by Tom Rini · 2 years, 4 months ago
- aac187d nxp: Make board/freescale/common/Kconfig safe to include once in arch/Kconfig by Tom Rini · 2 years, 6 months ago
- d75a779 Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · 2 years, 6 months ago
- 6de36a7 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · 2 years, 6 months ago
- f8f6b32 Convert CONFIG_SPL_COMMON_INIT_DDR to Kconfig by Tom Rini · 2 years, 6 months ago
- 6b15c16 Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 7 months ago
- 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 3 years ago
- be94c76 i2c: fsl_i2c: Migrate to Kconfig by Tom Rini · 3 years, 3 months ago
- dc67bfa pci: freescale: Drop old code by Simon Glass · 3 years, 4 months ago
- f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 2b92398 serial: Rename ns16550 functions to lower case by Simon Glass · 4 years ago
- 119e7ef serial: Update NS16550_t and struct NS16550 by Simon Glass · 4 years ago
- 9b15547 configs: Remove P1010RDB secure boot configs by Priyanka Jain · 4 years, 2 months ago
- 7a6855f p1010rdb: Don't compile board_eth_init() for DM_ETH by Hou Zhiqiang · 4 years, 2 months ago
- 286eed4 powerpc: Remove bi_memstart & bi_memsize assignments in spl.c by Stefan Roese · 4 years, 4 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- 21f753c trivial: Fix booot occurences by Michal Simek · 4 years, 6 months ago
- ef35bf6 powerpc: Remove ARCH= references from documentation by Tom Rini · 4 years, 6 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 0e49eb4 powerpc: P1010RDB: Compile legacy PCIe routines conditionally by Hou Zhiqiang · 4 years, 7 months ago
- 6a2d8d1 dm: ppc: p1010: add i2c DM support by Biwen Li · 4 years, 7 months ago
- 85d6531 common: Move clock functions into a new file by Simon Glass · 5 years ago
- 284f71b common: Move relocate_code() to init.h by Simon Glass · 5 years ago
- a7b5130 common: Move some board functions out of common.h by Simon Glass · 5 years ago
- f5c208d Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
- 5cd7ece env: Finish migration of common ENV options by Tom Rini · 5 years ago
- 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
- 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
- 79fd214 env: Move env_init() to env.h by Simon Glass · 5 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
- 9774e32 powerpc: P1010RDB: Rework local command to not be included in SPL by Tom Rini · 7 years ago
- 05204d0 powerpc: mpc85xx: Fix static TLB table for SDRAM by York Sun · 7 years ago
- da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
- 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
- 667124c powerpc: fsl: Update maintainers by York Sun · 7 years ago
- d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · 8 years ago
- 39f90ba board_f: Drop return value from initdram() by Simon Glass · 8 years ago
- b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
- 302445a powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago
- 51b06fa NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST by Tom Rini · 8 years ago
- 7f945ca powerpc: P1010RDB: Remove macros CONFIG_P1010RDB_PA and CONFIG_P1010RDB_PB by York Sun · 8 years ago
- dd8e224 spi: Move freescale-specific code into a private header by Simon Glass · 8 years ago
- 9fd465c usb: fsl: Rename fdt_fixup_dr_usb by Sriram Dash · 8 years ago
- fe56a4f freescale: Tweak various Makefiles to remove redundancy, fix aesthetics by Robert P. J. Day · 9 years ago
- 2ff056b powerpc/board: SPL: Enable malloc flag in global data. by Sumit Garg · 9 years ago
- 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
- e52fb1c powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET by Bin Meng · 9 years ago
- a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
- dd88806 driver/ifc: Add 64KB page support by Jaiprakash Singh · 10 years ago
- 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
- 5cd6ded MAINTAINERS: comment out blank M: field by Masahiro Yamada · 10 years ago
- 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
- 9799f26 Add board MAINTAINERS files by Masahiro Yamada · 10 years ago
- d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
- 220c346 powerpc/mpc85xx: Check return value of find_tlb_idx by York Sun · 10 years ago
- 2181806 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
- 1233cbc powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL by Ying Zhang · 11 years ago
- f203656 powerpc/mpc85xx:Increase binary size for P, B & T series boards. by Prabhakar Kushwaha · 11 years ago
- afffcb0 board/freescale:Remove use of CONFIG_SPL_NAND_MINIMAL by Prabhakar Kushwaha · 11 years ago
- 37562f6 Driver/IFC: Move Freescale IFC driver to a common driver by York Sun · 11 years ago
- a21803d Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xx by York Sun · 11 years ago
- f062659 Driver/DDR: Moving Freescale DDR driver to a common driver by York Sun · 11 years ago
- d20e7fe powerpc/p1010rdb: update readme for p1010rdb-pa and p1010rdb-pb by Shengzhou Liu · 11 years ago
- c54b77e board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
- f0af438 powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-pa by Shengzhou Liu · 11 years ago
- 36446ef board/p1010rdb: add pin mux and sdhc support in any boot by Shengzhou Liu · 11 years ago
- 79c426a powerpc/p1010rdb: remove unused cpld_show by Shengzhou Liu · 11 years ago
- 4a71741 powerpc: Fix CamelCase warnings in DDR related code by Priyanka Jain · 11 years ago
- 7d53de0 powerpc/p1010rdb: fix calculating ddr_freq_mhz by Shengzhou Liu · 11 years ago
- 5e15555 powerpc/mpc8xxx: Add memory reset control by York Sun · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 5b029e9 board/p1010rdb: Fix PCIe TLB creation on CONFIG_PCI define by Prabhakar Kushwaha · 12 years ago
- d6a7aba powerpc/mpc85xx:Fix "boot page TLB" entry size for NAND SPL by Prabhakar Kushwaha · 12 years ago
- 66d6aa8 board/p1010rdb:Add NAND boot support using new SPL format by Prabhakar Kushwaha · 12 years ago
- a5b0ded powerpc/p1010rdb: Change flexcan compatible string by Shengzhou Liu · 12 years ago
- a8b5739 ppc: Move lbc_clk and cpu to arch_global_data by Simon Glass · 12 years ago
- c156f17 p1010rdb: fix ddr values for p1014rdb (setting bus width to 16bit) by Matthew McClintock · 12 years ago
- a1136f6 Minor Coding Style Cleanup. by Wolfgang Denk · 12 years ago
- 42a3f52 Minor Coding Style cleanup by Wolfgang Denk · 12 years ago
- 8cb6548 powerpc/mpc85xx: Ignore E bit for SVR_SOC_VER() by York Sun · 12 years ago
- c447f43 powerpc/p1010rdb: add readme document for p1010rdb by Shengzhou Liu · 13 years ago
- ceb705c powerpc/p1010rdb: update mux config of p1010rdb board by Shengzhou Liu · 13 years ago
- 56953ee powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during boot by Timur Tabi · 13 years ago
- 66f0514 powerpc/mpc8xxx: Fix CONFIG_DDR_RAW_TIMING for two boards by York Sun · 13 years ago
- 59c48b4 powerpc/85xx: Make inclusion of USB device fixup conditional by Ramneek Mehresh · 13 years ago
- ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
- a2ec135 powerpc/85xx: Add basic support for P1010RDB by Poonam Aggrwal · 14 years ago