Commit Graph

34 Commits (723806cc5bea9f8b37323dfd7568603f99af6a06)

Author SHA1 Message Date
Simon Glass 723806cc5b env: Rename some other getenv()-related functions 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Christophe Leroy 08dd988be5 powerpc, 8xx: fix missing function declarations. 7 years ago
Heiko Schocher 064b55cfcb powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x 7 years ago
Masahiro Yamada 63c0941726 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY 8 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Mela Custodio b892465dae bootstage: powerpc: support fdt stash and reporting 10 years ago
York Sun e38661634b common: Add get_effective_memsize() to memsize.c 10 years ago
Miao Yan 871a57bb81 common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface. 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Stefan Roese ed12b5b9da Fix bootm to work on powerpc again (compressed uImage) 11 years ago
Wolfgang Denk d6ed322222 Power: remove support for Freescale MPC8220 11 years ago
Simon Glass 3e51266a4e powerpc: Use image_setup_linux() instead of local code 11 years ago
Gerald Van Baren 58864ddc72 Clean up libfdt.h includes 11 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 11 years ago
Stefan Roese 966b11c749 powerpc: Extract EPAPR_MAGIC constants into processor.h 12 years ago
Kim Phillips eef1cf2d5c include/linux/byteorder: import latest endian definitions from linux 12 years ago
Simon Glass 770605e4f9 bootstage: Replace show_boot_progress/error() with bootstage_...() 12 years ago
Simon Glass 578ac1e9ba bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() 12 years ago
Kumar Gala 3b2001105f powerpc/bootm: Flush ramdisk and device tree image when booting on MP 13 years ago
Diana CRACIUN 99ffccbd3e Flush cache after the OS image is loaded into the memory. 13 years ago
Timur Tabi 90f89f099d powerpc/85xx: verify the device tree before booting Linux 13 years ago
Kumar Gala 70bfb032ec powerpc/85xx: Fix setting of EPAPR_MAGIC value 13 years ago
Kumar Gala 9e9579bbf9 powerpc: Fix device tree padding associated with ramdisk 13 years ago
Grant Likely 55b0a39314 Respect memreserve regions specified in the device tree 13 years ago
Grant Likely ed59e58786 Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ 13 years ago
Grant Likely c3624e6ed0 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined 13 years ago
Grant Likely 590d3cacb9 Stop passing around bootmem_base value. 13 years ago
Kumar Gala 561e710a97 powerpc: Move cpu specific lmb reserve to arch_lmb_reserve 13 years ago
Mike Frysinger 882b7d726f do_reset: unify duplicate prototypes 14 years ago
Stephan Linz 958e120643 fdt relocate: have more attention to use a bootmap or not 14 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Norbert van Bolhuis 3882d7a5a5 ppc: unused memory region too close to current stack pointer 14 years ago
Stefan Roese a47a12becf Move arch/ppc to arch/powerpc 14 years ago
Peter Tyser ea0364f1bb Move lib_$ARCH directories to arch/$ARCH/lib 14 years ago
Poonam Aggrwal 0e870980a6 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx 15 years ago
Heiko Schocher 7ff66bb0be ppc: trigger WDT before starting Linux 15 years ago
Wolfgang Denk 9c67352f72 Revert "ppc: Unlock cache-as-ram in a consistent manner" 15 years ago
Peter Tyser 982adfc610 ppc: Unlock cache-as-ram in a consistent manner 15 years ago
Jean-Christophe PLAGNIOL-VILLARD a31e091ad7 rename include/zlib.h to include/u-boot/zlib.h 15 years ago
Peter Tyser 0829323073 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT 16 years ago
Wolfgang Denk 3cbd823116 Coding Style cleanup, update CHANGELOG 16 years ago
Kumar Gala 5a98127d81 bootm: support subcommands in linux ppc bootm 16 years ago
Kumar Gala 49c3a861d1 bootm: Add subcommands 16 years ago
Kumar Gala 76da19df5b Added arch_lmb_reserve to allow arch specific memory regions protection 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Stefan Roese 3e38577208 fdt: Overwrite /chosen node in bootm if it already exists in the dtb 16 years ago
Heiko Schocher 56844a22b7 powerpc: Fix bootm to boot up again with a Ramdisk 16 years ago
Kumar Gala 40d7e99d37 bootm: refactor do_reset and os boot function args 16 years ago
Kumar Gala 2a1a2cb6e2 fdt: refactor initrd related code 16 years ago