Commit Graph

151 Commits (4168ba76615268344a96c1a1312d6a98a1d66b2a)

Author SHA1 Message Date
Masahiro Yamada f6e2c0f3e3 mips: convert makefiles to Kbuild style 11 years ago
Troy Kisky 06d513ecb6 usb: add enum usb_init_type parameter to usb_lowlevel_init 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Daniel Schwierzeck 4b17645d5d MIPS: bootm: drop obsolete Qemu specific bootm implementation 12 years ago
Daniel Schwierzeck b87493f49a MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta 12 years ago
Daniel Schwierzeck 6c154552b0 MIPS: bootm: add support for generic relocation of init ramdisks 12 years ago
Daniel Schwierzeck 15f8aa9093 MIPS: bootm: refactor initialisation of kernel environment 12 years ago
Daniel Schwierzeck 59e8cbdb15 MIPS: bootm: refactor initialisation of kernel cmdline 12 years ago
Daniel Schwierzeck f66cc1e348 MIPS: bootm: add support for LMB 12 years ago
Daniel Schwierzeck c4b37847d3 MIPS: bootm: optimize kernel entry call 12 years ago
Daniel Schwierzeck 45bde489e3 MIPS: bootm: fix checkpatch.pl warnings 12 years ago
Gabor Juhos db2c86d7d7 MIPS: mips32/cache.S: use v1 register for indirect function calls 12 years ago
Gabor Juhos ee8b1e2959 MIPS: mips32/cache.S: store cache line size in t8 register 12 years ago
Gabor Juhos c325916563 MIPS: mips32/cache.S: save return address in t9 register 12 years ago
Gabor Juhos d707e5b713 MIPS: xburst/start.S: rework relocation info check 12 years ago
Gabor Juhos e5c868a208 MIPS: xburst/start.S: use t8 register for dynamic relocation 12 years ago
Gabor Juhos f01d693535 MIPS: xburst/start.S: save gd in s0 register 12 years ago
Gabor Juhos ba9cf07122 MIPS: xburst/start.S: save relocation offset in s1 register 12 years ago
Gabor Juhos 9a28e0d177 MIPS: xburst/start.S: save relocation address in s2 register 12 years ago
Gabor Juhos 691995f9ab MIPS: mips32/start.S: rework relocation info check 12 years ago
Gabor Juhos 680cb2dc3a MIPS: mips32/start.S: use t8 register for dynamic relocation 12 years ago
Gabor Juhos da84f33b04 MIPS: mips32/cache.S: remove superfluous register assignment 12 years ago
Gabor Juhos b1591ec246 MIPS: mips64/interrupt.c: remove superfluous include 12 years ago
Gabor Juhos c3e4901fc6 MIPS: mips32/time.c: fix checkpatch errors/warnings 12 years ago
Gabor Juhos ac12984de8 MIPS: qemu-malta: setup GT64120 registers as done by YAMON 12 years ago
Gabor Juhos 52caee0f36 MIPS: qemu-malta: enable flash support 12 years ago
Gabor Juhos 015643152a MIPS: qemu-malta: add reset support 12 years ago
Gabor Juhos 5a4dcfac1e MIPS: qemu-malta: add support for emulated MIPS Malta board 12 years ago
Gabor Juhos 843a76b66b MIPS: start.S: emulate REVISION register for qemu-malta 12 years ago
Tom Rini 518d438537 MIPS: mips64: fix typos in copyright text of start.S 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Dirk Eibach b8eee4354f Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM 12 years ago
Daniel Schwierzeck e1208c2fe5 MIPS: asm/errno.h: switch to asm-generic/errno.h 12 years ago
Gabor Juhos f0550f87f4 MIPS: fix __raw_* IO accessors 12 years ago
Andreas Bießmann d2eae43ba8 lib: consolidate hang() 12 years ago
Simon Glass 716cc8cc7f Change stub example to use asm-generic/sections.h 12 years ago
Simon Glass 1865286466 Introduce generic link section.h symbol files 12 years ago
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays 12 years ago
Daniel Schwierzeck 455fbfb668 MIPS: board.c: remove manual relocation of env_name_spec 12 years ago
Gabor Juhos 04380c651a MIPS: add dynamic relocation support 12 years ago
Gabor Juhos 0ba8926e08 MIPS: u-boot.lds: add relocation specific sections 12 years ago
Daniel Schwierzeck 28875e2c47 MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation 12 years ago
Daniel Schwierzeck 696a3b2a53 MIPS: start.S: optimize BSS initialization 12 years ago
Daniel Schwierzeck eea8a320e1 MIPS: board.c: switch to new symbols __bss_end and __image_copy_end 12 years ago
Daniel Schwierzeck 3420bf1ca0 MIPS: u-boot.lds: introduce symbol __image_copy_end 12 years ago
Daniel Schwierzeck a52852c5a6 MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] 12 years ago
Gabor Juhos 45397816b2 MIPS: compute num_got_entries from .got section's size 12 years ago
Daniel Schwierzeck 8b1c7345c6 MIPS: start.S: unify and simplify reset vector handling 12 years ago
Daniel Schwierzeck 4dc7412afa MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status 12 years ago
Daniel Schwierzeck 97b920dab1 MIPS: xburst: fix broken access to global_data 12 years ago