| Age | Commit message (Collapse) | Author |
|
Signed-off-by: TsiChungLiew <[email protected]>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
Signed-off-by: Jason Jin <[email protected]>
|
|
This patch add definition of the BIOS emulator and the ATI framebuffer
driver for MPC8641HPCN board.
Signed-off-by: Jason Jin <[email protected]>
Signed-off-by: Zhang Wei <[email protected]>
|
|
X300, X700, X800 ATI video cards.
Signed-off-by: Zhang Wei <[email protected]>
Signed-off-by: Jason Jin <[email protected]>
|
|
|
|
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
|
|
Additionally export the following fuctions (to make trab_config build again):
- simple_strtol()
- strcmp()
Also bump the ABI version to reflect this change
Signed-off-by: Martin Krause <[email protected]>
|
|
All of the PCI/PCI-Express driver and initialization code that
was in the MPC8641HPCN port has now been moved into the common
drivers/fsl_pci_init.c. In a subsequent patch, this will be
utilized by the 85xx ports as well.
Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
Also enable the second PCI-Express controller on 8641
by getting its BATS and CFG_ setup right.
Fixed a u16 vendor compiler warning in AHCI driver too.
Signed-off-by: Ed Swarthout <[email protected]>
Signed-off-by: Zhang Wei <[email protected]>
Signed-off-by: Jon Loeliger <[email protected]>
|
|
|
|
|
|
Because PPC405 can use UARTLITE serial interface and
Microblaze can use Uart16550 serial interface not only Uartlite.
|
|
|
|
Add the ability for modules from the Schindler cm5200 family to use a
single U-Boot image:
- rename cm1_qp1 to cm5200
- add run-time module detection
- parametrize SDRAM configuration according to the module we are running on
Few minor, board-specific fixes included in this patch:
- better MAC address handling
- updated default environment ('update' command uses +{filesize} now)
- improved error messages in the auto-update code
- allow booting U-Boot from RAM (CFG_RAMBOOT)
Signed-off-by: Grzegorz Bernacki <[email protected]>
Signed-off-by: Piotr Kruszynski <[email protected]>
Signed-off-by: Bartlomiej Sieka <[email protected]>
|
|
Conflicts:
CHANGELOG
fs/fat/fat.c
include/configs/MPC8560ADS.h
include/configs/pcs440ep.h
net/eth.c
|
|
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
|
|
Signed-off-by: Wolfgang Denk <[email protected]>
|
|
Changed storage type of cfg_simulate_spd_eeprom to const
Changed storage type of gpio_tab to stack storage
(Cannot access global data declarations in .bss until afer code relocation)
Improved SDRAM tests to catch problems where data is not uniquely addressable
(e.g. incorrectly programmed SDRAM row or columns)
Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
Fixed AM29LV320DT (OpCode Flash) sector map
Signed-off-by: Eugene OBrien <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
|
|
- Clear ECC status regs after ECC POST test
- Set dcbz for ECC generation with caches enabled as default
- Code cleanup
Signed-off-by: Stefan Roese <[email protected]>
|
|
The following MPC5121e subsystems are supported:
- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog
Signed-off-by: Grzegorz Bernacki <[email protected]>
Signed-off-by: Rafal Jaworowski <[email protected]>
Signed-off-by: Jan Wrobel <[email protected]>
|
|
Signed-off-by: Rafal Jaworowski <[email protected]>
|
|
Signed-off-by: John Otken <[email protected]>
|
|
Change Lime SDRAM initialization to now support 100MHz and
133MHz (if enabled). Also the framebuffer is initialized to
display a blue rectangle with a white border.
Signed-off-by: Anatolij Gustschin <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
|
|
The used Intel NOR FLASH chips have internally two dies, and are now
treated as two seperate chips.
Signed-off-by: Stefan Roese <[email protected]>
|
|
This patch adds ECC Post test for the Lwmon5 board based
on PPC440EPx to U-Boot.
Signed-off-by: Pavel Kolesnikov <[email protected]>
Acked-by: Yuri Tikhonov <[email protected]>
Acked-by: Stefan Roese <[email protected]>
|
|
|
|
This patch fixes the negative consequences for 8xx of the recent
"ppc4xx: Clean up 440 exceptions handling" commit.
Signed-off-by: Rafal Jaworowski <[email protected]>
|
|
|
|
Signed-off-by: Stefan Roese <[email protected]>
|
|
|
|
Signed-off-by: Stefan Roese <[email protected]>
|
|
The new function remove_tlb() can be used to remove the TLB's used to
map a specific memory region. This is especially useful for the DDR(2)
setup routines which configure the SDRAM area temporarily as a cached
area (for speedup on auto-calibration and ECC generation) and later
need this area uncached for normal usage.
Signed-off-by: Stefan Roese <[email protected]>
|
|
|
|
|
|
Signed-off-by: Heiko Schocher <[email protected]>
|
|
|
|
adds the reset register to 85xx immap
Signed-off-by: Eran Liberty <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
|
|
Made the boot commands use device trees by default.
Also moved the ramdisk to 1000000 (I think the previous address
was getting overridden during boot).
Signed-off-by: Andy Fleming <[email protected]>
|
|
* Adds code to modify CPM frequencies
* Cleans up the config file to #define TSEC and (for now) #undef FCC
* Adds the MII command for all 8560 ADS configurations
* Updates config file to provide convenience commands for booting
with a device tree
Signed-off-by: Vitaly Bordug <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
|
|
|
|
Signed-off-by: Piotr Kruszynski <[email protected]>
Signed-off-by: Bartlomiej Sieka <[email protected]>
|
|
- now the Flash ST M29W040B is supported (not tested)
- fix the "led" command
- fix compile error, if BUILD_DIR is used
Signed-off-by: Heiko Schocher <[email protected]>
|
|
|
|
|