[PATCH 08/10] MIPS: add initial D-Link DIR-320 wireless router support
Antony Pavlov
antonynpavlov at gmail.com
Mon Jul 25 04:50:06 EDT 2011
On 25/07/2011, Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
> On 23:22 Sun 24 Jul , Antony Pavlov wrote:
Thanks for your notes.
>> Can be started from CFE using tftp, e.g.:
>>
>> CFE> ifconfig eth0 -addr=192.168.0.99
>> CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox.bin
> how abaut put this in doxygen?
You are right.
>> +
>> +/* we are expecting always one serial interface */
>> +static struct device_d dir320_serial_device = {
>> + .name = "serial_ns16550",
>> + .map_base = DEBUG_LL_UART_ADDR,
>> + .size = 8,
>> + .platform_data = (void *)&serial_plat,
>> +};
> please rebase this against next branch
>
> map_base and size are depricated
Ok
--
Best regards,
Antony Pavlov
More information about the barebox
mailing list