Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
be2a3bb39adf1fdd274fc427e30ef62eb86441a1
/
arch
/
powerpc
/
cpu
/
ppc4xx
06c1411
powerpc: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
06d513e
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· 11 years ago
93e1459
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
1b387ef
SPDX: fix IBM-pibs license identifier
by Wolfgang Denk
· 11 years ago
6612ab3
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 11 years ago
6b44d9e
powerpcv2: Print hardcoded size like print_size() does
by Shruti Kanetkar
· 11 years ago
3fb8588
ppc4xx: Remove support for PPC405CR CPUs
by Matthias Fuchs
· 11 years ago
46263f2
SPDX-License-Identifier: convert PIBS licensed files
by Wolfgang Denk
· 11 years ago
c2120fb
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
880540d
i2c, ppc4xx_i2c: switch to new multibus/multiadapter support
by Dirk Eibach
· 12 years ago
98f99e9
ppc4xx: Add SPL support
by Stefan Roese
· 12 years ago
472d546
Consolidate bool type
by York Sun
· 12 years ago
0ce033d
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
3929fb0
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
ef123c5
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
58864dd
Clean up libfdt.h includes
by Gerald Van Baren
· 12 years ago
3a1dc8f
arm: Move uart_clk to arch_global_data
by Simon Glass
· 12 years ago
c60795f
usb: use linux/usb/ch9.h instead of usbdescriptors.h
by Ilya Yanok
· 12 years ago
20051f2
arch/powerpc/lib/board.c, *traps.c: sparse fixes
by Kim Phillips
· 12 years ago
8b493a5
common: Discard the __u_boot_cmd section
by Marek Vasut
· 12 years ago
5567514
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
c7e3b2b
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
a821d08
ppc4xx: Remove AP1000 board support
by Stefan Roese
· 12 years ago
99bcad1
ppc4xx: Remove IOP480 support
by Stefan Roese
· 12 years ago
a382725
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
by Marek Vasut
· 12 years ago
fcc2074
serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driver
by Marek Vasut
· 12 years ago
5b84dd6
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
ce2acd3
ppc4xx: Remove usbdev.c
by Stefan Roese
· 13 years ago
bddf144
iop480_uart.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
4a12726
40x_spd_sdram.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
deeecb7
44x_spd_ddr2.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
6cd71d0
44x_spd_ddr.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
a6370da
cmd_ecctest.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
8f6db4b
4xx_ibm_ddr2_autocalib.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
fe91a65
4xx_pcie.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
af0af52
usb_ohci.c: Fix GCC 4.6 build warnings
by Stefan Roese
· 13 years ago
e5d5ed4
4xx_pci.c: add error checking, fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
32bb34a
4xx_uart.c: fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
e7fb8ba
GCC4.6: Squash warnings in 4xx_pcie.c
by Marek Vasut
· 13 years ago
bd78ef9
GCC4.6: Squash warnings in 4xx_ibm_ddr2_autocalib.c
by Marek Vasut
· 13 years ago
73dc307
GCC4.6: Squash warnings in 44x_spd_ddr.c
by Marek Vasut
· 13 years ago
ae484ba
GCC4.6: Squash warnings in denali_spd_ddr2.c
by Marek Vasut
· 13 years ago
b6d5040
GCC4.6: Squash warnings in denali_data_eye.c
by Marek Vasut
· 13 years ago
c4c9fbe
consolidate mdelay by providing a common function for all users
by Anatolij Gustschin
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
226502e
ppc4xx: Flush dcache after DDR2 autocalibration with caches on
by Stefan Roese
· 13 years ago
09c2e90
unify version_string
by Andreas Bießmann
· 13 years ago
644362c
PPC405EX CHIP_21 erratum
by Steven A. Falco
· 14 years ago
8c4734e
Revert "PowerPC: Add support for -msingle-pic-base"
by Wolfgang Denk
· 14 years ago
39768f7
PowerPC: Add support for -msingle-pic-base
by Joakim Tjernlund
· 14 years ago
33ee4c9
PowerPC: Move -fPIC flag to common place
by Joakim Tjernlund
· 14 years ago
44c6e65
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
c722c70
ppc4xx: Fix compilation breakage in miiphy.c
by Stefan Roese
· 14 years ago
8ef583a
miiphy: convert to linux/mii.h
by Mike Frysinger
· 14 years ago
337f5f5
PowerPC: Add relocation support for -fpic
by Joakim Tjernlund
· 14 years ago
d20b999
xilinx-ppc4xx-generic: Use common u-boot.lds
by Ricardo Ribalda Delgado
· 14 years ago
f7b548a
ppc4xx: Clarify comment about boot chip-select in start.S
by Stefan Roese
· 14 years ago
882b7d7
do_reset: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
7920954
ppc4xx: Flush complete dcache in relocate_code()
by Stefan Roese
· 14 years ago
e03dabe
powerpc: cmd_ecctest: Use return value of cmd_usage
by Thomas Weber
· 14 years ago
ee8028b
ppc4xx: Cleanup for partial linking and --gc-sections
by Wolfgang Denk
· 14 years ago
fa11dbe
arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings work
by Wolfgang Denk
· 14 years ago
a7186b8
cpu/ppc4xx/Makefile: build only needed object files
by Wolfgang Denk
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
34bbf61
PowerPC: Don't destroy fixup table while doing fixups
by Joakim Tjernlund
· 14 years ago
25ddd1f
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
553f098
Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE
by Wolfgang Denk
· 14 years ago
f472069
ppc4xx: Change tsr/tcr macros to upper case
by Stefan Roese
· 14 years ago
d1e0b10
powerpc: do not fixup NULL ptrs
by Joakim Tjernlund
· 14 years ago
52ebd9c
powerpc: Remove warm reset entry point
by Peter Tyser
· 14 years ago
1b8fec1
APM821xx: Add CPU support
by Tirumala Marri
· 14 years ago
2e6e177
Merge branch 'next' of /home/wd/git/u-boot/next
by Wolfgang Denk
· 14 years ago
ad876ff
ppc4xx: Disable trace broadcast for 44x non debug mode
by Victor Gallardo
· 14 years ago
e02d449
ppc4xx: Cleanup of PVR detection code in cpu.c
by Stefan Roese
· 14 years ago
550650d
ppc4xx: Use common NS16550 driver for PPC4xx UART
by Stefan Roese
· 14 years ago
afabb49
ppc4xx: Big header cleanup part 2, mostly PPC405 related
by Stefan Roese
· 14 years ago
5e7abce
ppc4xx: Big header cleanup, mostly PPC440 related
by Stefan Roese
· 14 years ago
0988776
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
by Stefan Roese
· 14 years ago
b36df56
ppc4xx: Move ppc4xx headers to powerpc include directory
by Stefan Roese
· 14 years ago
8a805df
ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size
by Stefan Roese
· 14 years ago
800eb09
POST cleanup.
by Michael Zaidman
· 14 years ago
f3cac53
ppc4xx: Invalidate d-cache when used as init-ram
by Stefan Roese
· 14 years ago
c1ab75c
ppc4xx: Fix 440EPx bug in reconfigure_pll()
by Stefan Roese
· 14 years ago
5700bb6
miiphy: constify device name
by Mike Frysinger
· 14 years ago
cdb7497
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· 14 years ago
be24ef6
ppc4xx: Add ECC status info to machine-check exception for IBM DDR2 core
by Stefan Roese
· 14 years ago
58eb869
ppc4xx: Add "ecctest" command to test/simulate ECC errors
by Stefan Roese
· 14 years ago
b995d7c
ppc4xx: DDR/ECC: Use correct macros to clear error status
by Stefan Roese
· 14 years ago
eab9800
ppc4xx: Add CONFIG_DDR_RFDC_FIXED to allow board specific RFDC values
by Stefan Roese
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
4978e60
ppc4xx: Cleanup Boot/FLASH TLB reassignment for PPC440/460
by Stefan Roese
· 14 years ago
e9c020d
ppc4xx: DDR2: Complete RDSS configuration on non-SPD based boards
by Stefan Roese
· 14 years ago
066003b
ppc4xx: Enable overwriting of default scan window for IBM DDR2 controller
by Stefan Roese
· 14 years ago
db64377
ppc4xx: Enable PCIe support without PCI support on PPC440/460
by Stefan Roese
· 14 years ago
fe7cca7
ppc4xx: Enable booting with Option E on 460EX/EXr/GT
by Stefan Roese
· 14 years ago
e4a95d1
powerpc: Consolidate bootcount_{store|load} for PowerPC
by Stefan Roese
· 15 years ago
fbb0030
serial: struct serial_device: add uninit() entry for drivers
by Anatolij Gustschin
· 15 years ago
a47a12b
Move arch/ppc to arch/powerpc
by Stefan Roese
· 15 years ago